Shades of Shilo #EEACA1
Tints of Shilo #EEACA1
RGB
CMYK
RGB Variations
Color information
#EEACA1 (or 0xEEACA1) is known color: Shilo. HEX triplet: EE, AC and A1. RGB value is (238,172,161). Sum of RGB (Red+Green+Blue) = 238+172+161=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEACA1 is #11535E. Grayscale: #BEBEBE. Windows color (decimal): -1135455 or 10595566. OLE color: 10595566.
HSL color Cylindrical-coordinate representation of color #EEACA1: hue angle of 8.57º 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 #EEACA1 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 161 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.07 |
| HSL | 8.57º | 0.69% | 0.78% | - |
| HSV(B) | 8.57º | 0.32% | 0.93% | - |
| XYZ | 56.45 | 50.26 | 40.44 | - |
| YUV | 190.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 161 | 0 | 0.28 | 0.32 | 0.07 | 8.57 | 0.69 | 0.78 |
| Hex | EE | AC | A1 | 0 | 1C | 20 | 7 | 9 | 45 | 4E |
| Octal | 356 | 254 | 241 | 0 | 34 | 40 | 7 | 11 | 105 | 116 |
| Binary | 11101110 | 10101100 | 10100001 | 0 | 11100 | 100000 | 111 | 1001 | 1000101 | 1001110 |
Color Harmonies of #EEACA1
Complementary color
Monochromatic Colors of #EEACA1
Black with #EEACA1
Text Example
Text Example
White with #EEACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACA1; }
p { color: rgb(238,172,161); }
H1.HeaderClassName
{
color: #EEACA1;
}
.AnyTagClassName
{
color: #EEACA1;
}
</style>
background-color css
<style>
a { background-color: #EEACA1; }
a { background-color: rgb(238,172,161); }
div.DivClassName
{
background-color: #EEACA1;
}
.BgClassName
{
background-color: #EEACA1;
}
</style>
border-color css
<style>
span { border-color: #EEACA1; }
span { border-color: rgb(238,172,161); }
td.TdClassName
{
border-color: #EEACA1;
}
.TagClassName
{
border-color: #EEACA1;
}
</style>