Shades of Chenin #E5C06C
Tints of Chenin #E5C06C
RGB
CMYK
RGB Variations
Color information
#E5C06C (or 0xE5C06C) is known color: Chenin. HEX triplet: E5, C0 and 6C. RGB value is (229,192,108). Sum of RGB (Red+Green+Blue) = 229+192+108=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C06C is #1A3F93. Grayscale: #C1C1C1. Windows color (decimal): -1720212 or 7127269. OLE color: 7127269.
HSL color Cylindrical-coordinate representation of color #E5C06C: hue angle of 41.65º 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 #E5C06C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 108 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.10 |
| HSL | 41.65º | 0.7% | 0.66% | - |
| HSV(B) | 41.65º | 0.53% | 0.9% | - |
| XYZ | 53.87 | 55.44 | 22.05 | - |
| YUV | 193.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 108 | 0 | 0.16 | 0.53 | 0.10 | 41.65 | 0.7 | 0.66 |
| Hex | E5 | C0 | 6C | 0 | 10 | 35 | A | 2A | 46 | 42 |
| Octal | 345 | 300 | 154 | 0 | 20 | 65 | 12 | 52 | 106 | 102 |
| Binary | 11100101 | 11000000 | 1101100 | 0 | 10000 | 110101 | 1010 | 101010 | 1000110 | 1000010 |
Color Harmonies of #E5C06C
Complementary color
Monochromatic Colors of #E5C06C
Black with #E5C06C
Text Example
Text Example
White with #E5C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C06C; }
p { color: rgb(229,192,108); }
H1.HeaderClassName
{
color: #E5C06C;
}
.AnyTagClassName
{
color: #E5C06C;
}
</style>
background-color css
<style>
a { background-color: #E5C06C; }
a { background-color: rgb(229,192,108); }
div.DivClassName
{
background-color: #E5C06C;
}
.BgClassName
{
background-color: #E5C06C;
}
</style>
border-color css
<style>
span { border-color: #E5C06C; }
span { border-color: rgb(229,192,108); }
td.TdClassName
{
border-color: #E5C06C;
}
.TagClassName
{
border-color: #E5C06C;
}
</style>