#e1bb9c

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

Shades of Pancho #E1BB9C

Tints of Pancho #E1BB9C

Color information

#E1BB9C (or 0xE1BB9C) is unknown color: approx Pancho. HEX triplet: E1, BB and 9C. RGB value is (225,187,156). Sum of RGB (Red+Green+Blue) = 225+187+156=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB9C is #1E4463. Grayscale: #C2C2C2. Windows color (decimal): -1983588 or 10271713. OLE color: 10271713.

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

Color convert

RGB225187156-
CMYK00.170.310.12
HSL26.96º53.49%74.71%-
HSV(B)26.96º30.67%88.24%-
XYZ54.8253.9538.98-
YUV194.83106.09149.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=39.61%
G=32.92%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518715600.170.310.1226.9653.4974.71
HexE1BB9C0111FC1b354b
Octal34127323402137143365113
Binary111000011011101110011100010001111111100110111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1bb9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1bb9c; }

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

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

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

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

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

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

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

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