Shades of Chenin #E0BE6A
Tints of Chenin #E0BE6A
RGB
CMYK
RGB Variations
Color information
#E0BE6A (or 0xE0BE6A) is known color: Chenin. HEX triplet: E0, BE and 6A. RGB value is (224,190,106). Sum of RGB (Red+Green+Blue) = 224+190+106=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BE6A is #1F4195. Grayscale: #BEBEBE. Windows color (decimal): -2048406 or 6995680. OLE color: 6995680.
HSL color Cylindrical-coordinate representation of color #E0BE6A: hue angle of 42.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0BE6A is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 106 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.12 |
| HSL | 42.71º | 0.66% | 0.65% | - |
| HSV(B) | 42.71º | 0.53% | 0.88% | - |
| XYZ | 51.76 | 53.71 | 21.28 | - |
| YUV | 190.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 106 | 0 | 0.15 | 0.53 | 0.12 | 42.71 | 0.66 | 0.65 |
| Hex | E0 | BE | 6A | 0 | F | 35 | C | 2B | 42 | 41 |
| Octal | 340 | 276 | 152 | 0 | 17 | 65 | 14 | 53 | 102 | 101 |
| Binary | 11100000 | 10111110 | 1101010 | 0 | 1111 | 110101 | 1100 | 101011 | 1000010 | 1000001 |
Color Harmonies of #E0BE6A
Complementary color
Monochromatic Colors of #E0BE6A
Black with #E0BE6A
Text Example
Text Example
White with #E0BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BE6A; }
p { color: rgb(224,190,106); }
H1.HeaderClassName
{
color: #E0BE6A;
}
.AnyTagClassName
{
color: #E0BE6A;
}
</style>
background-color css
<style>
a { background-color: #E0BE6A; }
a { background-color: rgb(224,190,106); }
div.DivClassName
{
background-color: #E0BE6A;
}
.BgClassName
{
background-color: #E0BE6A;
}
</style>
border-color css
<style>
span { border-color: #E0BE6A; }
span { border-color: rgb(224,190,106); }
td.TdClassName
{
border-color: #E0BE6A;
}
.TagClassName
{
border-color: #E0BE6A;
}
</style>