Shades of Shilo #E4B4AA
Tints of Shilo #E4B4AA
RGB
CMYK
RGB Variations
Color information
#E4B4AA (or 0xE4B4AA) is known color: Shilo. HEX triplet: E4, B4 and AA. RGB value is (228,180,170). Sum of RGB (Red+Green+Blue) = 228+180+170=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4B4AA is #1B4B55. Grayscale: #C1C1C1. Windows color (decimal): -1788758 or 11187428. OLE color: 11187428.
HSL color Cylindrical-coordinate representation of color #E4B4AA: hue angle of 10.34º 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 #E4B4AA is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 170 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.11 |
| HSL | 10.34º | 0.52% | 0.78% | - |
| HSV(B) | 10.34º | 0.25% | 0.89% | - |
| XYZ | 55.57 | 52.04 | 45.15 | - |
| YUV | 193.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 170 | 0 | 0.21 | 0.25 | 0.11 | 10.34 | 0.52 | 0.78 |
| Hex | E4 | B4 | AA | 0 | 15 | 19 | B | A | 34 | 4E |
| Octal | 344 | 264 | 252 | 0 | 25 | 31 | 13 | 12 | 64 | 116 |
| Binary | 11100100 | 10110100 | 10101010 | 0 | 10101 | 11001 | 1011 | 1010 | 110100 | 1001110 |
Color Harmonies of #E4B4AA
Complementary color
Monochromatic Colors of #E4B4AA
Black with #E4B4AA
Text Example
Text Example
White with #E4B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B4AA; }
p { color: rgb(228,180,170); }
H1.HeaderClassName
{
color: #E4B4AA;
}
.AnyTagClassName
{
color: #E4B4AA;
}
</style>
background-color css
<style>
a { background-color: #E4B4AA; }
a { background-color: rgb(228,180,170); }
div.DivClassName
{
background-color: #E4B4AA;
}
.BgClassName
{
background-color: #E4B4AA;
}
</style>
border-color css
<style>
span { border-color: #E4B4AA; }
span { border-color: rgb(228,180,170); }
td.TdClassName
{
border-color: #E4B4AA;
}
.TagClassName
{
border-color: #E4B4AA;
}
</style>