Shades of Shilo #E1ADAB
Tints of Shilo #E1ADAB
RGB
CMYK
RGB Variations
Color information
#E1ADAB (or 0xE1ADAB) is known color: Shilo. HEX triplet: E1, AD and AB. RGB value is (225,173,171). Sum of RGB (Red+Green+Blue) = 225+173+171=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADAB is #1E5254. Grayscale: #BCBCBC. Windows color (decimal): -1987157 or 11251169. OLE color: 11251169.
HSL color Cylindrical-coordinate representation of color #E1ADAB: hue angle of 2.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ADAB is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 171 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.12 |
| HSL | 2.22º | 0.47% | 0.78% | - |
| HSV(B) | 2.22º | 0.24% | 0.88% | - |
| XYZ | 53.35 | 48.83 | 45.14 | - |
| YUV | 188.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 171 | 0 | 0.23 | 0.24 | 0.12 | 2.22 | 0.47 | 0.78 |
| Hex | E1 | AD | AB | 0 | 17 | 18 | C | 2 | 2F | 4E |
| Octal | 341 | 255 | 253 | 0 | 27 | 30 | 14 | 2 | 57 | 116 |
| Binary | 11100001 | 10101101 | 10101011 | 0 | 10111 | 11000 | 1100 | 10 | 101111 | 1001110 |
Color Harmonies of #E1ADAB
Complementary color
Monochromatic Colors of #E1ADAB
Black with #E1ADAB
Text Example
Text Example
White with #E1ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADAB; }
p { color: rgb(225,173,171); }
H1.HeaderClassName
{
color: #E1ADAB;
}
.AnyTagClassName
{
color: #E1ADAB;
}
</style>
background-color css
<style>
a { background-color: #E1ADAB; }
a { background-color: rgb(225,173,171); }
div.DivClassName
{
background-color: #E1ADAB;
}
.BgClassName
{
background-color: #E1ADAB;
}
</style>
border-color css
<style>
span { border-color: #E1ADAB; }
span { border-color: rgb(225,173,171); }
td.TdClassName
{
border-color: #E1ADAB;
}
.TagClassName
{
border-color: #E1ADAB;
}
</style>