Shades of Chenin #E2BE66
Tints of Chenin #E2BE66
RGB
CMYK
RGB Variations
Color information
#E2BE66 (or 0xE2BE66) is known color: Chenin. HEX triplet: E2, BE and 66. RGB value is (226,190,102). Sum of RGB (Red+Green+Blue) = 226+190+102=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE66 is #1D4199. Grayscale: #BFBFBF. Windows color (decimal): -1917338 or 6733538. OLE color: 6733538.
HSL color Cylindrical-coordinate representation of color #E2BE66: hue angle of 42.58º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2BE66 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 102 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.11 |
| HSL | 42.58º | 0.68% | 0.64% | - |
| HSV(B) | 42.58º | 0.55% | 0.89% | - |
| XYZ | 52.18 | 53.95 | 20.23 | - |
| YUV | 190.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 102 | 0 | 0.16 | 0.55 | 0.11 | 42.58 | 0.68 | 0.64 |
| Hex | E2 | BE | 66 | 0 | 10 | 37 | B | 2B | 44 | 40 |
| Octal | 342 | 276 | 146 | 0 | 20 | 67 | 13 | 53 | 104 | 100 |
| Binary | 11100010 | 10111110 | 1100110 | 0 | 10000 | 110111 | 1011 | 101011 | 1000100 | 1000000 |
Color Harmonies of #E2BE66
Complementary color
Monochromatic Colors of #E2BE66
Black with #E2BE66
Text Example
Text Example
White with #E2BE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE66; }
p { color: rgb(226,190,102); }
H1.HeaderClassName
{
color: #E2BE66;
}
.AnyTagClassName
{
color: #E2BE66;
}
</style>
background-color css
<style>
a { background-color: #E2BE66; }
a { background-color: rgb(226,190,102); }
div.DivClassName
{
background-color: #E2BE66;
}
.BgClassName
{
background-color: #E2BE66;
}
</style>
border-color css
<style>
span { border-color: #E2BE66; }
span { border-color: rgb(226,190,102); }
td.TdClassName
{
border-color: #E2BE66;
}
.TagClassName
{
border-color: #E2BE66;
}
</style>