Shades of Chenin #E2C975
Tints of Chenin #E2C975
RGB
CMYK
RGB Variations
Color information
#E2C975 (or 0xE2C975) is known color: Chenin. HEX triplet: E2, C9 and 75. RGB value is (226,201,117). Sum of RGB (Red+Green+Blue) = 226+201+117=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C975 is #1D368A. Grayscale: #C7C7C7. Windows color (decimal): -1914507 or 7719394. OLE color: 7719394.
HSL color Cylindrical-coordinate representation of color #E2C975: hue angle of 46.24º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2C975 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 117 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.11 |
| HSL | 46.24º | 0.65% | 0.67% | - |
| HSV(B) | 46.24º | 0.48% | 0.89% | - |
| XYZ | 55.46 | 59.23 | 25.34 | - |
| YUV | 198.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 117 | 0 | 0.11 | 0.48 | 0.11 | 46.24 | 0.65 | 0.67 |
| Hex | E2 | C9 | 75 | 0 | B | 30 | B | 2E | 41 | 43 |
| Octal | 342 | 311 | 165 | 0 | 13 | 60 | 13 | 56 | 101 | 103 |
| Binary | 11100010 | 11001001 | 1110101 | 0 | 1011 | 110000 | 1011 | 101110 | 1000001 | 1000011 |
Color Harmonies of #E2C975
Complementary color
Monochromatic Colors of #E2C975
Black with #E2C975
Text Example
Text Example
White with #E2C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C975; }
p { color: rgb(226,201,117); }
H1.HeaderClassName
{
color: #E2C975;
}
.AnyTagClassName
{
color: #E2C975;
}
</style>
background-color css
<style>
a { background-color: #E2C975; }
a { background-color: rgb(226,201,117); }
div.DivClassName
{
background-color: #E2C975;
}
.BgClassName
{
background-color: #E2C975;
}
</style>
border-color css
<style>
span { border-color: #E2C975; }
span { border-color: rgb(226,201,117); }
td.TdClassName
{
border-color: #E2C975;
}
.TagClassName
{
border-color: #E2C975;
}
</style>