Shades of Chenin #E0C970
Tints of Chenin #E0C970
RGB
CMYK
RGB Variations
Color information
#E0C970 (or 0xE0C970) is known color: Chenin. HEX triplet: E0, C9 and 70. RGB value is (224,201,112). Sum of RGB (Red+Green+Blue) = 224+201+112=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C970 is #1F368F. Grayscale: #C6C6C6. Windows color (decimal): -2045584 or 7391712. OLE color: 7391712.
HSL color Cylindrical-coordinate representation of color #E0C970: hue angle of 47.68º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0C970 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 112 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.12 |
| HSL | 47.68º | 0.64% | 0.66% | - |
| HSV(B) | 47.68º | 0.5% | 0.88% | - |
| XYZ | 54.55 | 58.79 | 23.8 | - |
| YUV | 197.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 112 | 0 | 0.10 | 0.50 | 0.12 | 47.68 | 0.64 | 0.66 |
| Hex | E0 | C9 | 70 | 0 | A | 32 | C | 30 | 40 | 42 |
| Octal | 340 | 311 | 160 | 0 | 12 | 62 | 14 | 60 | 100 | 102 |
| Binary | 11100000 | 11001001 | 1110000 | 0 | 1010 | 110010 | 1100 | 110000 | 1000000 | 1000010 |
Color Harmonies of #E0C970
Complementary color
Monochromatic Colors of #E0C970
Black with #E0C970
Text Example
Text Example
White with #E0C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C970; }
p { color: rgb(224,201,112); }
H1.HeaderClassName
{
color: #E0C970;
}
.AnyTagClassName
{
color: #E0C970;
}
</style>
background-color css
<style>
a { background-color: #E0C970; }
a { background-color: rgb(224,201,112); }
div.DivClassName
{
background-color: #E0C970;
}
.BgClassName
{
background-color: #E0C970;
}
</style>
border-color css
<style>
span { border-color: #E0C970; }
span { border-color: rgb(224,201,112); }
td.TdClassName
{
border-color: #E0C970;
}
.TagClassName
{
border-color: #E0C970;
}
</style>