Shades of Shilo #E2A79F
Tints of Shilo #E2A79F
RGB
CMYK
RGB Variations
Color information
#E2A79F (or 0xE2A79F) is known color: Shilo. HEX triplet: E2, A7 and 9F. RGB value is (226,167,159). Sum of RGB (Red+Green+Blue) = 226+167+159=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A79F is #1D5860. Grayscale: #B7B7B7. Windows color (decimal): -1923169 or 10463202. OLE color: 10463202.
HSL color Cylindrical-coordinate representation of color #E2A79F: hue angle of 7.16º 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 #E2A79F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 167 | 159 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.11 |
| HSL | 7.16º | 0.54% | 0.75% | - |
| HSV(B) | 7.16º | 0.3% | 0.89% | - |
| XYZ | 51.44 | 46.31 | 39.03 | - |
| YUV | 183.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 167 | 159 | 0 | 0.26 | 0.30 | 0.11 | 7.16 | 0.54 | 0.75 |
| Hex | E2 | A7 | 9F | 0 | 1A | 1E | B | 7 | 36 | 4B |
| Octal | 342 | 247 | 237 | 0 | 32 | 36 | 13 | 7 | 66 | 113 |
| Binary | 11100010 | 10100111 | 10011111 | 0 | 11010 | 11110 | 1011 | 111 | 110110 | 1001011 |
Color Harmonies of #E2A79F
Complementary color
Monochromatic Colors of #E2A79F
Black with #E2A79F
Text Example
Text Example
White with #E2A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A79F; }
p { color: rgb(226,167,159); }
H1.HeaderClassName
{
color: #E2A79F;
}
.AnyTagClassName
{
color: #E2A79F;
}
</style>
background-color css
<style>
a { background-color: #E2A79F; }
a { background-color: rgb(226,167,159); }
div.DivClassName
{
background-color: #E2A79F;
}
.BgClassName
{
background-color: #E2A79F;
}
</style>
border-color css
<style>
span { border-color: #E2A79F; }
span { border-color: rgb(226,167,159); }
td.TdClassName
{
border-color: #E2A79F;
}
.TagClassName
{
border-color: #E2A79F;
}
</style>