#E0A66F

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

Shades of Manhattan #E0A66F

Tints of Manhattan #E0A66F

Color information

#E0A66F (or 0xE0A66F) is unknown color: approx Manhattan. HEX triplet: E0, A6 and 6F. RGB value is (224,166,111). Sum of RGB (Red+Green+Blue) = 224+166+111=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A66F is #1F5990. Grayscale: #B1B1B1. Windows color (decimal): -2054545 or 7317216. OLE color: 7317216.

HSL color Cylindrical-coordinate representation of color #E0A66F: hue angle of 29.2º degrees, saturation: 0.65, 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 #E0A66F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224166111-
CMYK00.260.500.12
HSL29.2º64.57%65.69%-
HSV(B)29.2º50.45%87.84%-
XYZ47.2544.2721.09-
YUV177.0790.72161.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=44.71%
G=33.13%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416611100.260.500.1229.264.5765.69
HexE0A66F01A32C1d4142
Octal340246157032621435101102
Binary1110000010100110110111101101011001011001110110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A66F; }

 p { color: rgb(224,166,111); }

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

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

 a { background-color: rgb(224,166,111); }

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

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

 span { border-color: rgb(224,166,111); }

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