Shades of Shilo #E2A999
Tints of Shilo #E2A999
RGB
CMYK
RGB Variations
Color information
#E2A999 (or 0xE2A999) is known color: Shilo. HEX triplet: E2, A9 and 99. RGB value is (226,169,153). Sum of RGB (Red+Green+Blue) = 226+169+153=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A999 is #1D5666. Grayscale: #B8B8B8. Windows color (decimal): -1922663 or 10070498. OLE color: 10070498.
HSL color Cylindrical-coordinate representation of color #E2A999: hue angle of 13.15º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2A999 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 153 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.11 |
| HSL | 13.15º | 0.56% | 0.74% | - |
| HSV(B) | 13.15º | 0.32% | 0.89% | - |
| XYZ | 51.3 | 46.84 | 36.48 | - |
| YUV | 184.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 153 | 0 | 0.25 | 0.32 | 0.11 | 13.15 | 0.56 | 0.74 |
| Hex | E2 | A9 | 99 | 0 | 19 | 20 | B | D | 38 | 4A |
| Octal | 342 | 251 | 231 | 0 | 31 | 40 | 13 | 15 | 70 | 112 |
| Binary | 11100010 | 10101001 | 10011001 | 0 | 11001 | 100000 | 1011 | 1101 | 111000 | 1001010 |
Color Harmonies of #E2A999
Complementary color
Monochromatic Colors of #E2A999
Black with #E2A999
Text Example
Text Example
White with #E2A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A999; }
p { color: rgb(226,169,153); }
H1.HeaderClassName
{
color: #E2A999;
}
.AnyTagClassName
{
color: #E2A999;
}
</style>
background-color css
<style>
a { background-color: #E2A999; }
a { background-color: rgb(226,169,153); }
div.DivClassName
{
background-color: #E2A999;
}
.BgClassName
{
background-color: #E2A999;
}
</style>
border-color css
<style>
span { border-color: #E2A999; }
span { border-color: rgb(226,169,153); }
td.TdClassName
{
border-color: #E2A999;
}
.TagClassName
{
border-color: #E2A999;
}
</style>