Shades of Chenin #E2BD6B
Tints of Chenin #E2BD6B
RGB
CMYK
RGB Variations
Color information
#E2BD6B (or 0xE2BD6B) is known color: Chenin. HEX triplet: E2, BD and 6B. RGB value is (226,189,107). Sum of RGB (Red+Green+Blue) = 226+189+107=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD6B is #1D4294. Grayscale: #BFBFBF. Windows color (decimal): -1917589 or 7060962. OLE color: 7060962.
HSL color Cylindrical-coordinate representation of color #E2BD6B: hue angle of 41.34º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2BD6B is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 107 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.11 |
| HSL | 41.34º | 0.67% | 0.65% | - |
| HSV(B) | 41.34º | 0.53% | 0.89% | - |
| XYZ | 52.22 | 53.63 | 21.51 | - |
| YUV | 190.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 107 | 0 | 0.16 | 0.53 | 0.11 | 41.34 | 0.67 | 0.65 |
| Hex | E2 | BD | 6B | 0 | 10 | 35 | B | 29 | 43 | 41 |
| Octal | 342 | 275 | 153 | 0 | 20 | 65 | 13 | 51 | 103 | 101 |
| Binary | 11100010 | 10111101 | 1101011 | 0 | 10000 | 110101 | 1011 | 101001 | 1000011 | 1000001 |
Color Harmonies of #E2BD6B
Complementary color
Monochromatic Colors of #E2BD6B
Black with #E2BD6B
Text Example
Text Example
White with #E2BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD6B; }
p { color: rgb(226,189,107); }
H1.HeaderClassName
{
color: #E2BD6B;
}
.AnyTagClassName
{
color: #E2BD6B;
}
</style>
background-color css
<style>
a { background-color: #E2BD6B; }
a { background-color: rgb(226,189,107); }
div.DivClassName
{
background-color: #E2BD6B;
}
.BgClassName
{
background-color: #E2BD6B;
}
</style>
border-color css
<style>
span { border-color: #E2BD6B; }
span { border-color: rgb(226,189,107); }
td.TdClassName
{
border-color: #E2BD6B;
}
.TagClassName
{
border-color: #E2BD6B;
}
</style>