Shades of Chenin #E5C16E
Tints of Chenin #E5C16E
RGB
CMYK
RGB Variations
Color information
#E5C16E (or 0xE5C16E) is known color: Chenin. HEX triplet: E5, C1 and 6E. RGB value is (229,193,110). Sum of RGB (Red+Green+Blue) = 229+193+110=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C16E is #1A3E91. Grayscale: #C2C2C2. Windows color (decimal): -1719954 or 7258597. OLE color: 7258597.
HSL color Cylindrical-coordinate representation of color #E5C16E: hue angle of 41.85º 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 #E5C16E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 110 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.10 |
| HSL | 41.85º | 0.7% | 0.66% | - |
| HSV(B) | 41.85º | 0.52% | 0.9% | - |
| XYZ | 54.2 | 55.92 | 22.69 | - |
| YUV | 194.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 110 | 0 | 0.16 | 0.52 | 0.10 | 41.85 | 0.7 | 0.66 |
| Hex | E5 | C1 | 6E | 0 | 10 | 34 | A | 2A | 46 | 42 |
| Octal | 345 | 301 | 156 | 0 | 20 | 64 | 12 | 52 | 106 | 102 |
| Binary | 11100101 | 11000001 | 1101110 | 0 | 10000 | 110100 | 1010 | 101010 | 1000110 | 1000010 |
Color Harmonies of #E5C16E
Complementary color
Monochromatic Colors of #E5C16E
Black with #E5C16E
Text Example
Text Example
White with #E5C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C16E; }
p { color: rgb(229,193,110); }
H1.HeaderClassName
{
color: #E5C16E;
}
.AnyTagClassName
{
color: #E5C16E;
}
</style>
background-color css
<style>
a { background-color: #E5C16E; }
a { background-color: rgb(229,193,110); }
div.DivClassName
{
background-color: #E5C16E;
}
.BgClassName
{
background-color: #E5C16E;
}
</style>
border-color css
<style>
span { border-color: #E5C16E; }
span { border-color: rgb(229,193,110); }
td.TdClassName
{
border-color: #E5C16E;
}
.TagClassName
{
border-color: #E5C16E;
}
</style>