Shades of Shilo #EEB2A9
Tints of Shilo #EEB2A9
RGB
CMYK
RGB Variations
Color information
#EEB2A9 (or 0xEEB2A9) is known color: Shilo. HEX triplet: EE, B2 and A9. RGB value is (238,178,169). Sum of RGB (Red+Green+Blue) = 238+178+169=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB2A9 is #114D56. Grayscale: #C3C3C3. Windows color (decimal): -1133911 or 11121390. OLE color: 11121390.
HSL color Cylindrical-coordinate representation of color #EEB2A9: hue angle of 7.83º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEB2A9 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 169 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.07 |
| HSL | 7.83º | 0.67% | 0.8% | - |
| HSV(B) | 7.83º | 0.29% | 0.93% | - |
| XYZ | 58.34 | 52.88 | 44.67 | - |
| YUV | 194.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 169 | 0 | 0.25 | 0.29 | 0.07 | 7.83 | 0.67 | 0.8 |
| Hex | EE | B2 | A9 | 0 | 19 | 1D | 7 | 8 | 43 | 50 |
| Octal | 356 | 262 | 251 | 0 | 31 | 35 | 7 | 10 | 103 | 120 |
| Binary | 11101110 | 10110010 | 10101001 | 0 | 11001 | 11101 | 111 | 1000 | 1000011 | 1010000 |
Color Harmonies of #EEB2A9
Complementary color
Monochromatic Colors of #EEB2A9
Black with #EEB2A9
Text Example
Text Example
White with #EEB2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2A9; }
p { color: rgb(238,178,169); }
H1.HeaderClassName
{
color: #EEB2A9;
}
.AnyTagClassName
{
color: #EEB2A9;
}
</style>
background-color css
<style>
a { background-color: #EEB2A9; }
a { background-color: rgb(238,178,169); }
div.DivClassName
{
background-color: #EEB2A9;
}
.BgClassName
{
background-color: #EEB2A9;
}
</style>
border-color css
<style>
span { border-color: #EEB2A9; }
span { border-color: rgb(238,178,169); }
td.TdClassName
{
border-color: #EEB2A9;
}
.TagClassName
{
border-color: #EEB2A9;
}
</style>