#E5BF8E

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

Shades of Pancho #E5BF8E

Tints of Pancho #E5BF8E

Color information

#E5BF8E (or 0xE5BF8E) is unknown color: approx Pancho. HEX triplet: E5, BF and 8E. RGB value is (229,191,142). Sum of RGB (Red+Green+Blue) = 229+191+142=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BF8E is #1A4071. Grayscale: #C5C5C5. Windows color (decimal): -1720434 or 9355237. OLE color: 9355237.

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

Color convert

RGB229191142-
CMYK00.170.380.10
HSL33.79º62.59%72.75%-
HSV(B)33.79º37.99%89.8%-
XYZ55.8355.8733.43-
YUV196.7897.09150.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=40.75%
G=33.99%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919114200.170.380.1033.7962.5972.75
HexE5BF8E01126A223f49
Octal34527721602146124277111
Binary11100101101111111000111001000110011010101000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BF8E; }

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

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

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

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

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

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

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

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