Shades of Chenin #E6C56B
Tints of Chenin #E6C56B
RGB
CMYK
RGB Variations
Color information
#E6C56B (or 0xE6C56B) is known color: Chenin. HEX triplet: E6, C5 and 6B. RGB value is (230,197,107). Sum of RGB (Red+Green+Blue) = 230+197+107=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C56B is #193A94. Grayscale: #C5C5C5. Windows color (decimal): -1653397 or 7063014. OLE color: 7063014.
HSL color Cylindrical-coordinate representation of color #E6C56B: hue angle of 43.9º 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 #E6C56B is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 107 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.10 |
| HSL | 43.9º | 0.71% | 0.66% | - |
| HSV(B) | 43.9º | 0.53% | 0.9% | - |
| XYZ | 55.25 | 57.82 | 22.16 | - |
| YUV | 196.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 107 | 0 | 0.14 | 0.53 | 0.10 | 43.9 | 0.71 | 0.66 |
| Hex | E6 | C5 | 6B | 0 | E | 35 | A | 2C | 47 | 42 |
| Octal | 346 | 305 | 153 | 0 | 16 | 65 | 12 | 54 | 107 | 102 |
| Binary | 11100110 | 11000101 | 1101011 | 0 | 1110 | 110101 | 1010 | 101100 | 1000111 | 1000010 |
Color Harmonies of #E6C56B
Complementary color
Monochromatic Colors of #E6C56B
Black with #E6C56B
Text Example
Text Example
White with #E6C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C56B; }
p { color: rgb(230,197,107); }
H1.HeaderClassName
{
color: #E6C56B;
}
.AnyTagClassName
{
color: #E6C56B;
}
</style>
background-color css
<style>
a { background-color: #E6C56B; }
a { background-color: rgb(230,197,107); }
div.DivClassName
{
background-color: #E6C56B;
}
.BgClassName
{
background-color: #E6C56B;
}
</style>
border-color css
<style>
span { border-color: #E6C56B; }
span { border-color: rgb(230,197,107); }
td.TdClassName
{
border-color: #E6C56B;
}
.TagClassName
{
border-color: #E6C56B;
}
</style>