Shades of Shilo #E9ADAA
Tints of Shilo #E9ADAA
RGB
CMYK
RGB Variations
Color information
#E9ADAA (or 0xE9ADAA) is known color: Shilo. HEX triplet: E9, AD and AA. RGB value is (233,173,170). Sum of RGB (Red+Green+Blue) = 233+173+170=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9ADAA is #165255. Grayscale: #BEBEBE. Windows color (decimal): -1462870 or 11185641. OLE color: 11185641.
HSL color Cylindrical-coordinate representation of color #E9ADAA: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9ADAA is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 170 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.09 |
| HSL | 2.86º | 0.59% | 0.79% | - |
| HSV(B) | 2.86º | 0.27% | 0.91% | - |
| XYZ | 55.8 | 50.11 | 44.76 | - |
| YUV | 190.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 170 | 0 | 0.26 | 0.27 | 0.09 | 2.86 | 0.59 | 0.79 |
| Hex | E9 | AD | AA | 0 | 1A | 1B | 9 | 3 | 3B | 4F |
| Octal | 351 | 255 | 252 | 0 | 32 | 33 | 11 | 3 | 73 | 117 |
| Binary | 11101001 | 10101101 | 10101010 | 0 | 11010 | 11011 | 1001 | 11 | 111011 | 1001111 |
Color Harmonies of #E9ADAA
Complementary color
Monochromatic Colors of #E9ADAA
Black with #E9ADAA
Text Example
Text Example
White with #E9ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADAA; }
p { color: rgb(233,173,170); }
H1.HeaderClassName
{
color: #E9ADAA;
}
.AnyTagClassName
{
color: #E9ADAA;
}
</style>
background-color css
<style>
a { background-color: #E9ADAA; }
a { background-color: rgb(233,173,170); }
div.DivClassName
{
background-color: #E9ADAA;
}
.BgClassName
{
background-color: #E9ADAA;
}
</style>
border-color css
<style>
span { border-color: #E9ADAA; }
span { border-color: rgb(233,173,170); }
td.TdClassName
{
border-color: #E9ADAA;
}
.TagClassName
{
border-color: #E9ADAA;
}
</style>