Shades of Chenin #E0C06E
Tints of Chenin #E0C06E
RGB
CMYK
RGB Variations
Color information
#E0C06E (or 0xE0C06E) is known color: Chenin. HEX triplet: E0, C0 and 6E. RGB value is (224,192,110). Sum of RGB (Red+Green+Blue) = 224+192+110=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C06E is #1F3F91. Grayscale: #C0C0C0. Windows color (decimal): -2047890 or 7258336. OLE color: 7258336.
HSL color Cylindrical-coordinate representation of color #E0C06E: hue angle of 43.16º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0C06E is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 110 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.12 |
| HSL | 43.16º | 0.65% | 0.65% | - |
| HSV(B) | 43.16º | 0.51% | 0.88% | - |
| XYZ | 52.4 | 54.67 | 22.54 | - |
| YUV | 192.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 110 | 0 | 0.14 | 0.51 | 0.12 | 43.16 | 0.65 | 0.65 |
| Hex | E0 | C0 | 6E | 0 | E | 33 | C | 2B | 41 | 41 |
| Octal | 340 | 300 | 156 | 0 | 16 | 63 | 14 | 53 | 101 | 101 |
| Binary | 11100000 | 11000000 | 1101110 | 0 | 1110 | 110011 | 1100 | 101011 | 1000001 | 1000001 |
Color Harmonies of #E0C06E
Complementary color
Monochromatic Colors of #E0C06E
Black with #E0C06E
Text Example
Text Example
White with #E0C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C06E; }
p { color: rgb(224,192,110); }
H1.HeaderClassName
{
color: #E0C06E;
}
.AnyTagClassName
{
color: #E0C06E;
}
</style>
background-color css
<style>
a { background-color: #E0C06E; }
a { background-color: rgb(224,192,110); }
div.DivClassName
{
background-color: #E0C06E;
}
.BgClassName
{
background-color: #E0C06E;
}
</style>
border-color css
<style>
span { border-color: #E0C06E; }
span { border-color: rgb(224,192,110); }
td.TdClassName
{
border-color: #E0C06E;
}
.TagClassName
{
border-color: #E0C06E;
}
</style>