Shades of Chenin #E6C370
Tints of Chenin #E6C370
RGB
CMYK
RGB Variations
Color information
#E6C370 (or 0xE6C370) is known color: Chenin. HEX triplet: E6, C3 and 70. RGB value is (230,195,112). Sum of RGB (Red+Green+Blue) = 230+195+112=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C370 is #193C8F. Grayscale: #C4C4C4. Windows color (decimal): -1653904 or 7390182. OLE color: 7390182.
HSL color Cylindrical-coordinate representation of color #E6C370: hue angle of 42.2º 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 #E6C370 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 112 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.10 |
| HSL | 42.2º | 0.7% | 0.67% | - |
| HSV(B) | 42.2º | 0.51% | 0.9% | - |
| XYZ | 55.07 | 57.02 | 23.43 | - |
| YUV | 196 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 112 | 0 | 0.15 | 0.51 | 0.10 | 42.2 | 0.7 | 0.67 |
| Hex | E6 | C3 | 70 | 0 | F | 33 | A | 2A | 46 | 43 |
| Octal | 346 | 303 | 160 | 0 | 17 | 63 | 12 | 52 | 106 | 103 |
| Binary | 11100110 | 11000011 | 1110000 | 0 | 1111 | 110011 | 1010 | 101010 | 1000110 | 1000011 |
Color Harmonies of #E6C370
Complementary color
Monochromatic Colors of #E6C370
Black with #E6C370
Text Example
Text Example
White with #E6C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C370; }
p { color: rgb(230,195,112); }
H1.HeaderClassName
{
color: #E6C370;
}
.AnyTagClassName
{
color: #E6C370;
}
</style>
background-color css
<style>
a { background-color: #E6C370; }
a { background-color: rgb(230,195,112); }
div.DivClassName
{
background-color: #E6C370;
}
.BgClassName
{
background-color: #E6C370;
}
</style>
border-color css
<style>
span { border-color: #E6C370; }
span { border-color: rgb(230,195,112); }
td.TdClassName
{
border-color: #E6C370;
}
.TagClassName
{
border-color: #E6C370;
}
</style>