Shades of Chenin #E2BF66
Tints of Chenin #E2BF66
RGB
CMYK
RGB Variations
Color information
#E2BF66 (or 0xE2BF66) is known color: Chenin. HEX triplet: E2, BF and 66. RGB value is (226,191,102). Sum of RGB (Red+Green+Blue) = 226+191+102=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF66 is #1D4099. Grayscale: #BFBFBF. Windows color (decimal): -1917082 or 6733794. OLE color: 6733794.
HSL color Cylindrical-coordinate representation of color #E2BF66: hue angle of 43.06º 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 #E2BF66 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 102 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.11 |
| HSL | 43.06º | 0.68% | 0.64% | - |
| HSV(B) | 43.06º | 0.55% | 0.89% | - |
| XYZ | 52.39 | 54.39 | 20.31 | - |
| YUV | 191.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 102 | 0 | 0.15 | 0.55 | 0.11 | 43.06 | 0.68 | 0.64 |
| Hex | E2 | BF | 66 | 0 | F | 37 | B | 2B | 44 | 40 |
| Octal | 342 | 277 | 146 | 0 | 17 | 67 | 13 | 53 | 104 | 100 |
| Binary | 11100010 | 10111111 | 1100110 | 0 | 1111 | 110111 | 1011 | 101011 | 1000100 | 1000000 |
Color Harmonies of #E2BF66
Complementary color
Monochromatic Colors of #E2BF66
Black with #E2BF66
Text Example
Text Example
White with #E2BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF66; }
p { color: rgb(226,191,102); }
H1.HeaderClassName
{
color: #E2BF66;
}
.AnyTagClassName
{
color: #E2BF66;
}
</style>
background-color css
<style>
a { background-color: #E2BF66; }
a { background-color: rgb(226,191,102); }
div.DivClassName
{
background-color: #E2BF66;
}
.BgClassName
{
background-color: #E2BF66;
}
</style>
border-color css
<style>
span { border-color: #E2BF66; }
span { border-color: rgb(226,191,102); }
td.TdClassName
{
border-color: #E2BF66;
}
.TagClassName
{
border-color: #E2BF66;
}
</style>