Shades of Chenin #E0C974
Tints of Chenin #E0C974
RGB
CMYK
RGB Variations
Color information
#E0C974 (or 0xE0C974) is known color: Chenin. HEX triplet: E0, C9 and 74. RGB value is (224,201,116). Sum of RGB (Red+Green+Blue) = 224+201+116=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C974 is #1F368B. Grayscale: #C6C6C6. Windows color (decimal): -2045580 or 7653856. OLE color: 7653856.
HSL color Cylindrical-coordinate representation of color #E0C974: hue angle of 47.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0C974 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 116 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.12 |
| HSL | 47.22º | 0.64% | 0.67% | - |
| HSV(B) | 47.22º | 0.48% | 0.88% | - |
| XYZ | 54.78 | 58.88 | 25 | - |
| YUV | 198.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 116 | 0 | 0.10 | 0.48 | 0.12 | 47.22 | 0.64 | 0.67 |
| Hex | E0 | C9 | 74 | 0 | A | 30 | C | 2F | 40 | 43 |
| Octal | 340 | 311 | 164 | 0 | 12 | 60 | 14 | 57 | 100 | 103 |
| Binary | 11100000 | 11001001 | 1110100 | 0 | 1010 | 110000 | 1100 | 101111 | 1000000 | 1000011 |
Color Harmonies of #E0C974
Complementary color
Monochromatic Colors of #E0C974
Black with #E0C974
Text Example
Text Example
White with #E0C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C974; }
p { color: rgb(224,201,116); }
H1.HeaderClassName
{
color: #E0C974;
}
.AnyTagClassName
{
color: #E0C974;
}
</style>
background-color css
<style>
a { background-color: #E0C974; }
a { background-color: rgb(224,201,116); }
div.DivClassName
{
background-color: #E0C974;
}
.BgClassName
{
background-color: #E0C974;
}
</style>
border-color css
<style>
span { border-color: #E0C974; }
span { border-color: rgb(224,201,116); }
td.TdClassName
{
border-color: #E0C974;
}
.TagClassName
{
border-color: #E0C974;
}
</style>