Shades of Shilo #E9ADA8
Tints of Shilo #E9ADA8
RGB
CMYK
RGB Variations
Color information
#E9ADA8 (or 0xE9ADA8) is known color: Shilo. HEX triplet: E9, AD and A8. RGB value is (233,173,168). Sum of RGB (Red+Green+Blue) = 233+173+168=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9ADA8 is #165257. Grayscale: #BEBEBE. Windows color (decimal): -1462872 or 11054569. OLE color: 11054569.
HSL color Cylindrical-coordinate representation of color #E9ADA8: hue angle of 4.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9ADA8 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 168 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.09 |
| HSL | 4.62º | 0.6% | 0.79% | - |
| HSV(B) | 4.62º | 0.28% | 0.91% | - |
| XYZ | 55.62 | 50.04 | 43.77 | - |
| YUV | 190.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 168 | 0 | 0.26 | 0.28 | 0.09 | 4.62 | 0.6 | 0.79 |
| Hex | E9 | AD | A8 | 0 | 1A | 1C | 9 | 5 | 3C | 4F |
| Octal | 351 | 255 | 250 | 0 | 32 | 34 | 11 | 5 | 74 | 117 |
| Binary | 11101001 | 10101101 | 10101000 | 0 | 11010 | 11100 | 1001 | 101 | 111100 | 1001111 |
Color Harmonies of #E9ADA8
Complementary color
Monochromatic Colors of #E9ADA8
Black with #E9ADA8
Text Example
Text Example
White with #E9ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADA8; }
p { color: rgb(233,173,168); }
H1.HeaderClassName
{
color: #E9ADA8;
}
.AnyTagClassName
{
color: #E9ADA8;
}
</style>
background-color css
<style>
a { background-color: #E9ADA8; }
a { background-color: rgb(233,173,168); }
div.DivClassName
{
background-color: #E9ADA8;
}
.BgClassName
{
background-color: #E9ADA8;
}
</style>
border-color css
<style>
span { border-color: #E9ADA8; }
span { border-color: rgb(233,173,168); }
td.TdClassName
{
border-color: #E9ADA8;
}
.TagClassName
{
border-color: #E9ADA8;
}
</style>