Shades of Pancho #E5C096
Tints of Pancho #E5C096
RGB
CMYK
RGB Variations
Color information
#E5C096 (or 0xE5C096) is known color: Pancho. HEX triplet: E5, C0 and 96. RGB value is (229,192,150). Sum of RGB (Red+Green+Blue) = 229+192+150=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C096 is #1A3F69. Grayscale: #C6C6C6. Windows color (decimal): -1720170 or 9879781. OLE color: 9879781.
HSL color Cylindrical-coordinate representation of color #E5C096: hue angle of 31.9º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5C096 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 150 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.10 |
| HSL | 31.9º | 0.6% | 0.74% | - |
| HSV(B) | 31.9º | 0.34% | 0.9% | - |
| XYZ | 56.67 | 56.56 | 36.78 | - |
| YUV | 198.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 150 | 0 | 0.16 | 0.34 | 0.10 | 31.9 | 0.6 | 0.74 |
| Hex | E5 | C0 | 96 | 0 | 10 | 22 | A | 20 | 3C | 4A |
| Octal | 345 | 300 | 226 | 0 | 20 | 42 | 12 | 40 | 74 | 112 |
| Binary | 11100101 | 11000000 | 10010110 | 0 | 10000 | 100010 | 1010 | 100000 | 111100 | 1001010 |
Color Harmonies of #E5C096
Complementary color
Monochromatic Colors of #E5C096
Black with #E5C096
Text Example
Text Example
White with #E5C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C096; }
p { color: rgb(229,192,150); }
H1.HeaderClassName
{
color: #E5C096;
}
.AnyTagClassName
{
color: #E5C096;
}
</style>
background-color css
<style>
a { background-color: #E5C096; }
a { background-color: rgb(229,192,150); }
div.DivClassName
{
background-color: #E5C096;
}
.BgClassName
{
background-color: #E5C096;
}
</style>
border-color css
<style>
span { border-color: #E5C096; }
span { border-color: rgb(229,192,150); }
td.TdClassName
{
border-color: #E5C096;
}
.TagClassName
{
border-color: #E5C096;
}
</style>