Shades of Pancho #E0C095
Tints of Pancho #E0C095
RGB
CMYK
RGB Variations
Color information
#E0C095 (or 0xE0C095) is known color: Pancho. HEX triplet: E0, C0 and 95. RGB value is (224,192,149). Sum of RGB (Red+Green+Blue) = 224+192+149=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C095 is #1F3F6A. Grayscale: #C4C4C4. Windows color (decimal): -2047851 or 9814240. OLE color: 9814240.
HSL color Cylindrical-coordinate representation of color #E0C095: hue angle of 34.4º degrees, saturation: 0.55, 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 #E0C095 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 149 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.12 |
| HSL | 34.4º | 0.55% | 0.73% | - |
| HSV(B) | 34.4º | 0.33% | 0.88% | - |
| XYZ | 55.01 | 55.72 | 36.29 | - |
| YUV | 196.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 149 | 0 | 0.14 | 0.33 | 0.12 | 34.4 | 0.55 | 0.73 |
| Hex | E0 | C0 | 95 | 0 | E | 21 | C | 22 | 37 | 49 |
| Octal | 340 | 300 | 225 | 0 | 16 | 41 | 14 | 42 | 67 | 111 |
| Binary | 11100000 | 11000000 | 10010101 | 0 | 1110 | 100001 | 1100 | 100010 | 110111 | 1001001 |
Color Harmonies of #E0C095
Complementary color
Monochromatic Colors of #E0C095
Black with #E0C095
Text Example
Text Example
White with #E0C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C095; }
p { color: rgb(224,192,149); }
H1.HeaderClassName
{
color: #E0C095;
}
.AnyTagClassName
{
color: #E0C095;
}
</style>
background-color css
<style>
a { background-color: #E0C095; }
a { background-color: rgb(224,192,149); }
div.DivClassName
{
background-color: #E0C095;
}
.BgClassName
{
background-color: #E0C095;
}
</style>
border-color css
<style>
span { border-color: #E0C095; }
span { border-color: rgb(224,192,149); }
td.TdClassName
{
border-color: #E0C095;
}
.TagClassName
{
border-color: #E0C095;
}
</style>