#E1BF99

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

Shades of Pancho #E1BF99

Tints of Pancho #E1BF99

Color information

#E1BF99 (or 0xE1BF99) is unknown color: approx Pancho. HEX triplet: E1, BF and 99. RGB value is (225,191,153). Sum of RGB (Red+Green+Blue) = 225+191+153=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BF99 is #1E4066. Grayscale: #C5C5C5. Windows color (decimal): -1982567 or 10076129. OLE color: 10076129.

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

Color convert

RGB225191153-
CMYK00.150.320.12
HSL31.67º54.55%74.12%-
HSV(B)31.67º32%88.24%-
XYZ55.4355.5737.94-
YUV196.83103.26148.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=39.54%
G=33.57%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519115300.150.320.1231.6754.5574.12
HexE1BF990F20C20374a
Octal34127723101740144067112
Binary1110000110111111100110010111110000011001000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BF99; }

 p { color: rgb(225,191,153); }

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

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

 a { background-color: rgb(225,191,153); }

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

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

 span { border-color: rgb(225,191,153); }

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