Shades of Chenin #E1BD73
Tints of Chenin #E1BD73
RGB
CMYK
RGB Variations
Color information
#E1BD73 (or 0xE1BD73) is known color: Chenin. HEX triplet: E1, BD and 73. RGB value is (225,189,115). Sum of RGB (Red+Green+Blue) = 225+189+115=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD73 is #1E428C. Grayscale: #BFBFBF. Windows color (decimal): -1983117 or 7585249. OLE color: 7585249.
HSL color Cylindrical-coordinate representation of color #E1BD73: hue angle of 40.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1BD73 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 115 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.12 |
| HSL | 40.36º | 0.65% | 0.67% | - |
| HSV(B) | 40.36º | 0.49% | 0.88% | - |
| XYZ | 52.34 | 53.64 | 23.81 | - |
| YUV | 191.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 115 | 0 | 0.16 | 0.49 | 0.12 | 40.36 | 0.65 | 0.67 |
| Hex | E1 | BD | 73 | 0 | 10 | 31 | C | 28 | 41 | 43 |
| Octal | 341 | 275 | 163 | 0 | 20 | 61 | 14 | 50 | 101 | 103 |
| Binary | 11100001 | 10111101 | 1110011 | 0 | 10000 | 110001 | 1100 | 101000 | 1000001 | 1000011 |
Color Harmonies of #E1BD73
Complementary color
Monochromatic Colors of #E1BD73
Black with #E1BD73
Text Example
Text Example
White with #E1BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD73; }
p { color: rgb(225,189,115); }
H1.HeaderClassName
{
color: #E1BD73;
}
.AnyTagClassName
{
color: #E1BD73;
}
</style>
background-color css
<style>
a { background-color: #E1BD73; }
a { background-color: rgb(225,189,115); }
div.DivClassName
{
background-color: #E1BD73;
}
.BgClassName
{
background-color: #E1BD73;
}
</style>
border-color css
<style>
span { border-color: #E1BD73; }
span { border-color: rgb(225,189,115); }
td.TdClassName
{
border-color: #E1BD73;
}
.TagClassName
{
border-color: #E1BD73;
}
</style>