Shades of Shilo #EEB6A8
Tints of Shilo #EEB6A8
RGB
CMYK
RGB Variations
Color information
#EEB6A8 (or 0xEEB6A8) is known color: Shilo. HEX triplet: EE, B6 and A8. RGB value is (238,182,168). Sum of RGB (Red+Green+Blue) = 238+182+168=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB6A8 is #114957. Grayscale: #C5C5C5. Windows color (decimal): -1132888 or 11056878. OLE color: 11056878.
HSL color Cylindrical-coordinate representation of color #EEB6A8: hue angle of 12º 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 #EEB6A8 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 168 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.07 |
| HSL | 12º | 0.67% | 0.8% | - |
| HSV(B) | 12º | 0.29% | 0.93% | - |
| XYZ | 59.06 | 54.46 | 44.45 | - |
| YUV | 197.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 168 | 0 | 0.24 | 0.29 | 0.07 | 12 | 0.67 | 0.8 |
| Hex | EE | B6 | A8 | 0 | 18 | 1D | 7 | C | 43 | 50 |
| Octal | 356 | 266 | 250 | 0 | 30 | 35 | 7 | 14 | 103 | 120 |
| Binary | 11101110 | 10110110 | 10101000 | 0 | 11000 | 11101 | 111 | 1100 | 1000011 | 1010000 |
Color Harmonies of #EEB6A8
Complementary color
Monochromatic Colors of #EEB6A8
Black with #EEB6A8
Text Example
Text Example
White with #EEB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6A8; }
p { color: rgb(238,182,168); }
H1.HeaderClassName
{
color: #EEB6A8;
}
.AnyTagClassName
{
color: #EEB6A8;
}
</style>
background-color css
<style>
a { background-color: #EEB6A8; }
a { background-color: rgb(238,182,168); }
div.DivClassName
{
background-color: #EEB6A8;
}
.BgClassName
{
background-color: #EEB6A8;
}
</style>
border-color css
<style>
span { border-color: #EEB6A8; }
span { border-color: rgb(238,182,168); }
td.TdClassName
{
border-color: #EEB6A8;
}
.TagClassName
{
border-color: #EEB6A8;
}
</style>