Shades of Shilo #EEADA2
Tints of Shilo #EEADA2
RGB
CMYK
RGB Variations
Color information
#EEADA2 (or 0xEEADA2) is known color: Shilo. HEX triplet: EE, AD and A2. RGB value is (238,173,162). Sum of RGB (Red+Green+Blue) = 238+173+162=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEADA2 is #11525D. Grayscale: #BFBFBF. Windows color (decimal): -1135198 or 10661358. OLE color: 10661358.
HSL color Cylindrical-coordinate representation of color #EEADA2: hue angle of 8.68º 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 #EEADA2 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 162 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.07 |
| HSL | 8.68º | 0.69% | 0.78% | - |
| HSV(B) | 8.68º | 0.32% | 0.93% | - |
| XYZ | 56.73 | 50.67 | 40.97 | - |
| YUV | 191.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 162 | 0 | 0.27 | 0.32 | 0.07 | 8.68 | 0.69 | 0.78 |
| Hex | EE | AD | A2 | 0 | 1B | 20 | 7 | 9 | 45 | 4E |
| Octal | 356 | 255 | 242 | 0 | 33 | 40 | 7 | 11 | 105 | 116 |
| Binary | 11101110 | 10101101 | 10100010 | 0 | 11011 | 100000 | 111 | 1001 | 1000101 | 1001110 |
Color Harmonies of #EEADA2
Complementary color
Monochromatic Colors of #EEADA2
Black with #EEADA2
Text Example
Text Example
White with #EEADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADA2; }
p { color: rgb(238,173,162); }
H1.HeaderClassName
{
color: #EEADA2;
}
.AnyTagClassName
{
color: #EEADA2;
}
</style>
background-color css
<style>
a { background-color: #EEADA2; }
a { background-color: rgb(238,173,162); }
div.DivClassName
{
background-color: #EEADA2;
}
.BgClassName
{
background-color: #EEADA2;
}
</style>
border-color css
<style>
span { border-color: #EEADA2; }
span { border-color: rgb(238,173,162); }
td.TdClassName
{
border-color: #EEADA2;
}
.TagClassName
{
border-color: #EEADA2;
}
</style>