Shades of Chenin #E7C370
Tints of Chenin #E7C370
RGB
CMYK
RGB Variations
Color information
#E7C370 (or 0xE7C370) is known color: Chenin. HEX triplet: E7, C3 and 70. RGB value is (231,195,112). Sum of RGB (Red+Green+Blue) = 231+195+112=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C370 is #183C8F. Grayscale: #C4C4C4. Windows color (decimal): -1588368 or 7390183. OLE color: 7390183.
HSL color Cylindrical-coordinate representation of color #E7C370: hue angle of 41.85º degrees, saturation: 0.71, 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 #E7C370 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 112 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.09 |
| HSL | 41.85º | 0.71% | 0.67% | - |
| HSV(B) | 41.85º | 0.52% | 0.91% | - |
| XYZ | 55.39 | 57.19 | 23.45 | - |
| YUV | 196.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 112 | 0 | 0.16 | 0.52 | 0.09 | 41.85 | 0.71 | 0.67 |
| Hex | E7 | C3 | 70 | 0 | 10 | 34 | 9 | 2A | 47 | 43 |
| Octal | 347 | 303 | 160 | 0 | 20 | 64 | 11 | 52 | 107 | 103 |
| Binary | 11100111 | 11000011 | 1110000 | 0 | 10000 | 110100 | 1001 | 101010 | 1000111 | 1000011 |
Color Harmonies of #E7C370
Complementary color
Monochromatic Colors of #E7C370
Black with #E7C370
Text Example
Text Example
White with #E7C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C370; }
p { color: rgb(231,195,112); }
H1.HeaderClassName
{
color: #E7C370;
}
.AnyTagClassName
{
color: #E7C370;
}
</style>
background-color css
<style>
a { background-color: #E7C370; }
a { background-color: rgb(231,195,112); }
div.DivClassName
{
background-color: #E7C370;
}
.BgClassName
{
background-color: #E7C370;
}
</style>
border-color css
<style>
span { border-color: #E7C370; }
span { border-color: rgb(231,195,112); }
td.TdClassName
{
border-color: #E7C370;
}
.TagClassName
{
border-color: #E7C370;
}
</style>