Shades of Shilo #E2A59C
Tints of Shilo #E2A59C
RGB
CMYK
RGB Variations
Color information
#E2A59C (or 0xE2A59C) is known color: Shilo. HEX triplet: E2, A5 and 9C. RGB value is (226,165,156). Sum of RGB (Red+Green+Blue) = 226+165+156=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A59C is #1D5A63. Grayscale: #B6B6B6. Windows color (decimal): -1923684 or 10266082. OLE color: 10266082.
HSL color Cylindrical-coordinate representation of color #E2A59C: hue angle of 7.71º 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 #E2A59C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 156 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.11 |
| HSL | 7.71º | 0.55% | 0.75% | - |
| HSV(B) | 7.71º | 0.31% | 0.89% | - |
| XYZ | 50.82 | 45.48 | 37.55 | - |
| YUV | 182.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 156 | 0 | 0.27 | 0.31 | 0.11 | 7.71 | 0.55 | 0.75 |
| Hex | E2 | A5 | 9C | 0 | 1B | 1F | B | 8 | 37 | 4B |
| Octal | 342 | 245 | 234 | 0 | 33 | 37 | 13 | 10 | 67 | 113 |
| Binary | 11100010 | 10100101 | 10011100 | 0 | 11011 | 11111 | 1011 | 1000 | 110111 | 1001011 |
Color Harmonies of #E2A59C
Complementary color
Monochromatic Colors of #E2A59C
Black with #E2A59C
Text Example
Text Example
White with #E2A59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A59C; }
p { color: rgb(226,165,156); }
H1.HeaderClassName
{
color: #E2A59C;
}
.AnyTagClassName
{
color: #E2A59C;
}
</style>
background-color css
<style>
a { background-color: #E2A59C; }
a { background-color: rgb(226,165,156); }
div.DivClassName
{
background-color: #E2A59C;
}
.BgClassName
{
background-color: #E2A59C;
}
</style>
border-color css
<style>
span { border-color: #E2A59C; }
span { border-color: rgb(226,165,156); }
td.TdClassName
{
border-color: #E2A59C;
}
.TagClassName
{
border-color: #E2A59C;
}
</style>