Shades of Pancho #E1BA99
Tints of Pancho #E1BA99
RGB
CMYK
RGB Variations
Color information
#E1BA99 (or 0xE1BA99) is known color: Pancho. HEX triplet: E1, BA and 99. RGB value is (225,186,153). Sum of RGB (Red+Green+Blue) = 225+186+153=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BA99 is #1E4566. Grayscale: #C2C2C2. Windows color (decimal): -1983847 or 10074849. OLE color: 10074849.
HSL color Cylindrical-coordinate representation of color #E1BA99: hue angle of 27.5º 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 #E1BA99 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 153 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.12 |
| HSL | 27.5º | 0.55% | 0.74% | - |
| HSV(B) | 27.5º | 0.32% | 0.88% | - |
| XYZ | 54.36 | 53.43 | 37.58 | - |
| YUV | 193.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 153 | 0 | 0.17 | 0.32 | 0.12 | 27.5 | 0.55 | 0.74 |
| Hex | E1 | BA | 99 | 0 | 11 | 20 | C | 1C | 37 | 4A |
| Octal | 341 | 272 | 231 | 0 | 21 | 40 | 14 | 34 | 67 | 112 |
| Binary | 11100001 | 10111010 | 10011001 | 0 | 10001 | 100000 | 1100 | 11100 | 110111 | 1001010 |
Color Harmonies of #E1BA99
Complementary color
Monochromatic Colors of #E1BA99
Black with #E1BA99
Text Example
Text Example
White with #E1BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA99; }
p { color: rgb(225,186,153); }
H1.HeaderClassName
{
color: #E1BA99;
}
.AnyTagClassName
{
color: #E1BA99;
}
</style>
background-color css
<style>
a { background-color: #E1BA99; }
a { background-color: rgb(225,186,153); }
div.DivClassName
{
background-color: #E1BA99;
}
.BgClassName
{
background-color: #E1BA99;
}
</style>
border-color css
<style>
span { border-color: #E1BA99; }
span { border-color: rgb(225,186,153); }
td.TdClassName
{
border-color: #E1BA99;
}
.TagClassName
{
border-color: #E1BA99;
}
</style>