Shades of Pancho #E1BF98
Tints of Pancho #E1BF98
RGB
CMYK
RGB Variations
Color information
#E1BF98 (or 0xE1BF98) is known color: Pancho. HEX triplet: E1, BF and 98. RGB value is (225,191,152). Sum of RGB (Red+Green+Blue) = 225+191+152=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BF98 is #1E4067. Grayscale: #C4C4C4. Windows color (decimal): -1982568 or 10010593. OLE color: 10010593.
HSL color Cylindrical-coordinate representation of color #E1BF98: hue angle of 32.05º 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 #E1BF98 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 152 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.12 |
| HSL | 32.05º | 0.55% | 0.74% | - |
| HSV(B) | 32.05º | 0.32% | 0.88% | - |
| XYZ | 55.35 | 55.54 | 37.51 | - |
| YUV | 196.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 152 | 0 | 0.15 | 0.32 | 0.12 | 32.05 | 0.55 | 0.74 |
| Hex | E1 | BF | 98 | 0 | F | 20 | C | 20 | 37 | 4A |
| Octal | 341 | 277 | 230 | 0 | 17 | 40 | 14 | 40 | 67 | 112 |
| Binary | 11100001 | 10111111 | 10011000 | 0 | 1111 | 100000 | 1100 | 100000 | 110111 | 1001010 |
Color Harmonies of #E1BF98
Complementary color
Monochromatic Colors of #E1BF98
Black with #E1BF98
Text Example
Text Example
White with #E1BF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF98; }
p { color: rgb(225,191,152); }
H1.HeaderClassName
{
color: #E1BF98;
}
.AnyTagClassName
{
color: #E1BF98;
}
</style>
background-color css
<style>
a { background-color: #E1BF98; }
a { background-color: rgb(225,191,152); }
div.DivClassName
{
background-color: #E1BF98;
}
.BgClassName
{
background-color: #E1BF98;
}
</style>
border-color css
<style>
span { border-color: #E1BF98; }
span { border-color: rgb(225,191,152); }
td.TdClassName
{
border-color: #E1BF98;
}
.TagClassName
{
border-color: #E1BF98;
}
</style>