Shades of Pancho #E0BB9E
Tints of Pancho #E0BB9E
RGB
CMYK
RGB Variations
Color information
#E0BB9E (or 0xE0BB9E) is known color: Pancho. HEX triplet: E0, BB and 9E. RGB value is (224,187,158). Sum of RGB (Red+Green+Blue) = 224+187+158=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BB9E is #1F4461. Grayscale: #C2C2C2. Windows color (decimal): -2049122 or 10402784. OLE color: 10402784.
HSL color Cylindrical-coordinate representation of color #E0BB9E: hue angle of 26.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0BB9E is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 158 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.12 |
| HSL | 26.36º | 0.52% | 0.75% | - |
| HSV(B) | 26.36º | 0.29% | 0.88% | - |
| XYZ | 54.68 | 53.86 | 39.86 | - |
| YUV | 194.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 158 | 0 | 0.17 | 0.29 | 0.12 | 26.36 | 0.52 | 0.75 |
| Hex | E0 | BB | 9E | 0 | 11 | 1D | C | 1A | 34 | 4B |
| Octal | 340 | 273 | 236 | 0 | 21 | 35 | 14 | 32 | 64 | 113 |
| Binary | 11100000 | 10111011 | 10011110 | 0 | 10001 | 11101 | 1100 | 11010 | 110100 | 1001011 |
Color Harmonies of #E0BB9E
Complementary color
Monochromatic Colors of #E0BB9E
Black with #E0BB9E
Text Example
Text Example
White with #E0BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB9E; }
p { color: rgb(224,187,158); }
H1.HeaderClassName
{
color: #E0BB9E;
}
.AnyTagClassName
{
color: #E0BB9E;
}
</style>
background-color css
<style>
a { background-color: #E0BB9E; }
a { background-color: rgb(224,187,158); }
div.DivClassName
{
background-color: #E0BB9E;
}
.BgClassName
{
background-color: #E0BB9E;
}
</style>
border-color css
<style>
span { border-color: #E0BB9E; }
span { border-color: rgb(224,187,158); }
td.TdClassName
{
border-color: #E0BB9E;
}
.TagClassName
{
border-color: #E0BB9E;
}
</style>