Shades of Shilo #E2B3AA
Tints of Shilo #E2B3AA
RGB
CMYK
RGB Variations
Color information
#E2B3AA (or 0xE2B3AA) is known color: Shilo. HEX triplet: E2, B3 and AA. RGB value is (226,179,170). Sum of RGB (Red+Green+Blue) = 226+179+170=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B3AA is #1D4C55. Grayscale: #C0C0C0. Windows color (decimal): -1920086 or 11187170. OLE color: 11187170.
HSL color Cylindrical-coordinate representation of color #E2B3AA: hue angle of 9.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2B3AA is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 170 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.11 |
| HSL | 9.64º | 0.49% | 0.78% | - |
| HSV(B) | 9.64º | 0.25% | 0.89% | - |
| XYZ | 54.74 | 51.31 | 45.05 | - |
| YUV | 192.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 170 | 0 | 0.21 | 0.25 | 0.11 | 9.64 | 0.49 | 0.78 |
| Hex | E2 | B3 | AA | 0 | 15 | 19 | B | A | 31 | 4E |
| Octal | 342 | 263 | 252 | 0 | 25 | 31 | 13 | 12 | 61 | 116 |
| Binary | 11100010 | 10110011 | 10101010 | 0 | 10101 | 11001 | 1011 | 1010 | 110001 | 1001110 |
Color Harmonies of #E2B3AA
Complementary color
Monochromatic Colors of #E2B3AA
Black with #E2B3AA
Text Example
Text Example
White with #E2B3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3AA; }
p { color: rgb(226,179,170); }
H1.HeaderClassName
{
color: #E2B3AA;
}
.AnyTagClassName
{
color: #E2B3AA;
}
</style>
background-color css
<style>
a { background-color: #E2B3AA; }
a { background-color: rgb(226,179,170); }
div.DivClassName
{
background-color: #E2B3AA;
}
.BgClassName
{
background-color: #E2B3AA;
}
</style>
border-color css
<style>
span { border-color: #E2B3AA; }
span { border-color: rgb(226,179,170); }
td.TdClassName
{
border-color: #E2B3AA;
}
.TagClassName
{
border-color: #E2B3AA;
}
</style>