Shades of Chenin #E2C974
Tints of Chenin #E2C974
RGB
CMYK
RGB Variations
Color information
#E2C974 (or 0xE2C974) is known color: Chenin. HEX triplet: E2, C9 and 74. RGB value is (226,201,116). Sum of RGB (Red+Green+Blue) = 226+201+116=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C974 is #1D368B. Grayscale: #C7C7C7. Windows color (decimal): -1914508 or 7653858. OLE color: 7653858.
HSL color Cylindrical-coordinate representation of color #E2C974: hue angle of 46.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2C974 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 116 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.11 |
| HSL | 46.36º | 0.65% | 0.67% | - |
| HSV(B) | 46.36º | 0.49% | 0.89% | - |
| XYZ | 55.4 | 59.2 | 25.03 | - |
| YUV | 198.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 116 | 0 | 0.11 | 0.49 | 0.11 | 46.36 | 0.65 | 0.67 |
| Hex | E2 | C9 | 74 | 0 | B | 31 | B | 2E | 41 | 43 |
| Octal | 342 | 311 | 164 | 0 | 13 | 61 | 13 | 56 | 101 | 103 |
| Binary | 11100010 | 11001001 | 1110100 | 0 | 1011 | 110001 | 1011 | 101110 | 1000001 | 1000011 |
Color Harmonies of #E2C974
Complementary color
Monochromatic Colors of #E2C974
Black with #E2C974
Text Example
Text Example
White with #E2C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C974; }
p { color: rgb(226,201,116); }
H1.HeaderClassName
{
color: #E2C974;
}
.AnyTagClassName
{
color: #E2C974;
}
</style>
background-color css
<style>
a { background-color: #E2C974; }
a { background-color: rgb(226,201,116); }
div.DivClassName
{
background-color: #E2C974;
}
.BgClassName
{
background-color: #E2C974;
}
</style>
border-color css
<style>
span { border-color: #E2C974; }
span { border-color: rgb(226,201,116); }
td.TdClassName
{
border-color: #E2C974;
}
.TagClassName
{
border-color: #E2C974;
}
</style>