#EAB27D

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

Shades of Manhattan #EAB27D

Tints of Manhattan #EAB27D

Color information

#EAB27D (or 0xEAB27D) is unknown color: approx Manhattan. HEX triplet: EA, B2 and 7D. RGB value is (234,178,125). Sum of RGB (Red+Green+Blue) = 234+178+125=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB27D is #154D82. Grayscale: #BCBCBC. Windows color (decimal): -1396099 or 8237802. OLE color: 8237802.

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

Color convert

RGB234178125-
CMYK00.240.470.08
HSL29.17º72.19%70.39%-
HSV(B)29.17º46.58%91.76%-
XYZ53.5550.8126.39-
YUV188.792.05160.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 125 (49.22% from 255) = 23.28%
R=43.58%
G=33.15%
B=23.28%

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
Decimal23417812500.240.470.0829.1772.1970.39
HexEAB27D0182F81d4846
Octal352262175030571035110106
Binary1110101010110010111110101100010111110001110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB27D; }

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

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

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

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

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

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

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

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