Shades of Shilo #E2ADA0
Tints of Shilo #E2ADA0
RGB
CMYK
RGB Variations
Color information
#E2ADA0 (or 0xE2ADA0) is known color: Shilo. HEX triplet: E2, AD and A0. RGB value is (226,173,160). Sum of RGB (Red+Green+Blue) = 226+173+160=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ADA0 is #1D525F. Grayscale: #BBBBBB. Windows color (decimal): -1921632 or 10530274. OLE color: 10530274.
HSL color Cylindrical-coordinate representation of color #E2ADA0: hue angle of 11.82º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2ADA0 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 160 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.11 |
| HSL | 11.82º | 0.53% | 0.76% | - |
| HSV(B) | 11.82º | 0.29% | 0.89% | - |
| XYZ | 52.65 | 48.59 | 39.86 | - |
| YUV | 187.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 160 | 0 | 0.23 | 0.29 | 0.11 | 11.82 | 0.53 | 0.76 |
| Hex | E2 | AD | A0 | 0 | 17 | 1D | B | C | 35 | 4C |
| Octal | 342 | 255 | 240 | 0 | 27 | 35 | 13 | 14 | 65 | 114 |
| Binary | 11100010 | 10101101 | 10100000 | 0 | 10111 | 11101 | 1011 | 1100 | 110101 | 1001100 |
Color Harmonies of #E2ADA0
Complementary color
Monochromatic Colors of #E2ADA0
Black with #E2ADA0
Text Example
Text Example
White with #E2ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADA0; }
p { color: rgb(226,173,160); }
H1.HeaderClassName
{
color: #E2ADA0;
}
.AnyTagClassName
{
color: #E2ADA0;
}
</style>
background-color css
<style>
a { background-color: #E2ADA0; }
a { background-color: rgb(226,173,160); }
div.DivClassName
{
background-color: #E2ADA0;
}
.BgClassName
{
background-color: #E2ADA0;
}
</style>
border-color css
<style>
span { border-color: #E2ADA0; }
span { border-color: rgb(226,173,160); }
td.TdClassName
{
border-color: #E2ADA0;
}
.TagClassName
{
border-color: #E2ADA0;
}
</style>