Shades of Chenin #E8C570
Tints of Chenin #E8C570
RGB
CMYK
RGB Variations
Color information
#E8C570 (or 0xE8C570) is known color: Chenin. HEX triplet: E8, C5 and 70. RGB value is (232,197,112). Sum of RGB (Red+Green+Blue) = 232+197+112=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C570 is #173A8F. Grayscale: #C6C6C6. Windows color (decimal): -1522320 or 7390696. OLE color: 7390696.
HSL color Cylindrical-coordinate representation of color #E8C570: hue angle of 42.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 #E8C570 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 112 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.09 |
| HSL | 42.5º | 0.72% | 0.67% | - |
| HSV(B) | 42.5º | 0.52% | 0.91% | - |
| XYZ | 56.17 | 58.26 | 23.61 | - |
| YUV | 197.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 112 | 0 | 0.15 | 0.52 | 0.09 | 42.5 | 0.72 | 0.67 |
| Hex | E8 | C5 | 70 | 0 | F | 34 | 9 | 2A | 48 | 43 |
| Octal | 350 | 305 | 160 | 0 | 17 | 64 | 11 | 52 | 110 | 103 |
| Binary | 11101000 | 11000101 | 1110000 | 0 | 1111 | 110100 | 1001 | 101010 | 1001000 | 1000011 |
Color Harmonies of #E8C570
Complementary color
Monochromatic Colors of #E8C570
Black with #E8C570
Text Example
Text Example
White with #E8C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C570; }
p { color: rgb(232,197,112); }
H1.HeaderClassName
{
color: #E8C570;
}
.AnyTagClassName
{
color: #E8C570;
}
</style>
background-color css
<style>
a { background-color: #E8C570; }
a { background-color: rgb(232,197,112); }
div.DivClassName
{
background-color: #E8C570;
}
.BgClassName
{
background-color: #E8C570;
}
</style>
border-color css
<style>
span { border-color: #E8C570; }
span { border-color: rgb(232,197,112); }
td.TdClassName
{
border-color: #E8C570;
}
.TagClassName
{
border-color: #E8C570;
}
</style>