Shades of Chenin #E5C06E
Tints of Chenin #E5C06E
RGB
CMYK
RGB Variations
Color information
#E5C06E (or 0xE5C06E) is known color: Chenin. HEX triplet: E5, C0 and 6E. RGB value is (229,192,110). Sum of RGB (Red+Green+Blue) = 229+192+110=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C06E is #1A3F91. Grayscale: #C2C2C2. Windows color (decimal): -1720210 or 7258341. OLE color: 7258341.
HSL color Cylindrical-coordinate representation of color #E5C06E: hue angle of 41.34º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5C06E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 110 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.10 |
| HSL | 41.34º | 0.7% | 0.66% | - |
| HSV(B) | 41.34º | 0.52% | 0.9% | - |
| XYZ | 53.98 | 55.48 | 22.62 | - |
| YUV | 193.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 110 | 0 | 0.16 | 0.52 | 0.10 | 41.34 | 0.7 | 0.66 |
| Hex | E5 | C0 | 6E | 0 | 10 | 34 | A | 29 | 46 | 42 |
| Octal | 345 | 300 | 156 | 0 | 20 | 64 | 12 | 51 | 106 | 102 |
| Binary | 11100101 | 11000000 | 1101110 | 0 | 10000 | 110100 | 1010 | 101001 | 1000110 | 1000010 |
Color Harmonies of #E5C06E
Complementary color
Monochromatic Colors of #E5C06E
Black with #E5C06E
Text Example
Text Example
White with #E5C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C06E; }
p { color: rgb(229,192,110); }
H1.HeaderClassName
{
color: #E5C06E;
}
.AnyTagClassName
{
color: #E5C06E;
}
</style>
background-color css
<style>
a { background-color: #E5C06E; }
a { background-color: rgb(229,192,110); }
div.DivClassName
{
background-color: #E5C06E;
}
.BgClassName
{
background-color: #E5C06E;
}
</style>
border-color css
<style>
span { border-color: #E5C06E; }
span { border-color: rgb(229,192,110); }
td.TdClassName
{
border-color: #E5C06E;
}
.TagClassName
{
border-color: #E5C06E;
}
</style>