#EAAD78

Color #EAAD78 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #EAAD78

Tints of Manhattan #EAAD78

Color information

#EAAD78 (or 0xEAAD78) is unknown color: approx Manhattan. HEX triplet: EA, AD and 78. RGB value is (234,173,120). Sum of RGB (Red+Green+Blue) = 234+173+120=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD78 is #155287. Grayscale: #B9B9B9. Windows color (decimal): -1397384 or 7908842. OLE color: 7908842.

HSL color Cylindrical-coordinate representation of color #EAAD78: hue angle of 27.89º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAAD78 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234173120-
CMYK00.260.490.08
HSL27.89º73.08%69.41%-
HSV(B)27.89º48.72%91.76%-
XYZ52.2748.7424.42-
YUV185.291.21162.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 120 (47.27% from 255) = 22.77%
R=44.40%
G=32.83%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417312000.260.490.0827.8973.0869.41
HexEAAD7801A3181c4945
Octal352255170032611034111105
Binary1110101010101101111100001101011000110001110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD78; }

 p { color: rgb(234,173,120); }

 H1.HeaderClassName
 {
   color: #EAAD78;
 }
 .AnyTagClassName
 {
   color: #EAAD78;
 }
</style>
background-color css

<style>
 a { background-color: #EAAD78; }

 a { background-color: rgb(234,173,120); }

 div.DivClassName
 {
   background-color: #EAAD78;
 }
 .BgClassName
 {
   background-color: #EAAD78;
 }
</style>
border-color css

<style>
 span { border-color: #EAAD78; }

 span { border-color: rgb(234,173,120); }

 td.TdClassName
 {
   border-color: #EAAD78;
 }
 .TagClassName
 {
   border-color: #EAAD78;
 }
</style>