Shades of Shilo #E2AA9B
Tints of Shilo #E2AA9B
RGB
CMYK
RGB Variations
Color information
#E2AA9B (or 0xE2AA9B) is known color: Shilo. HEX triplet: E2, AA and 9B. RGB value is (226,170,155). Sum of RGB (Red+Green+Blue) = 226+170+155=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AA9B is #1D5564. Grayscale: #B9B9B9. Windows color (decimal): -1922405 or 10201826. OLE color: 10201826.
HSL color Cylindrical-coordinate representation of color #E2AA9B: hue angle of 12.68º 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 #E2AA9B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 155 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.11 |
| HSL | 12.68º | 0.55% | 0.75% | - |
| HSV(B) | 12.68º | 0.31% | 0.89% | - |
| XYZ | 51.66 | 47.28 | 37.41 | - |
| YUV | 185.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 155 | 0 | 0.25 | 0.31 | 0.11 | 12.68 | 0.55 | 0.75 |
| Hex | E2 | AA | 9B | 0 | 19 | 1F | B | D | 37 | 4B |
| Octal | 342 | 252 | 233 | 0 | 31 | 37 | 13 | 15 | 67 | 113 |
| Binary | 11100010 | 10101010 | 10011011 | 0 | 11001 | 11111 | 1011 | 1101 | 110111 | 1001011 |
Color Harmonies of #E2AA9B
Complementary color
Monochromatic Colors of #E2AA9B
Black with #E2AA9B
Text Example
Text Example
White with #E2AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA9B; }
p { color: rgb(226,170,155); }
H1.HeaderClassName
{
color: #E2AA9B;
}
.AnyTagClassName
{
color: #E2AA9B;
}
</style>
background-color css
<style>
a { background-color: #E2AA9B; }
a { background-color: rgb(226,170,155); }
div.DivClassName
{
background-color: #E2AA9B;
}
.BgClassName
{
background-color: #E2AA9B;
}
</style>
border-color css
<style>
span { border-color: #E2AA9B; }
span { border-color: rgb(226,170,155); }
td.TdClassName
{
border-color: #E2AA9B;
}
.TagClassName
{
border-color: #E2AA9B;
}
</style>