#EAAB7D

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

Shades of Manhattan #EAAB7D

Tints of Manhattan #EAAB7D

Color information

#EAAB7D (or 0xEAAB7D) is unknown color: approx Manhattan. HEX triplet: EA, AB and 7D. RGB value is (234,171,125). Sum of RGB (Red+Green+Blue) = 234+171+125=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB7D is #155482. Grayscale: #B8B8B8. Windows color (decimal): -1397891 or 8236010. OLE color: 8236010.

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

Color convert

RGB234171125-
CMYK00.270.470.08
HSL25.32º72.19%70.39%-
HSV(B)25.32º46.58%91.76%-
XYZ52.248.125.94-
YUV184.5994.37163.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=44.15%
G=32.26%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417112500.270.470.0825.3272.1970.39
HexEAAB7D01B2F8194846
Octal352253175033571031110106
Binary1110101010101011111110101101110111110001100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB7D; }

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

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

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

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

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

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

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

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