Shades of Chenin #E0C469
Tints of Chenin #E0C469
RGB
CMYK
RGB Variations
Color information
#E0C469 (or 0xE0C469) is known color: Chenin. HEX triplet: E0, C4 and 69. RGB value is (224,196,105). Sum of RGB (Red+Green+Blue) = 224+196+105=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C469 is #1F3B96. Grayscale: #C2C2C2. Windows color (decimal): -2046871 or 6931680. OLE color: 6931680.
HSL color Cylindrical-coordinate representation of color #E0C469: hue angle of 45.88º 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 #E0C469 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 105 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.12 |
| HSL | 45.88º | 0.66% | 0.65% | - |
| HSV(B) | 45.88º | 0.53% | 0.88% | - |
| XYZ | 53.03 | 56.35 | 21.45 | - |
| YUV | 194 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 105 | 0 | 0.12 | 0.53 | 0.12 | 45.88 | 0.66 | 0.65 |
| Hex | E0 | C4 | 69 | 0 | C | 35 | C | 2E | 42 | 41 |
| Octal | 340 | 304 | 151 | 0 | 14 | 65 | 14 | 56 | 102 | 101 |
| Binary | 11100000 | 11000100 | 1101001 | 0 | 1100 | 110101 | 1100 | 101110 | 1000010 | 1000001 |
Color Harmonies of #E0C469
Complementary color
Monochromatic Colors of #E0C469
Black with #E0C469
Text Example
Text Example
White with #E0C469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C469; }
p { color: rgb(224,196,105); }
H1.HeaderClassName
{
color: #E0C469;
}
.AnyTagClassName
{
color: #E0C469;
}
</style>
background-color css
<style>
a { background-color: #E0C469; }
a { background-color: rgb(224,196,105); }
div.DivClassName
{
background-color: #E0C469;
}
.BgClassName
{
background-color: #E0C469;
}
</style>
border-color css
<style>
span { border-color: #E0C469; }
span { border-color: rgb(224,196,105); }
td.TdClassName
{
border-color: #E0C469;
}
.TagClassName
{
border-color: #E0C469;
}
</style>