Shades of Chenin #E8C270
Tints of Chenin #E8C270
RGB
CMYK
RGB Variations
Color information
#E8C270 (or 0xE8C270) is known color: Chenin. HEX triplet: E8, C2 and 70. RGB value is (232,194,112). Sum of RGB (Red+Green+Blue) = 232+194+112=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C270 is #173D8F. Grayscale: #C4C4C4. Windows color (decimal): -1523088 or 7389928. OLE color: 7389928.
HSL color Cylindrical-coordinate representation of color #E8C270: hue angle of 41º 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 #E8C270 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 112 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.09 |
| HSL | 41º | 0.72% | 0.67% | - |
| HSV(B) | 41º | 0.52% | 0.91% | - |
| XYZ | 55.5 | 56.91 | 23.39 | - |
| YUV | 196.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 112 | 0 | 0.16 | 0.52 | 0.09 | 41 | 0.72 | 0.67 |
| Hex | E8 | C2 | 70 | 0 | 10 | 34 | 9 | 29 | 48 | 43 |
| Octal | 350 | 302 | 160 | 0 | 20 | 64 | 11 | 51 | 110 | 103 |
| Binary | 11101000 | 11000010 | 1110000 | 0 | 10000 | 110100 | 1001 | 101001 | 1001000 | 1000011 |
Color Harmonies of #E8C270
Complementary color
Monochromatic Colors of #E8C270
Black with #E8C270
Text Example
Text Example
White with #E8C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C270; }
p { color: rgb(232,194,112); }
H1.HeaderClassName
{
color: #E8C270;
}
.AnyTagClassName
{
color: #E8C270;
}
</style>
background-color css
<style>
a { background-color: #E8C270; }
a { background-color: rgb(232,194,112); }
div.DivClassName
{
background-color: #E8C270;
}
.BgClassName
{
background-color: #E8C270;
}
</style>
border-color css
<style>
span { border-color: #E8C270; }
span { border-color: rgb(232,194,112); }
td.TdClassName
{
border-color: #E8C270;
}
.TagClassName
{
border-color: #E8C270;
}
</style>