Shades of Chenin #E6C06E
Tints of Chenin #E6C06E
RGB
CMYK
RGB Variations
Color information
#E6C06E (or 0xE6C06E) is known color: Chenin. HEX triplet: E6, C0 and 6E. RGB value is (230,192,110). Sum of RGB (Red+Green+Blue) = 230+192+110=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C06E is #193F91. Grayscale: #C2C2C2. Windows color (decimal): -1654674 or 7258342. OLE color: 7258342.
HSL color Cylindrical-coordinate representation of color #E6C06E: hue angle of 41º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6C06E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 110 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.10 |
| HSL | 41º | 0.71% | 0.67% | - |
| HSV(B) | 41º | 0.52% | 0.9% | - |
| XYZ | 54.3 | 55.65 | 22.63 | - |
| YUV | 194.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 110 | 0 | 0.17 | 0.52 | 0.10 | 41 | 0.71 | 0.67 |
| Hex | E6 | C0 | 6E | 0 | 11 | 34 | A | 29 | 47 | 43 |
| Octal | 346 | 300 | 156 | 0 | 21 | 64 | 12 | 51 | 107 | 103 |
| Binary | 11100110 | 11000000 | 1101110 | 0 | 10001 | 110100 | 1010 | 101001 | 1000111 | 1000011 |
Color Harmonies of #E6C06E
Complementary color
Monochromatic Colors of #E6C06E
Black with #E6C06E
Text Example
Text Example
White with #E6C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C06E; }
p { color: rgb(230,192,110); }
H1.HeaderClassName
{
color: #E6C06E;
}
.AnyTagClassName
{
color: #E6C06E;
}
</style>
background-color css
<style>
a { background-color: #E6C06E; }
a { background-color: rgb(230,192,110); }
div.DivClassName
{
background-color: #E6C06E;
}
.BgClassName
{
background-color: #E6C06E;
}
</style>
border-color css
<style>
span { border-color: #E6C06E; }
span { border-color: rgb(230,192,110); }
td.TdClassName
{
border-color: #E6C06E;
}
.TagClassName
{
border-color: #E6C06E;
}
</style>