#E5BB9C

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

Shades of Pancho #E5BB9C

Tints of Pancho #E5BB9C

Color information

#E5BB9C (or 0xE5BB9C) is unknown color: approx Pancho. HEX triplet: E5, BB and 9C. RGB value is (229,187,156). Sum of RGB (Red+Green+Blue) = 229+187+156=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB9C is #1A4463. Grayscale: #C4C4C4. Windows color (decimal): -1721444 or 10271717. OLE color: 10271717.

HSL color Cylindrical-coordinate representation of color #E5BB9C: hue angle of 25.48º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5BB9C is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229187156-
CMYK00.180.320.10
HSL25.48º58.4%75.49%-
HSV(B)25.48º31.88%89.8%-
XYZ56.0854.639.04-
YUV196.02105.41151.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=40.03%
G=32.69%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918715600.180.320.1025.4858.475.49
HexE5BB9C01220A193a4b
Octal34527323402240123172113
Binary1110010110111011100111000100101000001010110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BB9C; }

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

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

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

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

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

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

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

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