Shades of Chenin #E8C074
Tints of Chenin #E8C074
RGB
CMYK
RGB Variations
Color information
#E8C074 (or 0xE8C074) is known color: Chenin. HEX triplet: E8, C0 and 74. RGB value is (232,192,116). Sum of RGB (Red+Green+Blue) = 232+192+116=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C074 is #173F8B. Grayscale: #C3C3C3. Windows color (decimal): -1523596 or 7651560. OLE color: 7651560.
HSL color Cylindrical-coordinate representation of color #E8C074: hue angle of 39.31º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8C074 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 116 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.09 |
| HSL | 39.31º | 0.72% | 0.68% | - |
| HSV(B) | 39.31º | 0.5% | 0.91% | - |
| XYZ | 55.28 | 56.12 | 24.44 | - |
| YUV | 195.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 116 | 0 | 0.17 | 0.50 | 0.09 | 39.31 | 0.72 | 0.68 |
| Hex | E8 | C0 | 74 | 0 | 11 | 32 | 9 | 27 | 48 | 44 |
| Octal | 350 | 300 | 164 | 0 | 21 | 62 | 11 | 47 | 110 | 104 |
| Binary | 11101000 | 11000000 | 1110100 | 0 | 10001 | 110010 | 1001 | 100111 | 1001000 | 1000100 |
Color Harmonies of #E8C074
Complementary color
Monochromatic Colors of #E8C074
Black with #E8C074
Text Example
Text Example
White with #E8C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C074; }
p { color: rgb(232,192,116); }
H1.HeaderClassName
{
color: #E8C074;
}
.AnyTagClassName
{
color: #E8C074;
}
</style>
background-color css
<style>
a { background-color: #E8C074; }
a { background-color: rgb(232,192,116); }
div.DivClassName
{
background-color: #E8C074;
}
.BgClassName
{
background-color: #E8C074;
}
</style>
border-color css
<style>
span { border-color: #E8C074; }
span { border-color: rgb(232,192,116); }
td.TdClassName
{
border-color: #E8C074;
}
.TagClassName
{
border-color: #E8C074;
}
</style>