#E0B076

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

Shades of Manhattan #E0B076

Tints of Manhattan #E0B076

Color information

#E0B076 (or 0xE0B076) is unknown color: approx Manhattan. HEX triplet: E0, B0 and 76. RGB value is (224,176,118). Sum of RGB (Red+Green+Blue) = 224+176+118=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B076 is #1F4F89. Grayscale: #B8B8B8. Windows color (decimal): -2051978 or 7778528. OLE color: 7778528.

HSL color Cylindrical-coordinate representation of color #E0B076: hue angle of 32.83º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0B076 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB224176118-
CMYK00.210.470.12
HSL32.83º63.1%67.06%-
HSV(B)32.83º47.32%87.84%-
XYZ49.5448.2123.83-
YUV183.7490.9156.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=43.24%
G=33.98%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417611800.210.470.1232.8363.167.06
HexE0B0760152FC213f43
Octal34026016602557144177103
Binary1110000010110000111011001010110111111001000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B076; }

 p { color: rgb(224,176,118); }

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

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

 a { background-color: rgb(224,176,118); }

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

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

 span { border-color: rgb(224,176,118); }

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