Shades of Shilo #E1A99A
Tints of Shilo #E1A99A
RGB
CMYK
RGB Variations
Color information
#E1A99A (or 0xE1A99A) is known color: Shilo. HEX triplet: E1, A9 and 9A. RGB value is (225,169,154). Sum of RGB (Red+Green+Blue) = 225+169+154=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A99A is #1E5665. Grayscale: #B8B8B8. Windows color (decimal): -1988198 or 10136033. OLE color: 10136033.
HSL color Cylindrical-coordinate representation of color #E1A99A: hue angle of 12.68º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A99A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 154 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.12 |
| HSL | 12.68º | 0.54% | 0.74% | - |
| HSV(B) | 12.68º | 0.32% | 0.88% | - |
| XYZ | 51.07 | 46.72 | 36.9 | - |
| YUV | 184.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 154 | 0 | 0.25 | 0.32 | 0.12 | 12.68 | 0.54 | 0.74 |
| Hex | E1 | A9 | 9A | 0 | 19 | 20 | C | D | 36 | 4A |
| Octal | 341 | 251 | 232 | 0 | 31 | 40 | 14 | 15 | 66 | 112 |
| Binary | 11100001 | 10101001 | 10011010 | 0 | 11001 | 100000 | 1100 | 1101 | 110110 | 1001010 |
Color Harmonies of #E1A99A
Complementary color
Monochromatic Colors of #E1A99A
Black with #E1A99A
Text Example
Text Example
White with #E1A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A99A; }
p { color: rgb(225,169,154); }
H1.HeaderClassName
{
color: #E1A99A;
}
.AnyTagClassName
{
color: #E1A99A;
}
</style>
background-color css
<style>
a { background-color: #E1A99A; }
a { background-color: rgb(225,169,154); }
div.DivClassName
{
background-color: #E1A99A;
}
.BgClassName
{
background-color: #E1A99A;
}
</style>
border-color css
<style>
span { border-color: #E1A99A; }
span { border-color: rgb(225,169,154); }
td.TdClassName
{
border-color: #E1A99A;
}
.TagClassName
{
border-color: #E1A99A;
}
</style>