#EAB07D

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

Shades of Manhattan #EAB07D

Tints of Manhattan #EAB07D

Color information

#EAB07D (or 0xEAB07D) is unknown color: approx Manhattan. HEX triplet: EA, B0 and 7D. RGB value is (234,176,125). Sum of RGB (Red+Green+Blue) = 234+176+125=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB07D is #154F82. Grayscale: #BBBBBB. Windows color (decimal): -1396611 or 8237290. OLE color: 8237290.

HSL color Cylindrical-coordinate representation of color #EAB07D: hue angle of 28.07º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAB07D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234176125-
CMYK00.250.470.08
HSL28.07º72.19%70.39%-
HSV(B)28.07º46.58%91.76%-
XYZ53.1650.0226.26-
YUV187.5392.72161.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=43.74%
G=32.90%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417612500.250.470.0828.0772.1970.39
HexEAB07D0192F81c4846
Octal352260175031571034110106
Binary1110101010110000111110101100110111110001110010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB07D; }

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

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

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

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

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

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

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

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