Shades of Shilo #E5ADA8
Tints of Shilo #E5ADA8
RGB
CMYK
RGB Variations
Color information
#E5ADA8 (or 0xE5ADA8) is known color: Shilo. HEX triplet: E5, AD and A8. RGB value is (229,173,168). Sum of RGB (Red+Green+Blue) = 229+173+168=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5ADA8 is #1A5257. Grayscale: #BDBDBD. Windows color (decimal): -1725016 or 11054565. OLE color: 11054565.
HSL color Cylindrical-coordinate representation of color #E5ADA8: hue angle of 4.92º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5ADA8 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 168 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.10 |
| HSL | 4.92º | 0.54% | 0.78% | - |
| HSV(B) | 4.92º | 0.27% | 0.9% | - |
| XYZ | 54.32 | 49.37 | 43.71 | - |
| YUV | 189.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 168 | 0 | 0.24 | 0.27 | 0.10 | 4.92 | 0.54 | 0.78 |
| Hex | E5 | AD | A8 | 0 | 18 | 1B | A | 5 | 36 | 4E |
| Octal | 345 | 255 | 250 | 0 | 30 | 33 | 12 | 5 | 66 | 116 |
| Binary | 11100101 | 10101101 | 10101000 | 0 | 11000 | 11011 | 1010 | 101 | 110110 | 1001110 |
Color Harmonies of #E5ADA8
Complementary color
Monochromatic Colors of #E5ADA8
Black with #E5ADA8
Text Example
Text Example
White with #E5ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADA8; }
p { color: rgb(229,173,168); }
H1.HeaderClassName
{
color: #E5ADA8;
}
.AnyTagClassName
{
color: #E5ADA8;
}
</style>
background-color css
<style>
a { background-color: #E5ADA8; }
a { background-color: rgb(229,173,168); }
div.DivClassName
{
background-color: #E5ADA8;
}
.BgClassName
{
background-color: #E5ADA8;
}
</style>
border-color css
<style>
span { border-color: #E5ADA8; }
span { border-color: rgb(229,173,168); }
td.TdClassName
{
border-color: #E5ADA8;
}
.TagClassName
{
border-color: #E5ADA8;
}
</style>