#E1B078

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

Shades of Manhattan #E1B078

Tints of Manhattan #E1B078

Color information

#E1B078 (or 0xE1B078) is unknown color: approx Manhattan. HEX triplet: E1, B0 and 78. RGB value is (225,176,120). Sum of RGB (Red+Green+Blue) = 225+176+120=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B078 is #1E4F87. Grayscale: #B8B8B8. Windows color (decimal): -1986440 or 7909601. OLE color: 7909601.

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

Color convert

RGB225176120-
CMYK00.220.470.12
HSL32º63.64%67.65%-
HSV(B)32º46.67%88.24%-
XYZ49.9748.4124.48-
YUV184.2791.73157.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 120 (47.27% from 255) = 23.03%
R=43.19%
G=33.78%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517612000.220.470.123263.6467.65
HexE1B0780162FC204044
Octal341260170026571440100104
Binary11100001101100001111000010110101111110010000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B078; }

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

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

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

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

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

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

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

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