Shades of Merino #E4DACC
Tints of Merino #E4DACC
RGB
CMYK
RGB Variations
Color information
#E4DACC (or 0xE4DACC) is known color: Merino. HEX triplet: E4, DA and CC. RGB value is (228,218,204). Sum of RGB (Red+Green+Blue) = 228+218+204=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DACC is #1B2533. Grayscale: #DBDBDB. Windows color (decimal): -1778996 or 13425380. OLE color: 13425380.
HSL color Cylindrical-coordinate representation of color #E4DACC: hue angle of 35º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DACC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 218 | 204 | - |
CMYK | 0 | 0.04 | 0.11 | 0.11 |
HSL | 35º | 0.31% | 0.85% | - |
HSV(B) | 35º | 0.11% | 0.89% | - |
XYZ | 67.97 | 71 | 67.25 | - |
YUV | 219.39 | 119.31 | 134.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 218 | 204 | 0 | 0.04 | 0.11 | 0.11 | 35 | 0.31 | 0.85 |
Hex | E4 | DA | CC | 0 | 4 | B | B | 23 | 1F | 55 |
Octal | 344 | 332 | 314 | 0 | 4 | 13 | 13 | 43 | 37 | 125 |
Binary | 11100100 | 11011010 | 11001100 | 0 | 100 | 1011 | 1011 | 100011 | 11111 | 1010101 |
Color Harmonies of #E4DACC
Complementary color
Monochromatic Colors of #E4DACC
Black with #E4DACC
Text Example
Text Example
White with #E4DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DACC; }
p { color: rgb(228,218,204); }
H1.HeaderClassName
{
color: #E4DACC;
}
.AnyTagClassName
{
color: #E4DACC;
}
</style>
background-color css
<style>
a { background-color: #E4DACC; }
a { background-color: rgb(228,218,204); }
div.DivClassName
{
background-color: #E4DACC;
}
.BgClassName
{
background-color: #E4DACC;
}
</style>
border-color css
<style>
span { border-color: #E4DACC; }
span { border-color: rgb(228,218,204); }
td.TdClassName
{
border-color: #E4DACC;
}
.TagClassName
{
border-color: #E4DACC;
}
</style>