Shades of Chenin #E0BC76
Tints of Chenin #E0BC76
RGB
CMYK
RGB Variations
Color information
#E0BC76 (or 0xE0BC76) is known color: Chenin. HEX triplet: E0, BC and 76. RGB value is (224,188,118). Sum of RGB (Red+Green+Blue) = 224+188+118=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC76 is #1F4389. Grayscale: #BFBFBF. Windows color (decimal): -2048906 or 7781600. OLE color: 7781600.
HSL color Cylindrical-coordinate representation of color #E0BC76: hue angle of 39.62º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0BC76 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 118 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.12 |
| HSL | 39.62º | 0.63% | 0.67% | - |
| HSV(B) | 39.62º | 0.47% | 0.88% | - |
| XYZ | 51.99 | 53.12 | 24.65 | - |
| YUV | 190.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 118 | 0 | 0.16 | 0.47 | 0.12 | 39.62 | 0.63 | 0.67 |
| Hex | E0 | BC | 76 | 0 | 10 | 2F | C | 28 | 3F | 43 |
| Octal | 340 | 274 | 166 | 0 | 20 | 57 | 14 | 50 | 77 | 103 |
| Binary | 11100000 | 10111100 | 1110110 | 0 | 10000 | 101111 | 1100 | 101000 | 111111 | 1000011 |
Color Harmonies of #E0BC76
Complementary color
Monochromatic Colors of #E0BC76
Black with #E0BC76
Text Example
Text Example
White with #E0BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC76; }
p { color: rgb(224,188,118); }
H1.HeaderClassName
{
color: #E0BC76;
}
.AnyTagClassName
{
color: #E0BC76;
}
</style>
background-color css
<style>
a { background-color: #E0BC76; }
a { background-color: rgb(224,188,118); }
div.DivClassName
{
background-color: #E0BC76;
}
.BgClassName
{
background-color: #E0BC76;
}
</style>
border-color css
<style>
span { border-color: #E0BC76; }
span { border-color: rgb(224,188,118); }
td.TdClassName
{
border-color: #E0BC76;
}
.TagClassName
{
border-color: #E0BC76;
}
</style>