#E1BB96

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

Shades of Pancho #E1BB96

Tints of Pancho #E1BB96

Color information

#E1BB96 (or 0xE1BB96) is unknown color: approx Pancho. HEX triplet: E1, BB and 96. RGB value is (225,187,150). Sum of RGB (Red+Green+Blue) = 225+187+150=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB96 is #1E4469. Grayscale: #C2C2C2. Windows color (decimal): -1983594 or 9878497. OLE color: 9878497.

HSL color Cylindrical-coordinate representation of color #E1BB96: hue angle of 29.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1BB96 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225187150-
CMYK00.170.330.12
HSL29.6º55.56%73.53%-
HSV(B)29.6º33.33%88.24%-
XYZ54.3353.7536.37-
YUV194.14103.09150.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=40.04%
G=33.27%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518715000.170.330.1229.655.5673.53
HexE1BB9601121C1e384a
Octal34127322602141143670112
Binary1110000110111011100101100100011000011100111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BB96; }

 p { color: rgb(225,187,150); }

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

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

 a { background-color: rgb(225,187,150); }

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

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

 span { border-color: rgb(225,187,150); }

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