Shades of Shilo #E9ADA0
Tints of Shilo #E9ADA0
RGB
CMYK
RGB Variations
Color information
#E9ADA0 (or 0xE9ADA0) is known color: Shilo. HEX triplet: E9, AD and A0. RGB value is (233,173,160). Sum of RGB (Red+Green+Blue) = 233+173+160=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9ADA0 is #16525F. Grayscale: #BDBDBD. Windows color (decimal): -1462880 or 10530281. OLE color: 10530281.
HSL color Cylindrical-coordinate representation of color #E9ADA0: hue angle of 10.68º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9ADA0 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 160 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.09 |
| HSL | 10.68º | 0.62% | 0.77% | - |
| HSV(B) | 10.68º | 0.31% | 0.91% | - |
| XYZ | 54.89 | 49.75 | 39.97 | - |
| YUV | 189.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 160 | 0 | 0.26 | 0.31 | 0.09 | 10.68 | 0.62 | 0.77 |
| Hex | E9 | AD | A0 | 0 | 1A | 1F | 9 | B | 3E | 4D |
| Octal | 351 | 255 | 240 | 0 | 32 | 37 | 11 | 13 | 76 | 115 |
| Binary | 11101001 | 10101101 | 10100000 | 0 | 11010 | 11111 | 1001 | 1011 | 111110 | 1001101 |
Color Harmonies of #E9ADA0
Complementary color
Monochromatic Colors of #E9ADA0
Black with #E9ADA0
Text Example
Text Example
White with #E9ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADA0; }
p { color: rgb(233,173,160); }
H1.HeaderClassName
{
color: #E9ADA0;
}
.AnyTagClassName
{
color: #E9ADA0;
}
</style>
background-color css
<style>
a { background-color: #E9ADA0; }
a { background-color: rgb(233,173,160); }
div.DivClassName
{
background-color: #E9ADA0;
}
.BgClassName
{
background-color: #E9ADA0;
}
</style>
border-color css
<style>
span { border-color: #E9ADA0; }
span { border-color: rgb(233,173,160); }
td.TdClassName
{
border-color: #E9ADA0;
}
.TagClassName
{
border-color: #E9ADA0;
}
</style>