Shades of Pancho #E1BF91
Tints of Pancho #E1BF91
RGB
CMYK
RGB Variations
Color information
#E1BF91 (or 0xE1BF91) is known color: Pancho. HEX triplet: E1, BF and 91. RGB value is (225,191,145). Sum of RGB (Red+Green+Blue) = 225+191+145=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BF91 is #1E406E. Grayscale: #C4C4C4. Windows color (decimal): -1982575 or 9551841. OLE color: 9551841.
HSL color Cylindrical-coordinate representation of color #E1BF91: hue angle of 34.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1BF91 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 145 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.12 |
| HSL | 34.5º | 0.57% | 0.73% | - |
| HSV(B) | 34.5º | 0.36% | 0.88% | - |
| XYZ | 54.79 | 55.31 | 34.58 | - |
| YUV | 195.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 145 | 0 | 0.15 | 0.36 | 0.12 | 34.5 | 0.57 | 0.73 |
| Hex | E1 | BF | 91 | 0 | F | 24 | C | 22 | 39 | 49 |
| Octal | 341 | 277 | 221 | 0 | 17 | 44 | 14 | 42 | 71 | 111 |
| Binary | 11100001 | 10111111 | 10010001 | 0 | 1111 | 100100 | 1100 | 100010 | 111001 | 1001001 |
Color Harmonies of #E1BF91
Complementary color
Monochromatic Colors of #E1BF91
Black with #E1BF91
Text Example
Text Example
White with #E1BF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF91; }
p { color: rgb(225,191,145); }
H1.HeaderClassName
{
color: #E1BF91;
}
.AnyTagClassName
{
color: #E1BF91;
}
</style>
background-color css
<style>
a { background-color: #E1BF91; }
a { background-color: rgb(225,191,145); }
div.DivClassName
{
background-color: #E1BF91;
}
.BgClassName
{
background-color: #E1BF91;
}
</style>
border-color css
<style>
span { border-color: #E1BF91; }
span { border-color: rgb(225,191,145); }
td.TdClassName
{
border-color: #E1BF91;
}
.TagClassName
{
border-color: #E1BF91;
}
</style>