#EAB17D

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

Shades of Manhattan #EAB17D

Tints of Manhattan #EAB17D

Color information

#EAB17D (or 0xEAB17D) is unknown color: approx Manhattan. HEX triplet: EA, B1 and 7D. RGB value is (234,177,125). Sum of RGB (Red+Green+Blue) = 234+177+125=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB17D is #154E82. Grayscale: #BCBCBC. Windows color (decimal): -1396355 or 8237546. OLE color: 8237546.

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

Color convert

RGB234177125-
CMYK00.240.470.08
HSL28.62º72.19%70.39%-
HSV(B)28.62º46.58%91.76%-
XYZ53.3650.4226.32-
YUV188.1292.38160.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=43.66%
G=33.02%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417712500.240.470.0828.6272.1970.39
HexEAB17D0182F81d4846
Octal352261175030571035110106
Binary1110101010110001111110101100010111110001110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB17D; }

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

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

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

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

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

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

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

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