Shades of Chenin #E2BE6A
Tints of Chenin #E2BE6A
RGB
CMYK
RGB Variations
Color information
#E2BE6A (or 0xE2BE6A) is known color: Chenin. HEX triplet: E2, BE and 6A. RGB value is (226,190,106). Sum of RGB (Red+Green+Blue) = 226+190+106=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE6A is #1D4195. Grayscale: #BFBFBF. Windows color (decimal): -1917334 or 6995682. OLE color: 6995682.
HSL color Cylindrical-coordinate representation of color #E2BE6A: hue angle of 42º 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 #E2BE6A is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 106 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.11 |
| HSL | 42º | 0.67% | 0.65% | - |
| HSV(B) | 42º | 0.53% | 0.89% | - |
| XYZ | 52.38 | 54.04 | 21.31 | - |
| YUV | 191.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 106 | 0 | 0.16 | 0.53 | 0.11 | 42 | 0.67 | 0.65 |
| Hex | E2 | BE | 6A | 0 | 10 | 35 | B | 2A | 43 | 41 |
| Octal | 342 | 276 | 152 | 0 | 20 | 65 | 13 | 52 | 103 | 101 |
| Binary | 11100010 | 10111110 | 1101010 | 0 | 10000 | 110101 | 1011 | 101010 | 1000011 | 1000001 |
Color Harmonies of #E2BE6A
Complementary color
Monochromatic Colors of #E2BE6A
Black with #E2BE6A
Text Example
Text Example
White with #E2BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE6A; }
p { color: rgb(226,190,106); }
H1.HeaderClassName
{
color: #E2BE6A;
}
.AnyTagClassName
{
color: #E2BE6A;
}
</style>
background-color css
<style>
a { background-color: #E2BE6A; }
a { background-color: rgb(226,190,106); }
div.DivClassName
{
background-color: #E2BE6A;
}
.BgClassName
{
background-color: #E2BE6A;
}
</style>
border-color css
<style>
span { border-color: #E2BE6A; }
span { border-color: rgb(226,190,106); }
td.TdClassName
{
border-color: #E2BE6A;
}
.TagClassName
{
border-color: #E2BE6A;
}
</style>