Shades of Shilo #E2A79D
Tints of Shilo #E2A79D
RGB
CMYK
RGB Variations
Color information
#E2A79D (or 0xE2A79D) is known color: Shilo. HEX triplet: E2, A7 and 9D. RGB value is (226,167,157). Sum of RGB (Red+Green+Blue) = 226+167+157=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A79D is #1D5862. Grayscale: #B7B7B7. Windows color (decimal): -1923171 or 10332130. OLE color: 10332130.
HSL color Cylindrical-coordinate representation of color #E2A79D: hue angle of 8.7º degrees, saturation: 0.54, 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 #E2A79D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 167 | 157 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.11 |
| HSL | 8.7º | 0.54% | 0.75% | - |
| HSV(B) | 8.7º | 0.31% | 0.89% | - |
| XYZ | 51.27 | 46.24 | 38.12 | - |
| YUV | 183.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 167 | 157 | 0 | 0.26 | 0.31 | 0.11 | 8.7 | 0.54 | 0.75 |
| Hex | E2 | A7 | 9D | 0 | 1A | 1F | B | 9 | 36 | 4B |
| Octal | 342 | 247 | 235 | 0 | 32 | 37 | 13 | 11 | 66 | 113 |
| Binary | 11100010 | 10100111 | 10011101 | 0 | 11010 | 11111 | 1011 | 1001 | 110110 | 1001011 |
Color Harmonies of #E2A79D
Complementary color
Monochromatic Colors of #E2A79D
Black with #E2A79D
Text Example
Text Example
White with #E2A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A79D; }
p { color: rgb(226,167,157); }
H1.HeaderClassName
{
color: #E2A79D;
}
.AnyTagClassName
{
color: #E2A79D;
}
</style>
background-color css
<style>
a { background-color: #E2A79D; }
a { background-color: rgb(226,167,157); }
div.DivClassName
{
background-color: #E2A79D;
}
.BgClassName
{
background-color: #E2A79D;
}
</style>
border-color css
<style>
span { border-color: #E2A79D; }
span { border-color: rgb(226,167,157); }
td.TdClassName
{
border-color: #E2A79D;
}
.TagClassName
{
border-color: #E2A79D;
}
</style>