Shades of Shilo #E2ADA3
Tints of Shilo #E2ADA3
RGB
CMYK
RGB Variations
Color information
#E2ADA3 (or 0xE2ADA3) is known color: Shilo. HEX triplet: E2, AD and A3. RGB value is (226,173,163). Sum of RGB (Red+Green+Blue) = 226+173+163=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ADA3 is #1D525C. Grayscale: #BBBBBB. Windows color (decimal): -1921629 or 10726882. OLE color: 10726882.
HSL color Cylindrical-coordinate representation of color #E2ADA3: hue angle of 9.52º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2ADA3 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 163 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.11 |
| HSL | 9.52º | 0.52% | 0.76% | - |
| HSV(B) | 9.52º | 0.28% | 0.89% | - |
| XYZ | 52.92 | 48.7 | 41.26 | - |
| YUV | 187.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 163 | 0 | 0.23 | 0.28 | 0.11 | 9.52 | 0.52 | 0.76 |
| Hex | E2 | AD | A3 | 0 | 17 | 1C | B | A | 34 | 4C |
| Octal | 342 | 255 | 243 | 0 | 27 | 34 | 13 | 12 | 64 | 114 |
| Binary | 11100010 | 10101101 | 10100011 | 0 | 10111 | 11100 | 1011 | 1010 | 110100 | 1001100 |
Color Harmonies of #E2ADA3
Complementary color
Monochromatic Colors of #E2ADA3
Black with #E2ADA3
Text Example
Text Example
White with #E2ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADA3; }
p { color: rgb(226,173,163); }
H1.HeaderClassName
{
color: #E2ADA3;
}
.AnyTagClassName
{
color: #E2ADA3;
}
</style>
background-color css
<style>
a { background-color: #E2ADA3; }
a { background-color: rgb(226,173,163); }
div.DivClassName
{
background-color: #E2ADA3;
}
.BgClassName
{
background-color: #E2ADA3;
}
</style>
border-color css
<style>
span { border-color: #E2ADA3; }
span { border-color: rgb(226,173,163); }
td.TdClassName
{
border-color: #E2ADA3;
}
.TagClassName
{
border-color: #E2ADA3;
}
</style>