Shades of Pancho #E1BB9E
Tints of Pancho #E1BB9E
RGB
CMYK
RGB Variations
Color information
#E1BB9E (or 0xE1BB9E) is known color: Pancho. HEX triplet: E1, BB and 9E. RGB value is (225,187,158). Sum of RGB (Red+Green+Blue) = 225+187+158=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB9E is #1E4461. Grayscale: #C3C3C3. Windows color (decimal): -1983586 or 10402785. OLE color: 10402785.
HSL color Cylindrical-coordinate representation of color #E1BB9E: hue angle of 25.97º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1BB9E is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 158 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.12 |
| HSL | 25.97º | 0.53% | 0.75% | - |
| HSV(B) | 25.97º | 0.3% | 0.88% | - |
| XYZ | 54.99 | 54.02 | 39.88 | - |
| YUV | 195.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 158 | 0 | 0.17 | 0.30 | 0.12 | 25.97 | 0.53 | 0.75 |
| Hex | E1 | BB | 9E | 0 | 11 | 1E | C | 1A | 35 | 4B |
| Octal | 341 | 273 | 236 | 0 | 21 | 36 | 14 | 32 | 65 | 113 |
| Binary | 11100001 | 10111011 | 10011110 | 0 | 10001 | 11110 | 1100 | 11010 | 110101 | 1001011 |
Color Harmonies of #E1BB9E
Complementary color
Monochromatic Colors of #E1BB9E
Black with #E1BB9E
Text Example
Text Example
White with #E1BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB9E; }
p { color: rgb(225,187,158); }
H1.HeaderClassName
{
color: #E1BB9E;
}
.AnyTagClassName
{
color: #E1BB9E;
}
</style>
background-color css
<style>
a { background-color: #E1BB9E; }
a { background-color: rgb(225,187,158); }
div.DivClassName
{
background-color: #E1BB9E;
}
.BgClassName
{
background-color: #E1BB9E;
}
</style>
border-color css
<style>
span { border-color: #E1BB9E; }
span { border-color: rgb(225,187,158); }
td.TdClassName
{
border-color: #E1BB9E;
}
.TagClassName
{
border-color: #E1BB9E;
}
</style>