Shades of Shilo #EEB0A3
Tints of Shilo #EEB0A3
RGB
CMYK
RGB Variations
Color information
#EEB0A3 (or 0xEEB0A3) is known color: Shilo. HEX triplet: EE, B0 and A3. RGB value is (238,176,163). Sum of RGB (Red+Green+Blue) = 238+176+163=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB0A3 is #114F5C. Grayscale: #C1C1C1. Windows color (decimal): -1134429 or 10727662. OLE color: 10727662.
HSL color Cylindrical-coordinate representation of color #EEB0A3: hue angle of 10.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEB0A3 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 163 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.07 |
| HSL | 10.4º | 0.69% | 0.79% | - |
| HSV(B) | 10.4º | 0.32% | 0.93% | - |
| XYZ | 57.4 | 51.87 | 41.64 | - |
| YUV | 193.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 163 | 0 | 0.26 | 0.32 | 0.07 | 10.4 | 0.69 | 0.79 |
| Hex | EE | B0 | A3 | 0 | 1A | 20 | 7 | A | 45 | 4F |
| Octal | 356 | 260 | 243 | 0 | 32 | 40 | 7 | 12 | 105 | 117 |
| Binary | 11101110 | 10110000 | 10100011 | 0 | 11010 | 100000 | 111 | 1010 | 1000101 | 1001111 |
Color Harmonies of #EEB0A3
Complementary color
Monochromatic Colors of #EEB0A3
Black with #EEB0A3
Text Example
Text Example
White with #EEB0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0A3; }
p { color: rgb(238,176,163); }
H1.HeaderClassName
{
color: #EEB0A3;
}
.AnyTagClassName
{
color: #EEB0A3;
}
</style>
background-color css
<style>
a { background-color: #EEB0A3; }
a { background-color: rgb(238,176,163); }
div.DivClassName
{
background-color: #EEB0A3;
}
.BgClassName
{
background-color: #EEB0A3;
}
</style>
border-color css
<style>
span { border-color: #EEB0A3; }
span { border-color: rgb(238,176,163); }
td.TdClassName
{
border-color: #EEB0A3;
}
.TagClassName
{
border-color: #EEB0A3;
}
</style>