Shades of Chenin #E0C56A
Tints of Chenin #E0C56A
RGB
CMYK
RGB Variations
Color information
#E0C56A (or 0xE0C56A) is known color: Chenin. HEX triplet: E0, C5 and 6A. RGB value is (224,197,106). Sum of RGB (Red+Green+Blue) = 224+197+106=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C56A is #1F3A95. Grayscale: #C3C3C3. Windows color (decimal): -2046614 or 6997472. OLE color: 6997472.
HSL color Cylindrical-coordinate representation of color #E0C56A: hue angle of 46.27º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0C56A is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 106 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.12 |
| HSL | 46.27º | 0.66% | 0.65% | - |
| HSV(B) | 46.27º | 0.53% | 0.88% | - |
| XYZ | 53.31 | 56.82 | 21.79 | - |
| YUV | 194.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 106 | 0 | 0.12 | 0.53 | 0.12 | 46.27 | 0.66 | 0.65 |
| Hex | E0 | C5 | 6A | 0 | C | 35 | C | 2E | 42 | 41 |
| Octal | 340 | 305 | 152 | 0 | 14 | 65 | 14 | 56 | 102 | 101 |
| Binary | 11100000 | 11000101 | 1101010 | 0 | 1100 | 110101 | 1100 | 101110 | 1000010 | 1000001 |
Color Harmonies of #E0C56A
Complementary color
Monochromatic Colors of #E0C56A
Black with #E0C56A
Text Example
Text Example
White with #E0C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C56A; }
p { color: rgb(224,197,106); }
H1.HeaderClassName
{
color: #E0C56A;
}
.AnyTagClassName
{
color: #E0C56A;
}
</style>
background-color css
<style>
a { background-color: #E0C56A; }
a { background-color: rgb(224,197,106); }
div.DivClassName
{
background-color: #E0C56A;
}
.BgClassName
{
background-color: #E0C56A;
}
</style>
border-color css
<style>
span { border-color: #E0C56A; }
span { border-color: rgb(224,197,106); }
td.TdClassName
{
border-color: #E0C56A;
}
.TagClassName
{
border-color: #E0C56A;
}
</style>