Shades of Pancho #E0C196
Tints of Pancho #E0C196
RGB
CMYK
RGB Variations
Color information
#E0C196 (or 0xE0C196) is known color: Pancho. HEX triplet: E0, C1 and 96. RGB value is (224,193,150). Sum of RGB (Red+Green+Blue) = 224+193+150=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C196 is #1F3E69. Grayscale: #C5C5C5. Windows color (decimal): -2047594 or 9880032. OLE color: 9880032.
HSL color Cylindrical-coordinate representation of color #E0C196: hue angle of 34.86º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0C196 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 150 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.12 |
| HSL | 34.86º | 0.54% | 0.73% | - |
| HSV(B) | 34.86º | 0.33% | 0.88% | - |
| XYZ | 55.32 | 56.19 | 36.78 | - |
| YUV | 197.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 150 | 0 | 0.14 | 0.33 | 0.12 | 34.86 | 0.54 | 0.73 |
| Hex | E0 | C1 | 96 | 0 | E | 21 | C | 23 | 36 | 49 |
| Octal | 340 | 301 | 226 | 0 | 16 | 41 | 14 | 43 | 66 | 111 |
| Binary | 11100000 | 11000001 | 10010110 | 0 | 1110 | 100001 | 1100 | 100011 | 110110 | 1001001 |
Color Harmonies of #E0C196
Complementary color
Monochromatic Colors of #E0C196
Black with #E0C196
Text Example
Text Example
White with #E0C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C196; }
p { color: rgb(224,193,150); }
H1.HeaderClassName
{
color: #E0C196;
}
.AnyTagClassName
{
color: #E0C196;
}
</style>
background-color css
<style>
a { background-color: #E0C196; }
a { background-color: rgb(224,193,150); }
div.DivClassName
{
background-color: #E0C196;
}
.BgClassName
{
background-color: #E0C196;
}
</style>
border-color css
<style>
span { border-color: #E0C196; }
span { border-color: rgb(224,193,150); }
td.TdClassName
{
border-color: #E0C196;
}
.TagClassName
{
border-color: #E0C196;
}
</style>