Shades of Shilo #EEB9AB
Tints of Shilo #EEB9AB
RGB
CMYK
RGB Variations
Color information
#EEB9AB (or 0xEEB9AB) is known color: Shilo. HEX triplet: EE, B9 and AB. RGB value is (238,185,171). Sum of RGB (Red+Green+Blue) = 238+185+171=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB9AB is #114654. Grayscale: #C7C7C7. Windows color (decimal): -1132117 or 11254254. OLE color: 11254254.
HSL color Cylindrical-coordinate representation of color #EEB9AB: hue angle of 12.54º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB9AB is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 171 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.07 |
| HSL | 12.54º | 0.66% | 0.8% | - |
| HSV(B) | 12.54º | 0.28% | 0.93% | - |
| XYZ | 59.96 | 55.82 | 46.14 | - |
| YUV | 199.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 171 | 0 | 0.22 | 0.28 | 0.07 | 12.54 | 0.66 | 0.8 |
| Hex | EE | B9 | AB | 0 | 16 | 1C | 7 | D | 42 | 50 |
| Octal | 356 | 271 | 253 | 0 | 26 | 34 | 7 | 15 | 102 | 120 |
| Binary | 11101110 | 10111001 | 10101011 | 0 | 10110 | 11100 | 111 | 1101 | 1000010 | 1010000 |
Color Harmonies of #EEB9AB
Complementary color
Monochromatic Colors of #EEB9AB
Black with #EEB9AB
Text Example
Text Example
White with #EEB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9AB; }
p { color: rgb(238,185,171); }
H1.HeaderClassName
{
color: #EEB9AB;
}
.AnyTagClassName
{
color: #EEB9AB;
}
</style>
background-color css
<style>
a { background-color: #EEB9AB; }
a { background-color: rgb(238,185,171); }
div.DivClassName
{
background-color: #EEB9AB;
}
.BgClassName
{
background-color: #EEB9AB;
}
</style>
border-color css
<style>
span { border-color: #EEB9AB; }
span { border-color: rgb(238,185,171); }
td.TdClassName
{
border-color: #EEB9AB;
}
.TagClassName
{
border-color: #EEB9AB;
}
</style>