Shades of Merino #E0D9CE
Tints of Merino #E0D9CE
RGB
CMYK
RGB Variations
Color information
#E0D9CE (or 0xE0D9CE) is known color: Merino. HEX triplet: E0, D9 and CE. RGB value is (224,217,206). Sum of RGB (Red+Green+Blue) = 224+217+206=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9CE is #1F2631. Grayscale: #D9D9D9. Windows color (decimal): -2041394 or 13556192. OLE color: 13556192.
HSL color Cylindrical-coordinate representation of color #E0D9CE: hue angle of 36.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D9CE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 206 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.12 |
| HSL | 36.67º | 0.23% | 0.84% | - |
| HSV(B) | 36.67º | 0.08% | 0.88% | - |
| XYZ | 66.69 | 69.93 | 68.38 | - |
| YUV | 217.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 206 | 0 | 0.03 | 0.08 | 0.12 | 36.67 | 0.23 | 0.84 |
| Hex | E0 | D9 | CE | 0 | 3 | 8 | C | 25 | 16 | 54 |
| Octal | 340 | 331 | 316 | 0 | 3 | 10 | 14 | 45 | 26 | 124 |
| Binary | 11100000 | 11011001 | 11001110 | 0 | 11 | 1000 | 1100 | 100101 | 10110 | 1010100 |
Color Harmonies of #E0D9CE
Complementary color
Monochromatic Colors of #E0D9CE
Black with #E0D9CE
Text Example
Text Example
White with #E0D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9CE; }
p { color: rgb(224,217,206); }
H1.HeaderClassName
{
color: #E0D9CE;
}
.AnyTagClassName
{
color: #E0D9CE;
}
</style>
background-color css
<style>
a { background-color: #E0D9CE; }
a { background-color: rgb(224,217,206); }
div.DivClassName
{
background-color: #E0D9CE;
}
.BgClassName
{
background-color: #E0D9CE;
}
</style>
border-color css
<style>
span { border-color: #E0D9CE; }
span { border-color: rgb(224,217,206); }
td.TdClassName
{
border-color: #E0D9CE;
}
.TagClassName
{
border-color: #E0D9CE;
}
</style>