Shades of Chenin #E2BF62
Tints of Chenin #E2BF62
RGB
CMYK
RGB Variations
Color information
#E2BF62 (or 0xE2BF62) is known color: Chenin. HEX triplet: E2, BF and 62. RGB value is (226,191,98). Sum of RGB (Red+Green+Blue) = 226+191+98=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF62 is #1D409D. Grayscale: #BFBFBF. Windows color (decimal): -1917086 or 6471650. OLE color: 6471650.
HSL color Cylindrical-coordinate representation of color #E2BF62: hue angle of 43.59º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2BF62 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 98 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.11 |
| HSL | 43.59º | 0.69% | 0.64% | - |
| HSV(B) | 43.59º | 0.57% | 0.89% | - |
| XYZ | 52.2 | 54.31 | 19.29 | - |
| YUV | 190.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 98 | 0 | 0.15 | 0.57 | 0.11 | 43.59 | 0.69 | 0.64 |
| Hex | E2 | BF | 62 | 0 | F | 39 | B | 2C | 45 | 40 |
| Octal | 342 | 277 | 142 | 0 | 17 | 71 | 13 | 54 | 105 | 100 |
| Binary | 11100010 | 10111111 | 1100010 | 0 | 1111 | 111001 | 1011 | 101100 | 1000101 | 1000000 |
Color Harmonies of #E2BF62
Complementary color
Monochromatic Colors of #E2BF62
Black with #E2BF62
Text Example
Text Example
White with #E2BF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF62; }
p { color: rgb(226,191,98); }
H1.HeaderClassName
{
color: #E2BF62;
}
.AnyTagClassName
{
color: #E2BF62;
}
</style>
background-color css
<style>
a { background-color: #E2BF62; }
a { background-color: rgb(226,191,98); }
div.DivClassName
{
background-color: #E2BF62;
}
.BgClassName
{
background-color: #E2BF62;
}
</style>
border-color css
<style>
span { border-color: #E2BF62; }
span { border-color: rgb(226,191,98); }
td.TdClassName
{
border-color: #E2BF62;
}
.TagClassName
{
border-color: #E2BF62;
}
</style>