#E1B076

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

Shades of Manhattan #E1B076

Tints of Manhattan #E1B076

Color information

#E1B076 (or 0xE1B076) is unknown color: approx Manhattan. HEX triplet: E1, B0 and 76. RGB value is (225,176,118). Sum of RGB (Red+Green+Blue) = 225+176+118=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B076 is #1E4F89. Grayscale: #B8B8B8. Windows color (decimal): -1986442 or 7778529. OLE color: 7778529.

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

Color convert

RGB225176118-
CMYK00.220.480.12
HSL32.52º64.07%67.25%-
HSV(B)32.52º47.56%88.24%-
XYZ49.8548.3723.85-
YUV184.0490.73157.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=43.35%
G=33.91%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517611800.220.480.1232.5264.0767.25
HexE1B07601630C214043
Octal341260166026601441100103
Binary11100001101100001110110010110110000110010000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B076; }

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

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

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

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

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

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

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

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