Shades of Shilo #E4ADA9
Tints of Shilo #E4ADA9
RGB
CMYK
RGB Variations
Color information
#E4ADA9 (or 0xE4ADA9) is known color: Shilo. HEX triplet: E4, AD and A9. RGB value is (228,173,169). Sum of RGB (Red+Green+Blue) = 228+173+169=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4ADA9 is #1B5256. Grayscale: #BDBDBD. Windows color (decimal): -1790551 or 11120100. OLE color: 11120100.
HSL color Cylindrical-coordinate representation of color #E4ADA9: hue angle of 4.07º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4ADA9 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 169 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.11 |
| HSL | 4.07º | 0.52% | 0.78% | - |
| HSV(B) | 4.07º | 0.26% | 0.89% | - |
| XYZ | 54.1 | 49.25 | 44.19 | - |
| YUV | 188.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 169 | 0 | 0.24 | 0.26 | 0.11 | 4.07 | 0.52 | 0.78 |
| Hex | E4 | AD | A9 | 0 | 18 | 1A | B | 4 | 34 | 4E |
| Octal | 344 | 255 | 251 | 0 | 30 | 32 | 13 | 4 | 64 | 116 |
| Binary | 11100100 | 10101101 | 10101001 | 0 | 11000 | 11010 | 1011 | 100 | 110100 | 1001110 |
Color Harmonies of #E4ADA9
Complementary color
Monochromatic Colors of #E4ADA9
Black with #E4ADA9
Text Example
Text Example
White with #E4ADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADA9; }
p { color: rgb(228,173,169); }
H1.HeaderClassName
{
color: #E4ADA9;
}
.AnyTagClassName
{
color: #E4ADA9;
}
</style>
background-color css
<style>
a { background-color: #E4ADA9; }
a { background-color: rgb(228,173,169); }
div.DivClassName
{
background-color: #E4ADA9;
}
.BgClassName
{
background-color: #E4ADA9;
}
</style>
border-color css
<style>
span { border-color: #E4ADA9; }
span { border-color: rgb(228,173,169); }
td.TdClassName
{
border-color: #E4ADA9;
}
.TagClassName
{
border-color: #E4ADA9;
}
</style>