Shades of Shilo #E2A99C
Tints of Shilo #E2A99C
RGB
CMYK
RGB Variations
Color information
#E2A99C (or 0xE2A99C) is known color: Shilo. HEX triplet: E2, A9 and 9C. RGB value is (226,169,156). Sum of RGB (Red+Green+Blue) = 226+169+156=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A99C is #1D5663. Grayscale: #B8B8B8. Windows color (decimal): -1922660 or 10267106. OLE color: 10267106.
HSL color Cylindrical-coordinate representation of color #E2A99C: hue angle of 11.14º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2A99C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 156 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.11 |
| HSL | 11.14º | 0.55% | 0.75% | - |
| HSV(B) | 11.14º | 0.31% | 0.89% | - |
| XYZ | 51.55 | 46.94 | 37.8 | - |
| YUV | 184.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 156 | 0 | 0.25 | 0.31 | 0.11 | 11.14 | 0.55 | 0.75 |
| Hex | E2 | A9 | 9C | 0 | 19 | 1F | B | B | 37 | 4B |
| Octal | 342 | 251 | 234 | 0 | 31 | 37 | 13 | 13 | 67 | 113 |
| Binary | 11100010 | 10101001 | 10011100 | 0 | 11001 | 11111 | 1011 | 1011 | 110111 | 1001011 |
Color Harmonies of #E2A99C
Complementary color
Monochromatic Colors of #E2A99C
Black with #E2A99C
Text Example
Text Example
White with #E2A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A99C; }
p { color: rgb(226,169,156); }
H1.HeaderClassName
{
color: #E2A99C;
}
.AnyTagClassName
{
color: #E2A99C;
}
</style>
background-color css
<style>
a { background-color: #E2A99C; }
a { background-color: rgb(226,169,156); }
div.DivClassName
{
background-color: #E2A99C;
}
.BgClassName
{
background-color: #E2A99C;
}
</style>
border-color css
<style>
span { border-color: #E2A99C; }
span { border-color: rgb(226,169,156); }
td.TdClassName
{
border-color: #E2A99C;
}
.TagClassName
{
border-color: #E2A99C;
}
</style>