#EAA97D

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

Shades of Manhattan #EAA97D

Tints of Manhattan #EAA97D

Color information

#EAA97D (or 0xEAA97D) is unknown color: approx Manhattan. HEX triplet: EA, A9 and 7D. RGB value is (234,169,125). Sum of RGB (Red+Green+Blue) = 234+169+125=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA97D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA97D is #155682. Grayscale: #B7B7B7. Windows color (decimal): -1398403 or 8235498. OLE color: 8235498.

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

Color convert

RGB234169125-
CMYK00.280.470.08
HSL24.22º72.19%70.39%-
HSV(B)24.22º46.58%91.76%-
XYZ51.8247.3525.81-
YUV183.4295.03164.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=44.32%
G=32.01%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416912500.280.470.0824.2272.1970.39
HexEAA97D01C2F8184846
Octal352251175034571030110106
Binary1110101010101001111110101110010111110001100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA97D; }

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

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

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

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

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

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

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

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