Shades of Shilo #EEABA1
Tints of Shilo #EEABA1
RGB
CMYK
RGB Variations
Color information
#EEABA1 (or 0xEEABA1) is known color: Shilo. HEX triplet: EE, AB and A1. RGB value is (238,171,161). Sum of RGB (Red+Green+Blue) = 238+171+161=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEABA1 is #11545E. Grayscale: #BEBEBE. Windows color (decimal): -1135711 or 10595310. OLE color: 10595310.
HSL color Cylindrical-coordinate representation of color #EEABA1: hue angle of 7.79º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEABA1 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 161 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.07 |
| HSL | 7.79º | 0.69% | 0.78% | - |
| HSV(B) | 7.79º | 0.32% | 0.93% | - |
| XYZ | 56.26 | 49.88 | 40.38 | - |
| YUV | 189.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 161 | 0 | 0.28 | 0.32 | 0.07 | 7.79 | 0.69 | 0.78 |
| Hex | EE | AB | A1 | 0 | 1C | 20 | 7 | 8 | 45 | 4E |
| Octal | 356 | 253 | 241 | 0 | 34 | 40 | 7 | 10 | 105 | 116 |
| Binary | 11101110 | 10101011 | 10100001 | 0 | 11100 | 100000 | 111 | 1000 | 1000101 | 1001110 |
Color Harmonies of #EEABA1
Complementary color
Monochromatic Colors of #EEABA1
Black with #EEABA1
Text Example
Text Example
White with #EEABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABA1; }
p { color: rgb(238,171,161); }
H1.HeaderClassName
{
color: #EEABA1;
}
.AnyTagClassName
{
color: #EEABA1;
}
</style>
background-color css
<style>
a { background-color: #EEABA1; }
a { background-color: rgb(238,171,161); }
div.DivClassName
{
background-color: #EEABA1;
}
.BgClassName
{
background-color: #EEABA1;
}
</style>
border-color css
<style>
span { border-color: #EEABA1; }
span { border-color: rgb(238,171,161); }
td.TdClassName
{
border-color: #EEABA1;
}
.TagClassName
{
border-color: #EEABA1;
}
</style>