Shades of Chenin #E0BA73
Tints of Chenin #E0BA73
RGB
CMYK
RGB Variations
Color information
#E0BA73 (or 0xE0BA73) is known color: Chenin. HEX triplet: E0, BA and 73. RGB value is (224,186,115). Sum of RGB (Red+Green+Blue) = 224+186+115=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA73 is #1F458C. Grayscale: #BDBDBD. Windows color (decimal): -2049421 or 7584480. OLE color: 7584480.
HSL color Cylindrical-coordinate representation of color #E0BA73: hue angle of 39.08º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0BA73 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 115 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.12 |
| HSL | 39.08º | 0.64% | 0.66% | - |
| HSV(B) | 39.08º | 0.49% | 0.88% | - |
| XYZ | 51.39 | 52.2 | 23.59 | - |
| YUV | 189.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 115 | 0 | 0.17 | 0.49 | 0.12 | 39.08 | 0.64 | 0.66 |
| Hex | E0 | BA | 73 | 0 | 11 | 31 | C | 27 | 40 | 42 |
| Octal | 340 | 272 | 163 | 0 | 21 | 61 | 14 | 47 | 100 | 102 |
| Binary | 11100000 | 10111010 | 1110011 | 0 | 10001 | 110001 | 1100 | 100111 | 1000000 | 1000010 |
Color Harmonies of #E0BA73
Complementary color
Monochromatic Colors of #E0BA73
Black with #E0BA73
Text Example
Text Example
White with #E0BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BA73; }
p { color: rgb(224,186,115); }
H1.HeaderClassName
{
color: #E0BA73;
}
.AnyTagClassName
{
color: #E0BA73;
}
</style>
background-color css
<style>
a { background-color: #E0BA73; }
a { background-color: rgb(224,186,115); }
div.DivClassName
{
background-color: #E0BA73;
}
.BgClassName
{
background-color: #E0BA73;
}
</style>
border-color css
<style>
span { border-color: #E0BA73; }
span { border-color: rgb(224,186,115); }
td.TdClassName
{
border-color: #E0BA73;
}
.TagClassName
{
border-color: #E0BA73;
}
</style>