#E1BB97

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

Shades of Pancho #E1BB97

Tints of Pancho #E1BB97

Color information

#E1BB97 (or 0xE1BB97) is unknown color: approx Pancho. HEX triplet: E1, BB and 97. RGB value is (225,187,151). Sum of RGB (Red+Green+Blue) = 225+187+151=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB97 is #1E4468. Grayscale: #C2C2C2. Windows color (decimal): -1983593 or 9944033. OLE color: 9944033.

HSL color Cylindrical-coordinate representation of color #E1BB97: hue angle of 29.19º degrees, saturation: 0.55, 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 #E1BB97 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225187151-
CMYK00.170.330.12
HSL29.19º55.22%73.73%-
HSV(B)29.19º32.89%88.24%-
XYZ54.4153.7836.79-
YUV194.26103.59149.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=39.96%
G=33.21%
B=26.82%

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
Decimal22518715100.170.330.1229.1955.2273.73
HexE1BB9701121C1d374a
Octal34127322702141143567112
Binary1110000110111011100101110100011000011100111011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BB97; }

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

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

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

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

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

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

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

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