Shades of Shilo #EEADA1
Tints of Shilo #EEADA1
RGB
CMYK
RGB Variations
Color information
#EEADA1 (or 0xEEADA1) is known color: Shilo. HEX triplet: EE, AD and A1. RGB value is (238,173,161). Sum of RGB (Red+Green+Blue) = 238+173+161=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEADA1 is #11525E. Grayscale: #BFBFBF. Windows color (decimal): -1135199 or 10595822. OLE color: 10595822.
HSL color Cylindrical-coordinate representation of color #EEADA1: hue angle of 9.35º 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 #EEADA1 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 161 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.07 |
| HSL | 9.35º | 0.69% | 0.78% | - |
| HSV(B) | 9.35º | 0.32% | 0.93% | - |
| XYZ | 56.64 | 50.64 | 40.51 | - |
| YUV | 191.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 161 | 0 | 0.27 | 0.32 | 0.07 | 9.35 | 0.69 | 0.78 |
| Hex | EE | AD | A1 | 0 | 1B | 20 | 7 | 9 | 45 | 4E |
| Octal | 356 | 255 | 241 | 0 | 33 | 40 | 7 | 11 | 105 | 116 |
| Binary | 11101110 | 10101101 | 10100001 | 0 | 11011 | 100000 | 111 | 1001 | 1000101 | 1001110 |
Color Harmonies of #EEADA1
Complementary color
Monochromatic Colors of #EEADA1
Black with #EEADA1
Text Example
Text Example
White with #EEADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADA1; }
p { color: rgb(238,173,161); }
H1.HeaderClassName
{
color: #EEADA1;
}
.AnyTagClassName
{
color: #EEADA1;
}
</style>
background-color css
<style>
a { background-color: #EEADA1; }
a { background-color: rgb(238,173,161); }
div.DivClassName
{
background-color: #EEADA1;
}
.BgClassName
{
background-color: #EEADA1;
}
</style>
border-color css
<style>
span { border-color: #EEADA1; }
span { border-color: rgb(238,173,161); }
td.TdClassName
{
border-color: #EEADA1;
}
.TagClassName
{
border-color: #EEADA1;
}
</style>