#EAB081

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

Shades of Manhattan #EAB081

Tints of Manhattan #EAB081

Color information

#EAB081 (or 0xEAB081) is unknown color: approx Manhattan. HEX triplet: EA, B0 and 81. RGB value is (234,176,129). Sum of RGB (Red+Green+Blue) = 234+176+129=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB081 is #154F7E. Grayscale: #BCBCBC. Windows color (decimal): -1396607 or 8499434. OLE color: 8499434.

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

Color convert

RGB234176129-
CMYK00.250.450.08
HSL26.86º71.43%71.18%-
HSV(B)26.86º44.87%91.76%-
XYZ53.4250.1327.63-
YUV187.9894.72160.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 129 (50.78% from 255) = 23.93%
R=43.41%
G=32.65%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417612900.250.450.0826.8671.4371.18
HexEAB0810192D81b4747
Octal352260201031551033107107
Binary11101010101100001000000101100110110110001101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB081; }

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

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

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

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

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

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

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

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