Shades of Pancho #E1BA95
Tints of Pancho #E1BA95
RGB
CMYK
RGB Variations
Color information
#E1BA95 (or 0xE1BA95) is known color: Pancho. HEX triplet: E1, BA and 95. RGB value is (225,186,149). Sum of RGB (Red+Green+Blue) = 225+186+149=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BA95 is #1E456A. Grayscale: #C1C1C1. Windows color (decimal): -1983851 or 9812705. OLE color: 9812705.
HSL color Cylindrical-coordinate representation of color #E1BA95: hue angle of 29.21º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1BA95 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 149 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.12 |
| HSL | 29.21º | 0.56% | 0.73% | - |
| HSV(B) | 29.21º | 0.34% | 0.88% | - |
| XYZ | 54.04 | 53.3 | 35.87 | - |
| YUV | 193.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 149 | 0 | 0.17 | 0.34 | 0.12 | 29.21 | 0.56 | 0.73 |
| Hex | E1 | BA | 95 | 0 | 11 | 22 | C | 1D | 38 | 49 |
| Octal | 341 | 272 | 225 | 0 | 21 | 42 | 14 | 35 | 70 | 111 |
| Binary | 11100001 | 10111010 | 10010101 | 0 | 10001 | 100010 | 1100 | 11101 | 111000 | 1001001 |
Color Harmonies of #E1BA95
Complementary color
Monochromatic Colors of #E1BA95
Black with #E1BA95
Text Example
Text Example
White with #E1BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA95; }
p { color: rgb(225,186,149); }
H1.HeaderClassName
{
color: #E1BA95;
}
.AnyTagClassName
{
color: #E1BA95;
}
</style>
background-color css
<style>
a { background-color: #E1BA95; }
a { background-color: rgb(225,186,149); }
div.DivClassName
{
background-color: #E1BA95;
}
.BgClassName
{
background-color: #E1BA95;
}
</style>
border-color css
<style>
span { border-color: #E1BA95; }
span { border-color: rgb(225,186,149); }
td.TdClassName
{
border-color: #E1BA95;
}
.TagClassName
{
border-color: #E1BA95;
}
</style>