Shades of Chenin #E6C170
Tints of Chenin #E6C170
RGB
CMYK
RGB Variations
Color information
#E6C170 (or 0xE6C170) is known color: Chenin. HEX triplet: E6, C1 and 70. RGB value is (230,193,112). Sum of RGB (Red+Green+Blue) = 230+193+112=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C170 is #193E8F. Grayscale: #C3C3C3. Windows color (decimal): -1654416 or 7389670. OLE color: 7389670.
HSL color Cylindrical-coordinate representation of color #E6C170: hue angle of 41.19º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6C170 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 112 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.10 |
| HSL | 41.19º | 0.7% | 0.67% | - |
| HSV(B) | 41.19º | 0.51% | 0.9% | - |
| XYZ | 54.63 | 56.13 | 23.28 | - |
| YUV | 194.83 | 81.26 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 112 | 0 | 0.16 | 0.51 | 0.10 | 41.19 | 0.7 | 0.67 |
| Hex | E6 | C1 | 70 | 0 | 10 | 33 | A | 29 | 46 | 43 |
| Octal | 346 | 301 | 160 | 0 | 20 | 63 | 12 | 51 | 106 | 103 |
| Binary | 11100110 | 11000001 | 1110000 | 0 | 10000 | 110011 | 1010 | 101001 | 1000110 | 1000011 |
Color Harmonies of #E6C170
Complementary color
Monochromatic Colors of #E6C170
Black with #E6C170
Text Example
Text Example
White with #E6C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C170; }
p { color: rgb(230,193,112); }
H1.HeaderClassName
{
color: #E6C170;
}
.AnyTagClassName
{
color: #E6C170;
}
</style>
background-color css
<style>
a { background-color: #E6C170; }
a { background-color: rgb(230,193,112); }
div.DivClassName
{
background-color: #E6C170;
}
.BgClassName
{
background-color: #E6C170;
}
</style>
border-color css
<style>
span { border-color: #E6C170; }
span { border-color: rgb(230,193,112); }
td.TdClassName
{
border-color: #E6C170;
}
.TagClassName
{
border-color: #E6C170;
}
</style>