Shades of Chenin #E0C769
Tints of Chenin #E0C769
RGB
CMYK
RGB Variations
Color information
#E0C769 (or 0xE0C769) is known color: Chenin. HEX triplet: E0, C7 and 69. RGB value is (224,199,105). Sum of RGB (Red+Green+Blue) = 224+199+105=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C769 is #1F3896. Grayscale: #C4C4C4. Windows color (decimal): -2046103 or 6932448. OLE color: 6932448.
HSL color Cylindrical-coordinate representation of color #E0C769: hue angle of 47.39º 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 #E0C769 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 105 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.12 |
| HSL | 47.39º | 0.66% | 0.65% | - |
| HSV(B) | 47.39º | 0.53% | 0.88% | - |
| XYZ | 53.71 | 57.71 | 21.67 | - |
| YUV | 195.76 | 76.78 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 105 | 0 | 0.11 | 0.53 | 0.12 | 47.39 | 0.66 | 0.65 |
| Hex | E0 | C7 | 69 | 0 | B | 35 | C | 2F | 42 | 41 |
| Octal | 340 | 307 | 151 | 0 | 13 | 65 | 14 | 57 | 102 | 101 |
| Binary | 11100000 | 11000111 | 1101001 | 0 | 1011 | 110101 | 1100 | 101111 | 1000010 | 1000001 |
Color Harmonies of #E0C769
Complementary color
Monochromatic Colors of #E0C769
Black with #E0C769
Text Example
Text Example
White with #E0C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C769; }
p { color: rgb(224,199,105); }
H1.HeaderClassName
{
color: #E0C769;
}
.AnyTagClassName
{
color: #E0C769;
}
</style>
background-color css
<style>
a { background-color: #E0C769; }
a { background-color: rgb(224,199,105); }
div.DivClassName
{
background-color: #E0C769;
}
.BgClassName
{
background-color: #E0C769;
}
</style>
border-color css
<style>
span { border-color: #E0C769; }
span { border-color: rgb(224,199,105); }
td.TdClassName
{
border-color: #E0C769;
}
.TagClassName
{
border-color: #E0C769;
}
</style>