Shades of Chenin #E3BD6E
Tints of Chenin #E3BD6E
RGB
CMYK
RGB Variations
Color information
#E3BD6E (or 0xE3BD6E) is known color: Chenin. HEX triplet: E3, BD and 6E. RGB value is (227,189,110). Sum of RGB (Red+Green+Blue) = 227+189+110=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BD6E is #1C4291. Grayscale: #BFBFBF. Windows color (decimal): -1852050 or 7257571. OLE color: 7257571.
HSL color Cylindrical-coordinate representation of color #E3BD6E: hue angle of 40.51º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3BD6E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 110 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.11 |
| HSL | 40.51º | 0.68% | 0.66% | - |
| HSV(B) | 40.51º | 0.52% | 0.89% | - |
| XYZ | 52.69 | 53.85 | 22.37 | - |
| YUV | 191.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 110 | 0 | 0.17 | 0.52 | 0.11 | 40.51 | 0.68 | 0.66 |
| Hex | E3 | BD | 6E | 0 | 11 | 34 | B | 29 | 44 | 42 |
| Octal | 343 | 275 | 156 | 0 | 21 | 64 | 13 | 51 | 104 | 102 |
| Binary | 11100011 | 10111101 | 1101110 | 0 | 10001 | 110100 | 1011 | 101001 | 1000100 | 1000010 |
Color Harmonies of #E3BD6E
Complementary color
Monochromatic Colors of #E3BD6E
Black with #E3BD6E
Text Example
Text Example
White with #E3BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD6E; }
p { color: rgb(227,189,110); }
H1.HeaderClassName
{
color: #E3BD6E;
}
.AnyTagClassName
{
color: #E3BD6E;
}
</style>
background-color css
<style>
a { background-color: #E3BD6E; }
a { background-color: rgb(227,189,110); }
div.DivClassName
{
background-color: #E3BD6E;
}
.BgClassName
{
background-color: #E3BD6E;
}
</style>
border-color css
<style>
span { border-color: #E3BD6E; }
span { border-color: rgb(227,189,110); }
td.TdClassName
{
border-color: #E3BD6E;
}
.TagClassName
{
border-color: #E3BD6E;
}
</style>