Shades of Chenin #E0C36F
Tints of Chenin #E0C36F
RGB
CMYK
RGB Variations
Color information
#E0C36F (or 0xE0C36F) is known color: Chenin. HEX triplet: E0, C3 and 6F. RGB value is (224,195,111). Sum of RGB (Red+Green+Blue) = 224+195+111=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C36F is #1F3C90. Grayscale: #C2C2C2. Windows color (decimal): -2047121 or 7324640. OLE color: 7324640.
HSL color Cylindrical-coordinate representation of color #E0C36F: hue angle of 44.6º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0C36F is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 111 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.12 |
| HSL | 44.6º | 0.65% | 0.66% | - |
| HSV(B) | 44.6º | 0.5% | 0.88% | - |
| XYZ | 53.12 | 56.03 | 23.05 | - |
| YUV | 194.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 111 | 0 | 0.13 | 0.50 | 0.12 | 44.6 | 0.65 | 0.66 |
| Hex | E0 | C3 | 6F | 0 | D | 32 | C | 2D | 41 | 42 |
| Octal | 340 | 303 | 157 | 0 | 15 | 62 | 14 | 55 | 101 | 102 |
| Binary | 11100000 | 11000011 | 1101111 | 0 | 1101 | 110010 | 1100 | 101101 | 1000001 | 1000010 |
Color Harmonies of #E0C36F
Complementary color
Monochromatic Colors of #E0C36F
Black with #E0C36F
Text Example
Text Example
White with #E0C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C36F; }
p { color: rgb(224,195,111); }
H1.HeaderClassName
{
color: #E0C36F;
}
.AnyTagClassName
{
color: #E0C36F;
}
</style>
background-color css
<style>
a { background-color: #E0C36F; }
a { background-color: rgb(224,195,111); }
div.DivClassName
{
background-color: #E0C36F;
}
.BgClassName
{
background-color: #E0C36F;
}
</style>
border-color css
<style>
span { border-color: #E0C36F; }
span { border-color: rgb(224,195,111); }
td.TdClassName
{
border-color: #E0C36F;
}
.TagClassName
{
border-color: #E0C36F;
}
</style>