Shades of Shilo #E3BAAA
Tints of Shilo #E3BAAA
RGB
CMYK
RGB Variations
Color information
#E3BAAA (or 0xE3BAAA) is known color: Shilo. HEX triplet: E3, BA and AA. RGB value is (227,186,170). Sum of RGB (Red+Green+Blue) = 227+186+170=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BAAA is #1C4555. Grayscale: #C4C4C4. Windows color (decimal): -1852758 or 11188963. OLE color: 11188963.
HSL color Cylindrical-coordinate representation of color #E3BAAA: hue angle of 16.84º degrees, saturation: 0.5, 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 #E3BAAA is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 170 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.11 |
| HSL | 16.84º | 0.5% | 0.78% | - |
| HSV(B) | 16.84º | 0.25% | 0.89% | - |
| XYZ | 56.49 | 54.35 | 45.54 | - |
| YUV | 196.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 170 | 0 | 0.18 | 0.25 | 0.11 | 16.84 | 0.5 | 0.78 |
| Hex | E3 | BA | AA | 0 | 12 | 19 | B | 11 | 32 | 4E |
| Octal | 343 | 272 | 252 | 0 | 22 | 31 | 13 | 21 | 62 | 116 |
| Binary | 11100011 | 10111010 | 10101010 | 0 | 10010 | 11001 | 1011 | 10001 | 110010 | 1001110 |
Color Harmonies of #E3BAAA
Complementary color
Monochromatic Colors of #E3BAAA
Black with #E3BAAA
Text Example
Text Example
White with #E3BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAAA; }
p { color: rgb(227,186,170); }
H1.HeaderClassName
{
color: #E3BAAA;
}
.AnyTagClassName
{
color: #E3BAAA;
}
</style>
background-color css
<style>
a { background-color: #E3BAAA; }
a { background-color: rgb(227,186,170); }
div.DivClassName
{
background-color: #E3BAAA;
}
.BgClassName
{
background-color: #E3BAAA;
}
</style>
border-color css
<style>
span { border-color: #E3BAAA; }
span { border-color: rgb(227,186,170); }
td.TdClassName
{
border-color: #E3BAAA;
}
.TagClassName
{
border-color: #E3BAAA;
}
</style>