Shades of Pancho #E1BB92
Tints of Pancho #E1BB92
RGB
CMYK
RGB Variations
Color information
#E1BB92 (or 0xE1BB92) is known color: Pancho. HEX triplet: E1, BB and 92. RGB value is (225,187,146). Sum of RGB (Red+Green+Blue) = 225+187+146=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BB92 is #1E446D. Grayscale: #C1C1C1. Windows color (decimal): -1983598 or 9616353. OLE color: 9616353.
HSL color Cylindrical-coordinate representation of color #E1BB92: hue angle of 31.14º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1BB92 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 146 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.12 |
| HSL | 31.14º | 0.57% | 0.73% | - |
| HSV(B) | 31.14º | 0.35% | 0.88% | - |
| XYZ | 54.01 | 53.62 | 34.7 | - |
| YUV | 193.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 146 | 0 | 0.17 | 0.35 | 0.12 | 31.14 | 0.57 | 0.73 |
| Hex | E1 | BB | 92 | 0 | 11 | 23 | C | 1F | 39 | 49 |
| Octal | 341 | 273 | 222 | 0 | 21 | 43 | 14 | 37 | 71 | 111 |
| Binary | 11100001 | 10111011 | 10010010 | 0 | 10001 | 100011 | 1100 | 11111 | 111001 | 1001001 |
Color Harmonies of #E1BB92
Complementary color
Monochromatic Colors of #E1BB92
Black with #E1BB92
Text Example
Text Example
White with #E1BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB92; }
p { color: rgb(225,187,146); }
H1.HeaderClassName
{
color: #E1BB92;
}
.AnyTagClassName
{
color: #E1BB92;
}
</style>
background-color css
<style>
a { background-color: #E1BB92; }
a { background-color: rgb(225,187,146); }
div.DivClassName
{
background-color: #E1BB92;
}
.BgClassName
{
background-color: #E1BB92;
}
</style>
border-color css
<style>
span { border-color: #E1BB92; }
span { border-color: rgb(225,187,146); }
td.TdClassName
{
border-color: #E1BB92;
}
.TagClassName
{
border-color: #E1BB92;
}
</style>