Shades of Chenin #E8C274
Tints of Chenin #E8C274
RGB
CMYK
RGB Variations
Color information
#E8C274 (or 0xE8C274) is known color: Chenin. HEX triplet: E8, C2 and 74. RGB value is (232,194,116). Sum of RGB (Red+Green+Blue) = 232+194+116=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C274 is #173D8B. Grayscale: #C4C4C4. Windows color (decimal): -1523084 or 7652072. OLE color: 7652072.
HSL color Cylindrical-coordinate representation of color #E8C274: hue angle of 40.34º 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 #E8C274 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 116 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.09 |
| HSL | 40.34º | 0.72% | 0.68% | - |
| HSV(B) | 40.34º | 0.5% | 0.91% | - |
| XYZ | 55.72 | 57 | 24.59 | - |
| YUV | 196.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 116 | 0 | 0.16 | 0.50 | 0.09 | 40.34 | 0.72 | 0.68 |
| Hex | E8 | C2 | 74 | 0 | 10 | 32 | 9 | 28 | 48 | 44 |
| Octal | 350 | 302 | 164 | 0 | 20 | 62 | 11 | 50 | 110 | 104 |
| Binary | 11101000 | 11000010 | 1110100 | 0 | 10000 | 110010 | 1001 | 101000 | 1001000 | 1000100 |
Color Harmonies of #E8C274
Complementary color
Monochromatic Colors of #E8C274
Black with #E8C274
Text Example
Text Example
White with #E8C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C274; }
p { color: rgb(232,194,116); }
H1.HeaderClassName
{
color: #E8C274;
}
.AnyTagClassName
{
color: #E8C274;
}
</style>
background-color css
<style>
a { background-color: #E8C274; }
a { background-color: rgb(232,194,116); }
div.DivClassName
{
background-color: #E8C274;
}
.BgClassName
{
background-color: #E8C274;
}
</style>
border-color css
<style>
span { border-color: #E8C274; }
span { border-color: rgb(232,194,116); }
td.TdClassName
{
border-color: #E8C274;
}
.TagClassName
{
border-color: #E8C274;
}
</style>