Shades of Shilo #E2A69F
Tints of Shilo #E2A69F
RGB
CMYK
RGB Variations
Color information
#E2A69F (or 0xE2A69F) is known color: Shilo. HEX triplet: E2, A6 and 9F. RGB value is (226,166,159). Sum of RGB (Red+Green+Blue) = 226+166+159=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A69F is #1D5960. Grayscale: #B7B7B7. Windows color (decimal): -1923425 or 10462946. OLE color: 10462946.
HSL color Cylindrical-coordinate representation of color #E2A69F: hue angle of 6.27º 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 #E2A69F is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 166 | 159 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.11 |
| HSL | 6.27º | 0.54% | 0.75% | - |
| HSV(B) | 6.27º | 0.3% | 0.89% | - |
| XYZ | 51.26 | 45.94 | 38.97 | - |
| YUV | 183.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 166 | 159 | 0 | 0.27 | 0.30 | 0.11 | 6.27 | 0.54 | 0.75 |
| Hex | E2 | A6 | 9F | 0 | 1B | 1E | B | 6 | 36 | 4B |
| Octal | 342 | 246 | 237 | 0 | 33 | 36 | 13 | 6 | 66 | 113 |
| Binary | 11100010 | 10100110 | 10011111 | 0 | 11011 | 11110 | 1011 | 110 | 110110 | 1001011 |
Color Harmonies of #E2A69F
Complementary color
Monochromatic Colors of #E2A69F
Black with #E2A69F
Text Example
Text Example
White with #E2A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A69F; }
p { color: rgb(226,166,159); }
H1.HeaderClassName
{
color: #E2A69F;
}
.AnyTagClassName
{
color: #E2A69F;
}
</style>
background-color css
<style>
a { background-color: #E2A69F; }
a { background-color: rgb(226,166,159); }
div.DivClassName
{
background-color: #E2A69F;
}
.BgClassName
{
background-color: #E2A69F;
}
</style>
border-color css
<style>
span { border-color: #E2A69F; }
span { border-color: rgb(226,166,159); }
td.TdClassName
{
border-color: #E2A69F;
}
.TagClassName
{
border-color: #E2A69F;
}
</style>