#EAAB78

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

Shades of Manhattan #EAAB78

Tints of Manhattan #EAAB78

Color information

#EAAB78 (or 0xEAAB78) is unknown color: approx Manhattan. HEX triplet: EA, AB and 78. RGB value is (234,171,120). Sum of RGB (Red+Green+Blue) = 234+171+120=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB78 is #155487. Grayscale: #B8B8B8. Windows color (decimal): -1397896 or 7908330. OLE color: 7908330.

HSL color Cylindrical-coordinate representation of color #EAAB78: hue angle of 26.84º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAAB78 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234171120-
CMYK00.270.490.08
HSL26.84º73.08%69.41%-
HSV(B)26.84º48.72%91.76%-
XYZ51.8847.9724.29-
YUV184.0291.87163.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=44.57%
G=32.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417112000.270.490.0826.8473.0869.41
HexEAAB7801B3181b4945
Octal352253170033611033111105
Binary1110101010101011111100001101111000110001101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB78; }

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

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

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

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

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

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

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

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