#EAB077

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

Shades of Manhattan #EAB077

Tints of Manhattan #EAB077

Color information

#EAB077 (or 0xEAB077) is unknown color: approx Manhattan. HEX triplet: EA, B0 and 77. RGB value is (234,176,119). Sum of RGB (Red+Green+Blue) = 234+176+119=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB077 is #154F88. Grayscale: #BBBBBB. Windows color (decimal): -1396617 or 7844074. OLE color: 7844074.

HSL color Cylindrical-coordinate representation of color #EAB077: hue angle of 29.74º 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 #EAB077 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234176119-
CMYK00.250.490.08
HSL29.74º73.25%69.22%-
HSV(B)29.74º49.15%91.76%-
XYZ52.7949.8824.3-
YUV186.8489.72161.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 119 (46.88% from 255) = 22.50%
R=44.23%
G=33.27%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417611900.250.490.0829.7473.2569.22
HexEAB0770193181e4945
Octal352260167031611036111105
Binary1110101010110000111011101100111000110001111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB077; }

 p { color: rgb(234,176,119); }

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

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

 a { background-color: rgb(234,176,119); }

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

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

 span { border-color: rgb(234,176,119); }

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