#E1B99B

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

Shades of Pancho #E1B99B

Tints of Pancho #E1B99B

Color information

#E1B99B (or 0xE1B99B) is unknown color: approx Pancho. HEX triplet: E1, B9 and 9B. RGB value is (225,185,155). Sum of RGB (Red+Green+Blue) = 225+185+155=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B99B is #1E4664. Grayscale: #C1C1C1. Windows color (decimal): -1984101 or 10205665. OLE color: 10205665.

HSL color Cylindrical-coordinate representation of color #E1B99B: hue angle of 25.71º degrees, saturation: 0.54, 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 #E1B99B is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225185155-
CMYK00.180.310.12
HSL25.71º53.85%74.51%-
HSV(B)25.71º31.11%88.24%-
XYZ54.3253.0738.39-
YUV193.54106.25150.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=39.82%
G=32.74%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518515500.180.310.1225.7153.8574.51
HexE1B99B0121FC1a364b
Octal34127123302237143266113
Binary111000011011100110011011010010111111100110101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B99B; }

 p { color: rgb(225,185,155); }

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

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

 a { background-color: rgb(225,185,155); }

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

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

 span { border-color: rgb(225,185,155); }

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