Shades of Chenin #E8C370
Tints of Chenin #E8C370
RGB
CMYK
RGB Variations
Color information
#E8C370 (or 0xE8C370) is known color: Chenin. HEX triplet: E8, C3 and 70. RGB value is (232,195,112). Sum of RGB (Red+Green+Blue) = 232+195+112=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C370 is #173C8F. Grayscale: #C4C4C4. Windows color (decimal): -1522832 or 7390184. OLE color: 7390184.
HSL color Cylindrical-coordinate representation of color #E8C370: hue angle of 41.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8C370 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 112 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.09 |
| HSL | 41.5º | 0.72% | 0.67% | - |
| HSV(B) | 41.5º | 0.52% | 0.91% | - |
| XYZ | 55.72 | 57.36 | 23.46 | - |
| YUV | 196.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 112 | 0 | 0.16 | 0.52 | 0.09 | 41.5 | 0.72 | 0.67 |
| Hex | E8 | C3 | 70 | 0 | 10 | 34 | 9 | 2A | 48 | 43 |
| Octal | 350 | 303 | 160 | 0 | 20 | 64 | 11 | 52 | 110 | 103 |
| Binary | 11101000 | 11000011 | 1110000 | 0 | 10000 | 110100 | 1001 | 101010 | 1001000 | 1000011 |
Color Harmonies of #E8C370
Complementary color
Monochromatic Colors of #E8C370
Black with #E8C370
Text Example
Text Example
White with #E8C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C370; }
p { color: rgb(232,195,112); }
H1.HeaderClassName
{
color: #E8C370;
}
.AnyTagClassName
{
color: #E8C370;
}
</style>
background-color css
<style>
a { background-color: #E8C370; }
a { background-color: rgb(232,195,112); }
div.DivClassName
{
background-color: #E8C370;
}
.BgClassName
{
background-color: #E8C370;
}
</style>
border-color css
<style>
span { border-color: #E8C370; }
span { border-color: rgb(232,195,112); }
td.TdClassName
{
border-color: #E8C370;
}
.TagClassName
{
border-color: #E8C370;
}
</style>