Shades of Shilo #E4B2AA
Tints of Shilo #E4B2AA
RGB
CMYK
RGB Variations
Color information
#E4B2AA (or 0xE4B2AA) is known color: Shilo. HEX triplet: E4, B2 and AA. RGB value is (228,178,170). Sum of RGB (Red+Green+Blue) = 228+178+170=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B2AA is #1B4D55. Grayscale: #C0C0C0. Windows color (decimal): -1789270 or 11186916. OLE color: 11186916.
HSL color Cylindrical-coordinate representation of color #E4B2AA: hue angle of 8.28º degrees, saturation: 0.52, 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 #E4B2AA is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 178 | 170 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.11 |
| HSL | 8.28º | 0.52% | 0.78% | - |
| HSV(B) | 8.28º | 0.25% | 0.89% | - |
| XYZ | 55.17 | 51.24 | 45.01 | - |
| YUV | 192.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 178 | 170 | 0 | 0.22 | 0.25 | 0.11 | 8.28 | 0.52 | 0.78 |
| Hex | E4 | B2 | AA | 0 | 16 | 19 | B | 8 | 34 | 4E |
| Octal | 344 | 262 | 252 | 0 | 26 | 31 | 13 | 10 | 64 | 116 |
| Binary | 11100100 | 10110010 | 10101010 | 0 | 10110 | 11001 | 1011 | 1000 | 110100 | 1001110 |
Color Harmonies of #E4B2AA
Complementary color
Monochromatic Colors of #E4B2AA
Black with #E4B2AA
Text Example
Text Example
White with #E4B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B2AA; }
p { color: rgb(228,178,170); }
H1.HeaderClassName
{
color: #E4B2AA;
}
.AnyTagClassName
{
color: #E4B2AA;
}
</style>
background-color css
<style>
a { background-color: #E4B2AA; }
a { background-color: rgb(228,178,170); }
div.DivClassName
{
background-color: #E4B2AA;
}
.BgClassName
{
background-color: #E4B2AA;
}
</style>
border-color css
<style>
span { border-color: #E4B2AA; }
span { border-color: rgb(228,178,170); }
td.TdClassName
{
border-color: #E4B2AA;
}
.TagClassName
{
border-color: #E4B2AA;
}
</style>