#e0ae82

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

Shades of Manhattan #E0AE82

Tints of Manhattan #E0AE82

Color information

#E0AE82 (or 0xE0AE82) is unknown color: approx Manhattan. HEX triplet: E0, AE and 82. RGB value is (224,174,130). Sum of RGB (Red+Green+Blue) = 224+174+130=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AE82 is #1F517D. Grayscale: #B8B8B8. Windows color (decimal): -2052478 or 8564448. OLE color: 8564448.

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

Color convert

RGB224174130-
CMYK00.220.420.12
HSL28.09º60.26%69.41%-
HSV(B)28.09º41.96%87.84%-
XYZ49.9147.7327.7-
YUV183.9397.56156.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=42.42%
G=32.95%
B=24.62%

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
Decimal22417413000.220.420.1228.0960.2669.41
HexE0AE820162AC1c3c45
Octal34025620202652143474105
Binary1110000010101110100000100101101010101100111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ae82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ae82; }

 p { color: rgb(224,174,130); }

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

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

 a { background-color: rgb(224,174,130); }

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

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

 span { border-color: rgb(224,174,130); }

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