Shades of Pancho #E1BC92
Tints of Pancho #E1BC92
RGB
CMYK
RGB Variations
Color information
#E1BC92 (or 0xE1BC92) is known color: Pancho. HEX triplet: E1, BC and 92. RGB value is (225,188,146). Sum of RGB (Red+Green+Blue) = 225+188+146=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC92 is #1E436D. Grayscale: #C2C2C2. Windows color (decimal): -1983342 or 9616609. OLE color: 9616609.
HSL color Cylindrical-coordinate representation of color #E1BC92: hue angle of 31.9º 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 #E1BC92 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 146 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.12 |
| HSL | 31.9º | 0.57% | 0.73% | - |
| HSV(B) | 31.9º | 0.35% | 0.88% | - |
| XYZ | 54.22 | 54.05 | 34.77 | - |
| YUV | 194.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 146 | 0 | 0.16 | 0.35 | 0.12 | 31.9 | 0.57 | 0.73 |
| Hex | E1 | BC | 92 | 0 | 10 | 23 | C | 20 | 39 | 49 |
| Octal | 341 | 274 | 222 | 0 | 20 | 43 | 14 | 40 | 71 | 111 |
| Binary | 11100001 | 10111100 | 10010010 | 0 | 10000 | 100011 | 1100 | 100000 | 111001 | 1001001 |
Color Harmonies of #E1BC92
Complementary color
Monochromatic Colors of #E1BC92
Black with #E1BC92
Text Example
Text Example
White with #E1BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC92; }
p { color: rgb(225,188,146); }
H1.HeaderClassName
{
color: #E1BC92;
}
.AnyTagClassName
{
color: #E1BC92;
}
</style>
background-color css
<style>
a { background-color: #E1BC92; }
a { background-color: rgb(225,188,146); }
div.DivClassName
{
background-color: #E1BC92;
}
.BgClassName
{
background-color: #E1BC92;
}
</style>
border-color css
<style>
span { border-color: #E1BC92; }
span { border-color: rgb(225,188,146); }
td.TdClassName
{
border-color: #E1BC92;
}
.TagClassName
{
border-color: #E1BC92;
}
</style>