Shades of Chenin #E6C56C
Tints of Chenin #E6C56C
RGB
CMYK
RGB Variations
Color information
#E6C56C (or 0xE6C56C) is known color: Chenin. HEX triplet: E6, C5 and 6C. RGB value is (230,197,108). Sum of RGB (Red+Green+Blue) = 230+197+108=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C56C is #193A93. Grayscale: #C5C5C5. Windows color (decimal): -1653396 or 7128550. OLE color: 7128550.
HSL color Cylindrical-coordinate representation of color #E6C56C: hue angle of 43.77º degrees, saturation: 0.71, 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 #E6C56C is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 108 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.10 |
| HSL | 43.77º | 0.71% | 0.66% | - |
| HSV(B) | 43.77º | 0.53% | 0.9% | - |
| XYZ | 55.31 | 57.84 | 22.44 | - |
| YUV | 196.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 108 | 0 | 0.14 | 0.53 | 0.10 | 43.77 | 0.71 | 0.66 |
| Hex | E6 | C5 | 6C | 0 | E | 35 | A | 2C | 47 | 42 |
| Octal | 346 | 305 | 154 | 0 | 16 | 65 | 12 | 54 | 107 | 102 |
| Binary | 11100110 | 11000101 | 1101100 | 0 | 1110 | 110101 | 1010 | 101100 | 1000111 | 1000010 |
Color Harmonies of #E6C56C
Complementary color
Monochromatic Colors of #E6C56C
Black with #E6C56C
Text Example
Text Example
White with #E6C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C56C; }
p { color: rgb(230,197,108); }
H1.HeaderClassName
{
color: #E6C56C;
}
.AnyTagClassName
{
color: #E6C56C;
}
</style>
background-color css
<style>
a { background-color: #E6C56C; }
a { background-color: rgb(230,197,108); }
div.DivClassName
{
background-color: #E6C56C;
}
.BgClassName
{
background-color: #E6C56C;
}
</style>
border-color css
<style>
span { border-color: #E6C56C; }
span { border-color: rgb(230,197,108); }
td.TdClassName
{
border-color: #E6C56C;
}
.TagClassName
{
border-color: #E6C56C;
}
</style>