#E0AF82

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

Shades of Manhattan #E0AF82

Tints of Manhattan #E0AF82

Color information

#E0AF82 (or 0xE0AF82) is unknown color: approx Manhattan. HEX triplet: E0, AF and 82. RGB value is (224,175,130). Sum of RGB (Red+Green+Blue) = 224+175+130=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF82 is #1F507D. Grayscale: #B8B8B8. Windows color (decimal): -2052222 or 8564704. OLE color: 8564704.

HSL color Cylindrical-coordinate representation of color #E0AF82: hue angle of 28.72º 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 #E0AF82 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224175130-
CMYK00.220.420.12
HSL28.72º60.26%69.41%-
HSV(B)28.72º41.96%87.84%-
XYZ50.148.1227.77-
YUV184.5297.23156.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 130 (51.17% from 255) = 24.57%
R=42.34%
G=33.08%
B=24.57%

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
Decimal22417513000.220.420.1228.7260.2669.41
HexE0AF820162AC1d3c45
Octal34025720202652143574105
Binary1110000010101111100000100101101010101100111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF82; }

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

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

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

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

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

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

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

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