Shades of Shilo #E2B7AA
Tints of Shilo #E2B7AA
RGB
CMYK
RGB Variations
Color information
#E2B7AA (or 0xE2B7AA) is known color: Shilo. HEX triplet: E2, B7 and AA. RGB value is (226,183,170). Sum of RGB (Red+Green+Blue) = 226+183+170=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B7AA is #1D4855. Grayscale: #C2C2C2. Windows color (decimal): -1919062 or 11188194. OLE color: 11188194.
HSL color Cylindrical-coordinate representation of color #E2B7AA: hue angle of 13.93º 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 #E2B7AA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 170 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.11 |
| HSL | 13.93º | 0.49% | 0.78% | - |
| HSV(B) | 13.93º | 0.25% | 0.89% | - |
| XYZ | 55.55 | 52.94 | 45.32 | - |
| YUV | 194.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 170 | 0 | 0.19 | 0.25 | 0.11 | 13.93 | 0.49 | 0.78 |
| Hex | E2 | B7 | AA | 0 | 13 | 19 | B | E | 31 | 4E |
| Octal | 342 | 267 | 252 | 0 | 23 | 31 | 13 | 16 | 61 | 116 |
| Binary | 11100010 | 10110111 | 10101010 | 0 | 10011 | 11001 | 1011 | 1110 | 110001 | 1001110 |
Color Harmonies of #E2B7AA
Complementary color
Monochromatic Colors of #E2B7AA
Black with #E2B7AA
Text Example
Text Example
White with #E2B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B7AA; }
p { color: rgb(226,183,170); }
H1.HeaderClassName
{
color: #E2B7AA;
}
.AnyTagClassName
{
color: #E2B7AA;
}
</style>
background-color css
<style>
a { background-color: #E2B7AA; }
a { background-color: rgb(226,183,170); }
div.DivClassName
{
background-color: #E2B7AA;
}
.BgClassName
{
background-color: #E2B7AA;
}
</style>
border-color css
<style>
span { border-color: #E2B7AA; }
span { border-color: rgb(226,183,170); }
td.TdClassName
{
border-color: #E2B7AA;
}
.TagClassName
{
border-color: #E2B7AA;
}
</style>