Shades of Pancho #E0B99C
Tints of Pancho #E0B99C
RGB
CMYK
RGB Variations
Color information
#E0B99C (or 0xE0B99C) is known color: Pancho. HEX triplet: E0, B9 and 9C. RGB value is (224,185,156). Sum of RGB (Red+Green+Blue) = 224+185+156=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B99C is #1F4663. Grayscale: #C1C1C1. Windows color (decimal): -2049636 or 10271200. OLE color: 10271200.
HSL color Cylindrical-coordinate representation of color #E0B99C: hue angle of 25.59º degrees, saturation: 0.52, 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 #E0B99C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 156 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.12 |
| HSL | 25.59º | 0.52% | 0.75% | - |
| HSV(B) | 25.59º | 0.3% | 0.88% | - |
| XYZ | 54.09 | 52.95 | 38.82 | - |
| YUV | 193.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 156 | 0 | 0.17 | 0.30 | 0.12 | 25.59 | 0.52 | 0.75 |
| Hex | E0 | B9 | 9C | 0 | 11 | 1E | C | 1A | 34 | 4B |
| Octal | 340 | 271 | 234 | 0 | 21 | 36 | 14 | 32 | 64 | 113 |
| Binary | 11100000 | 10111001 | 10011100 | 0 | 10001 | 11110 | 1100 | 11010 | 110100 | 1001011 |
Color Harmonies of #E0B99C
Complementary color
Monochromatic Colors of #E0B99C
Black with #E0B99C
Text Example
Text Example
White with #E0B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B99C; }
p { color: rgb(224,185,156); }
H1.HeaderClassName
{
color: #E0B99C;
}
.AnyTagClassName
{
color: #E0B99C;
}
</style>
background-color css
<style>
a { background-color: #E0B99C; }
a { background-color: rgb(224,185,156); }
div.DivClassName
{
background-color: #E0B99C;
}
.BgClassName
{
background-color: #E0B99C;
}
</style>
border-color css
<style>
span { border-color: #E0B99C; }
span { border-color: rgb(224,185,156); }
td.TdClassName
{
border-color: #E0B99C;
}
.TagClassName
{
border-color: #E0B99C;
}
</style>