Shades of Pancho #E1BF9A
Tints of Pancho #E1BF9A
RGB
CMYK
RGB Variations
Color information
#E1BF9A (or 0xE1BF9A) is known color: Pancho. HEX triplet: E1, BF and 9A. RGB value is (225,191,154). Sum of RGB (Red+Green+Blue) = 225+191+154=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BF9A is #1E4065. Grayscale: #C5C5C5. Windows color (decimal): -1982566 or 10141665. OLE color: 10141665.
HSL color Cylindrical-coordinate representation of color #E1BF9A: hue angle of 31.27º degrees, saturation: 0.54, 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 #E1BF9A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 154 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.12 |
| HSL | 31.27º | 0.54% | 0.74% | - |
| HSV(B) | 31.27º | 0.32% | 0.88% | - |
| XYZ | 55.51 | 55.6 | 38.38 | - |
| YUV | 196.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 154 | 0 | 0.15 | 0.32 | 0.12 | 31.27 | 0.54 | 0.74 |
| Hex | E1 | BF | 9A | 0 | F | 20 | C | 1F | 36 | 4A |
| Octal | 341 | 277 | 232 | 0 | 17 | 40 | 14 | 37 | 66 | 112 |
| Binary | 11100001 | 10111111 | 10011010 | 0 | 1111 | 100000 | 1100 | 11111 | 110110 | 1001010 |
Color Harmonies of #E1BF9A
Complementary color
Monochromatic Colors of #E1BF9A
Black with #E1BF9A
Text Example
Text Example
White with #E1BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF9A; }
p { color: rgb(225,191,154); }
H1.HeaderClassName
{
color: #E1BF9A;
}
.AnyTagClassName
{
color: #E1BF9A;
}
</style>
background-color css
<style>
a { background-color: #E1BF9A; }
a { background-color: rgb(225,191,154); }
div.DivClassName
{
background-color: #E1BF9A;
}
.BgClassName
{
background-color: #E1BF9A;
}
</style>
border-color css
<style>
span { border-color: #E1BF9A; }
span { border-color: rgb(225,191,154); }
td.TdClassName
{
border-color: #E1BF9A;
}
.TagClassName
{
border-color: #E1BF9A;
}
</style>