#e0af83

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

Shades of Manhattan #E0AF83

Tints of Manhattan #E0AF83

Color information

#E0AF83 (or 0xE0AF83) is unknown color: approx Manhattan. HEX triplet: E0, AF and 83. RGB value is (224,175,131). Sum of RGB (Red+Green+Blue) = 224+175+131=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF83 is #1F507C. Grayscale: #B8B8B8. Windows color (decimal): -2052221 or 8630240. OLE color: 8630240.

HSL color Cylindrical-coordinate representation of color #E0AF83: hue angle of 28.39º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0AF83 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224175131-
CMYK00.220.420.12
HSL28.39º60%69.61%-
HSV(B)28.39º41.52%87.84%-
XYZ50.1748.1528.12-
YUV184.6497.73156.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 131 (51.56% from 255) = 24.72%
R=42.26%
G=33.02%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417513100.220.420.1228.396069.61
HexE0AF830162AC1c3c46
Octal34025720302652143474106
Binary1110000010101111100000110101101010101100111001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0af83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0af83; }

 p { color: rgb(224,175,131); }

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

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

 a { background-color: rgb(224,175,131); }

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

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

 span { border-color: rgb(224,175,131); }

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