Shades of Shilo #E2A79E
Tints of Shilo #E2A79E
RGB
CMYK
RGB Variations
Color information
#E2A79E (or 0xE2A79E) is known color: Shilo. HEX triplet: E2, A7 and 9E. RGB value is (226,167,158). Sum of RGB (Red+Green+Blue) = 226+167+158=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A79E is #1D5861. Grayscale: #B7B7B7. Windows color (decimal): -1923170 or 10397666. OLE color: 10397666.
HSL color Cylindrical-coordinate representation of color #E2A79E: hue angle of 7.94º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A79E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 167 | 158 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.11 |
| HSL | 7.94º | 0.54% | 0.75% | - |
| HSV(B) | 7.94º | 0.3% | 0.89% | - |
| XYZ | 51.35 | 46.27 | 38.57 | - |
| YUV | 183.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 167 | 158 | 0 | 0.26 | 0.30 | 0.11 | 7.94 | 0.54 | 0.75 |
| Hex | E2 | A7 | 9E | 0 | 1A | 1E | B | 8 | 36 | 4B |
| Octal | 342 | 247 | 236 | 0 | 32 | 36 | 13 | 10 | 66 | 113 |
| Binary | 11100010 | 10100111 | 10011110 | 0 | 11010 | 11110 | 1011 | 1000 | 110110 | 1001011 |
Color Harmonies of #E2A79E
Complementary color
Monochromatic Colors of #E2A79E
Black with #E2A79E
Text Example
Text Example
White with #E2A79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A79E; }
p { color: rgb(226,167,158); }
H1.HeaderClassName
{
color: #E2A79E;
}
.AnyTagClassName
{
color: #E2A79E;
}
</style>
background-color css
<style>
a { background-color: #E2A79E; }
a { background-color: rgb(226,167,158); }
div.DivClassName
{
background-color: #E2A79E;
}
.BgClassName
{
background-color: #E2A79E;
}
</style>
border-color css
<style>
span { border-color: #E2A79E; }
span { border-color: rgb(226,167,158); }
td.TdClassName
{
border-color: #E2A79E;
}
.TagClassName
{
border-color: #E2A79E;
}
</style>