Shades of Pancho #E0B992
Tints of Pancho #E0B992
RGB
CMYK
RGB Variations
Color information
#E0B992 (or 0xE0B992) is known color: Pancho. HEX triplet: E0, B9 and 92. RGB value is (224,185,146). Sum of RGB (Red+Green+Blue) = 224+185+146=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B992 is #1F466D. Grayscale: #C0C0C0. Windows color (decimal): -2049646 or 9615840. OLE color: 9615840.
HSL color Cylindrical-coordinate representation of color #E0B992: hue angle of 30º degrees, saturation: 0.56, 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 #E0B992 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 146 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.12 |
| HSL | 30º | 0.56% | 0.73% | - |
| HSV(B) | 30º | 0.35% | 0.88% | - |
| XYZ | 53.28 | 52.62 | 34.54 | - |
| YUV | 192.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 146 | 0 | 0.17 | 0.35 | 0.12 | 30 | 0.56 | 0.73 |
| Hex | E0 | B9 | 92 | 0 | 11 | 23 | C | 1E | 38 | 49 |
| Octal | 340 | 271 | 222 | 0 | 21 | 43 | 14 | 36 | 70 | 111 |
| Binary | 11100000 | 10111001 | 10010010 | 0 | 10001 | 100011 | 1100 | 11110 | 111000 | 1001001 |
Color Harmonies of #E0B992
Complementary color
Monochromatic Colors of #E0B992
Black with #E0B992
Text Example
Text Example
White with #E0B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B992; }
p { color: rgb(224,185,146); }
H1.HeaderClassName
{
color: #E0B992;
}
.AnyTagClassName
{
color: #E0B992;
}
</style>
background-color css
<style>
a { background-color: #E0B992; }
a { background-color: rgb(224,185,146); }
div.DivClassName
{
background-color: #E0B992;
}
.BgClassName
{
background-color: #E0B992;
}
</style>
border-color css
<style>
span { border-color: #E0B992; }
span { border-color: rgb(224,185,146); }
td.TdClassName
{
border-color: #E0B992;
}
.TagClassName
{
border-color: #E0B992;
}
</style>