#E5BF91

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

Shades of Pancho #E5BF91

Tints of Pancho #E5BF91

Color information

#E5BF91 (or 0xE5BF91) is unknown color: approx Pancho. HEX triplet: E5, BF and 91. RGB value is (229,191,145). Sum of RGB (Red+Green+Blue) = 229+191+145=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BF91 is #1A406E. Grayscale: #C5C5C5. Windows color (decimal): -1720431 or 9551845. OLE color: 9551845.

HSL color Cylindrical-coordinate representation of color #E5BF91: hue angle of 32.86º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5BF91 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229191145-
CMYK00.170.370.10
HSL32.86º61.76%73.33%-
HSV(B)32.86º36.68%89.8%-
XYZ56.0555.9634.64-
YUV197.1298.59150.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 145 (57.03% from 255) = 25.66%
R=40.53%
G=33.81%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919114500.170.370.1032.8661.7673.33
HexE5BF9101125A213e49
Octal34527722102145124176111
Binary11100101101111111001000101000110010110101000011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BF91; }

 p { color: rgb(229,191,145); }

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

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

 a { background-color: rgb(229,191,145); }

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

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

 span { border-color: rgb(229,191,145); }

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