Shades of Chenin #E0C96B
Tints of Chenin #E0C96B
RGB
CMYK
RGB Variations
Color information
#E0C96B (or 0xE0C96B) is known color: Chenin. HEX triplet: E0, C9 and 6B. RGB value is (224,201,107). Sum of RGB (Red+Green+Blue) = 224+201+107=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C96B is #1F3694. Grayscale: #C5C5C5. Windows color (decimal): -2045589 or 7064032. OLE color: 7064032.
HSL color Cylindrical-coordinate representation of color #E0C96B: hue angle of 48.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0C96B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 107 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.12 |
| HSL | 48.21º | 0.65% | 0.65% | - |
| HSV(B) | 48.21º | 0.52% | 0.88% | - |
| XYZ | 54.28 | 58.68 | 22.38 | - |
| YUV | 197.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 107 | 0 | 0.10 | 0.52 | 0.12 | 48.21 | 0.65 | 0.65 |
| Hex | E0 | C9 | 6B | 0 | A | 34 | C | 30 | 41 | 41 |
| Octal | 340 | 311 | 153 | 0 | 12 | 64 | 14 | 60 | 101 | 101 |
| Binary | 11100000 | 11001001 | 1101011 | 0 | 1010 | 110100 | 1100 | 110000 | 1000001 | 1000001 |
Color Harmonies of #E0C96B
Complementary color
Monochromatic Colors of #E0C96B
Black with #E0C96B
Text Example
Text Example
White with #E0C96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C96B; }
p { color: rgb(224,201,107); }
H1.HeaderClassName
{
color: #E0C96B;
}
.AnyTagClassName
{
color: #E0C96B;
}
</style>
background-color css
<style>
a { background-color: #E0C96B; }
a { background-color: rgb(224,201,107); }
div.DivClassName
{
background-color: #E0C96B;
}
.BgClassName
{
background-color: #E0C96B;
}
</style>
border-color css
<style>
span { border-color: #E0C96B; }
span { border-color: rgb(224,201,107); }
td.TdClassName
{
border-color: #E0C96B;
}
.TagClassName
{
border-color: #E0C96B;
}
</style>