Shades of Shilo #E4ADA6
Tints of Shilo #E4ADA6
RGB
CMYK
RGB Variations
Color information
#E4ADA6 (or 0xE4ADA6) is known color: Shilo. HEX triplet: E4, AD and A6. RGB value is (228,173,166). Sum of RGB (Red+Green+Blue) = 228+173+166=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4ADA6 is #1B5259. Grayscale: #BCBCBC. Windows color (decimal): -1790554 or 10923492. OLE color: 10923492.
HSL color Cylindrical-coordinate representation of color #E4ADA6: hue angle of 6.77º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4ADA6 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 166 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.11 |
| HSL | 6.77º | 0.53% | 0.77% | - |
| HSV(B) | 6.77º | 0.27% | 0.89% | - |
| XYZ | 53.82 | 49.13 | 42.72 | - |
| YUV | 188.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 166 | 0 | 0.24 | 0.27 | 0.11 | 6.77 | 0.53 | 0.77 |
| Hex | E4 | AD | A6 | 0 | 18 | 1B | B | 7 | 35 | 4D |
| Octal | 344 | 255 | 246 | 0 | 30 | 33 | 13 | 7 | 65 | 115 |
| Binary | 11100100 | 10101101 | 10100110 | 0 | 11000 | 11011 | 1011 | 111 | 110101 | 1001101 |
Color Harmonies of #E4ADA6
Complementary color
Monochromatic Colors of #E4ADA6
Black with #E4ADA6
Text Example
Text Example
White with #E4ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADA6; }
p { color: rgb(228,173,166); }
H1.HeaderClassName
{
color: #E4ADA6;
}
.AnyTagClassName
{
color: #E4ADA6;
}
</style>
background-color css
<style>
a { background-color: #E4ADA6; }
a { background-color: rgb(228,173,166); }
div.DivClassName
{
background-color: #E4ADA6;
}
.BgClassName
{
background-color: #E4ADA6;
}
</style>
border-color css
<style>
span { border-color: #E4ADA6; }
span { border-color: rgb(228,173,166); }
td.TdClassName
{
border-color: #E4ADA6;
}
.TagClassName
{
border-color: #E4ADA6;
}
</style>