#E0A870

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

Shades of Manhattan #E0A870

Tints of Manhattan #E0A870

Color information

#E0A870 (or 0xE0A870) is unknown color: approx Manhattan. HEX triplet: E0, A8 and 70. RGB value is (224,168,112). Sum of RGB (Red+Green+Blue) = 224+168+112=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A870 is #1F578F. Grayscale: #B2B2B2. Windows color (decimal): -2054032 or 7383264. OLE color: 7383264.

HSL color Cylindrical-coordinate representation of color #E0A870: hue angle of 30º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0A870 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224168112-
CMYK00.250.500.12
HSL30º64.37%65.88%-
HSV(B)30º50%87.84%-
XYZ47.6745.0221.51-
YUV178.3690.55160.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416811200.250.500.123064.3765.88
HexE0A87001932C1e4042
Octal340250160031621436100102
Binary1110000010101000111000001100111001011001111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A870; }

 p { color: rgb(224,168,112); }

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

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

 a { background-color: rgb(224,168,112); }

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

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

 span { border-color: rgb(224,168,112); }

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