Shades of Pancho #E0C098
Tints of Pancho #E0C098
RGB
CMYK
RGB Variations
Color information
#E0C098 (or 0xE0C098) is known color: Pancho. HEX triplet: E0, C0 and 98. RGB value is (224,192,152). Sum of RGB (Red+Green+Blue) = 224+192+152=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C098 is #1F3F67. Grayscale: #C5C5C5. Windows color (decimal): -2047848 or 10010848. OLE color: 10010848.
HSL color Cylindrical-coordinate representation of color #E0C098: hue angle of 33.33º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0C098 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 152 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.12 |
| HSL | 33.33º | 0.54% | 0.74% | - |
| HSV(B) | 33.33º | 0.32% | 0.88% | - |
| XYZ | 55.26 | 55.81 | 37.57 | - |
| YUV | 197.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 152 | 0 | 0.14 | 0.32 | 0.12 | 33.33 | 0.54 | 0.74 |
| Hex | E0 | C0 | 98 | 0 | E | 20 | C | 21 | 36 | 4A |
| Octal | 340 | 300 | 230 | 0 | 16 | 40 | 14 | 41 | 66 | 112 |
| Binary | 11100000 | 11000000 | 10011000 | 0 | 1110 | 100000 | 1100 | 100001 | 110110 | 1001010 |
Color Harmonies of #E0C098
Complementary color
Monochromatic Colors of #E0C098
Black with #E0C098
Text Example
Text Example
White with #E0C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C098; }
p { color: rgb(224,192,152); }
H1.HeaderClassName
{
color: #E0C098;
}
.AnyTagClassName
{
color: #E0C098;
}
</style>
background-color css
<style>
a { background-color: #E0C098; }
a { background-color: rgb(224,192,152); }
div.DivClassName
{
background-color: #E0C098;
}
.BgClassName
{
background-color: #E0C098;
}
</style>
border-color css
<style>
span { border-color: #E0C098; }
span { border-color: rgb(224,192,152); }
td.TdClassName
{
border-color: #E0C098;
}
.TagClassName
{
border-color: #E0C098;
}
</style>