#EAB08A

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

Shades of Manhattan #EAB08A

Tints of Manhattan #EAB08A

Color information

#EAB08A (or 0xEAB08A) is unknown color: approx Manhattan. HEX triplet: EA, B0 and 8A. RGB value is (234,176,138). Sum of RGB (Red+Green+Blue) = 234+176+138=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB08A is #154F75. Grayscale: #BDBDBD. Windows color (decimal): -1396598 or 9089258. OLE color: 9089258.

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

Color convert

RGB234176138-
CMYK00.250.410.08
HSL23.75º69.57%72.94%-
HSV(B)23.75º41.03%91.76%-
XYZ54.0450.3830.92-
YUV189.0199.22160.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 138 (54.30% from 255) = 25.18%
R=42.70%
G=32.12%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417613800.250.410.0823.7569.5772.94
HexEAB08A019298184649
Octal352260212031511030106111
Binary11101010101100001000101001100110100110001100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB08A; }

 p { color: rgb(234,176,138); }

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

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

 a { background-color: rgb(234,176,138); }

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

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

 span { border-color: rgb(234,176,138); }

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