Shades of Chenin #E2BF65
Tints of Chenin #E2BF65
RGB
CMYK
RGB Variations
Color information
#E2BF65 (or 0xE2BF65) is known color: Chenin. HEX triplet: E2, BF and 65. RGB value is (226,191,101). Sum of RGB (Red+Green+Blue) = 226+191+101=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF65 is #1D409A. Grayscale: #BFBFBF. Windows color (decimal): -1917083 or 6668258. OLE color: 6668258.
HSL color Cylindrical-coordinate representation of color #E2BF65: hue angle of 43.2º 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 #E2BF65 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 101 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.11 |
| HSL | 43.2º | 0.68% | 0.64% | - |
| HSV(B) | 43.2º | 0.55% | 0.89% | - |
| XYZ | 52.34 | 54.37 | 20.05 | - |
| YUV | 191.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 101 | 0 | 0.15 | 0.55 | 0.11 | 43.2 | 0.68 | 0.64 |
| Hex | E2 | BF | 65 | 0 | F | 37 | B | 2B | 44 | 40 |
| Octal | 342 | 277 | 145 | 0 | 17 | 67 | 13 | 53 | 104 | 100 |
| Binary | 11100010 | 10111111 | 1100101 | 0 | 1111 | 110111 | 1011 | 101011 | 1000100 | 1000000 |
Color Harmonies of #E2BF65
Complementary color
Monochromatic Colors of #E2BF65
Black with #E2BF65
Text Example
Text Example
White with #E2BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF65; }
p { color: rgb(226,191,101); }
H1.HeaderClassName
{
color: #E2BF65;
}
.AnyTagClassName
{
color: #E2BF65;
}
</style>
background-color css
<style>
a { background-color: #E2BF65; }
a { background-color: rgb(226,191,101); }
div.DivClassName
{
background-color: #E2BF65;
}
.BgClassName
{
background-color: #E2BF65;
}
</style>
border-color css
<style>
span { border-color: #E2BF65; }
span { border-color: rgb(226,191,101); }
td.TdClassName
{
border-color: #E2BF65;
}
.TagClassName
{
border-color: #E2BF65;
}
</style>