Shades of Chenin #E1BD69
Tints of Chenin #E1BD69
RGB
CMYK
RGB Variations
Color information
#E1BD69 (or 0xE1BD69) is known color: Chenin. HEX triplet: E1, BD and 69. RGB value is (225,189,105). Sum of RGB (Red+Green+Blue) = 225+189+105=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD69 is #1E4296. Grayscale: #BEBEBE. Windows color (decimal): -1983127 or 6929889. OLE color: 6929889.
HSL color Cylindrical-coordinate representation of color #E1BD69: hue angle of 42º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1BD69 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 105 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.12 |
| HSL | 42º | 0.67% | 0.65% | - |
| HSV(B) | 42º | 0.53% | 0.88% | - |
| XYZ | 51.8 | 53.42 | 20.95 | - |
| YUV | 190.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 105 | 0 | 0.16 | 0.53 | 0.12 | 42 | 0.67 | 0.65 |
| Hex | E1 | BD | 69 | 0 | 10 | 35 | C | 2A | 43 | 41 |
| Octal | 341 | 275 | 151 | 0 | 20 | 65 | 14 | 52 | 103 | 101 |
| Binary | 11100001 | 10111101 | 1101001 | 0 | 10000 | 110101 | 1100 | 101010 | 1000011 | 1000001 |
Color Harmonies of #E1BD69
Complementary color
Monochromatic Colors of #E1BD69
Black with #E1BD69
Text Example
Text Example
White with #E1BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD69; }
p { color: rgb(225,189,105); }
H1.HeaderClassName
{
color: #E1BD69;
}
.AnyTagClassName
{
color: #E1BD69;
}
</style>
background-color css
<style>
a { background-color: #E1BD69; }
a { background-color: rgb(225,189,105); }
div.DivClassName
{
background-color: #E1BD69;
}
.BgClassName
{
background-color: #E1BD69;
}
</style>
border-color css
<style>
span { border-color: #E1BD69; }
span { border-color: rgb(225,189,105); }
td.TdClassName
{
border-color: #E1BD69;
}
.TagClassName
{
border-color: #E1BD69;
}
</style>