Shades of Shilo #E2B8AA
Tints of Shilo #E2B8AA
RGB
CMYK
RGB Variations
Color information
#E2B8AA (or 0xE2B8AA) is known color: Shilo. HEX triplet: E2, B8 and AA. RGB value is (226,184,170). Sum of RGB (Red+Green+Blue) = 226+184+170=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B8AA is #1D4755. Grayscale: #C3C3C3. Windows color (decimal): -1918806 or 11188450. OLE color: 11188450.
HSL color Cylindrical-coordinate representation of color #E2B8AA: hue angle of 15º 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 #E2B8AA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 170 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.11 |
| HSL | 15º | 0.49% | 0.78% | - |
| HSV(B) | 15º | 0.25% | 0.89% | - |
| XYZ | 55.76 | 53.35 | 45.39 | - |
| YUV | 194.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 170 | 0 | 0.19 | 0.25 | 0.11 | 15 | 0.49 | 0.78 |
| Hex | E2 | B8 | AA | 0 | 13 | 19 | B | F | 31 | 4E |
| Octal | 342 | 270 | 252 | 0 | 23 | 31 | 13 | 17 | 61 | 116 |
| Binary | 11100010 | 10111000 | 10101010 | 0 | 10011 | 11001 | 1011 | 1111 | 110001 | 1001110 |
Color Harmonies of #E2B8AA
Complementary color
Monochromatic Colors of #E2B8AA
Black with #E2B8AA
Text Example
Text Example
White with #E2B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8AA; }
p { color: rgb(226,184,170); }
H1.HeaderClassName
{
color: #E2B8AA;
}
.AnyTagClassName
{
color: #E2B8AA;
}
</style>
background-color css
<style>
a { background-color: #E2B8AA; }
a { background-color: rgb(226,184,170); }
div.DivClassName
{
background-color: #E2B8AA;
}
.BgClassName
{
background-color: #E2B8AA;
}
</style>
border-color css
<style>
span { border-color: #E2B8AA; }
span { border-color: rgb(226,184,170); }
td.TdClassName
{
border-color: #E2B8AA;
}
.TagClassName
{
border-color: #E2B8AA;
}
</style>