Shades of Chenin #E5C16B
Tints of Chenin #E5C16B
RGB
CMYK
RGB Variations
Color information
#E5C16B (or 0xE5C16B) is known color: Chenin. HEX triplet: E5, C1 and 6B. RGB value is (229,193,107). Sum of RGB (Red+Green+Blue) = 229+193+107=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C16B is #1A3E94. Grayscale: #C2C2C2. Windows color (decimal): -1719957 or 7061989. OLE color: 7061989.
HSL color Cylindrical-coordinate representation of color #E5C16B: hue angle of 42.3º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5C16B is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 107 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.10 |
| HSL | 42.3º | 0.7% | 0.66% | - |
| HSV(B) | 42.3º | 0.53% | 0.9% | - |
| XYZ | 54.04 | 55.86 | 21.84 | - |
| YUV | 193.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 107 | 0 | 0.16 | 0.53 | 0.10 | 42.3 | 0.7 | 0.66 |
| Hex | E5 | C1 | 6B | 0 | 10 | 35 | A | 2A | 46 | 42 |
| Octal | 345 | 301 | 153 | 0 | 20 | 65 | 12 | 52 | 106 | 102 |
| Binary | 11100101 | 11000001 | 1101011 | 0 | 10000 | 110101 | 1010 | 101010 | 1000110 | 1000010 |
Color Harmonies of #E5C16B
Complementary color
Monochromatic Colors of #E5C16B
Black with #E5C16B
Text Example
Text Example
White with #E5C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C16B; }
p { color: rgb(229,193,107); }
H1.HeaderClassName
{
color: #E5C16B;
}
.AnyTagClassName
{
color: #E5C16B;
}
</style>
background-color css
<style>
a { background-color: #E5C16B; }
a { background-color: rgb(229,193,107); }
div.DivClassName
{
background-color: #E5C16B;
}
.BgClassName
{
background-color: #E5C16B;
}
</style>
border-color css
<style>
span { border-color: #E5C16B; }
span { border-color: rgb(229,193,107); }
td.TdClassName
{
border-color: #E5C16B;
}
.TagClassName
{
border-color: #E5C16B;
}
</style>