Shades of Shilo #EEB0A4
Tints of Shilo #EEB0A4
RGB
CMYK
RGB Variations
Color information
#EEB0A4 (or 0xEEB0A4) is known color: Shilo. HEX triplet: EE, B0 and A4. RGB value is (238,176,164). Sum of RGB (Red+Green+Blue) = 238+176+164=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB0A4 is #114F5B. Grayscale: #C1C1C1. Windows color (decimal): -1134428 or 10793198. OLE color: 10793198.
HSL color Cylindrical-coordinate representation of color #EEB0A4: hue angle of 9.73º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEB0A4 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 164 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.07 |
| HSL | 9.73º | 0.69% | 0.79% | - |
| HSV(B) | 9.73º | 0.31% | 0.93% | - |
| XYZ | 57.49 | 51.91 | 42.11 | - |
| YUV | 193.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 164 | 0 | 0.26 | 0.31 | 0.07 | 9.73 | 0.69 | 0.79 |
| Hex | EE | B0 | A4 | 0 | 1A | 1F | 7 | A | 45 | 4F |
| Octal | 356 | 260 | 244 | 0 | 32 | 37 | 7 | 12 | 105 | 117 |
| Binary | 11101110 | 10110000 | 10100100 | 0 | 11010 | 11111 | 111 | 1010 | 1000101 | 1001111 |
Color Harmonies of #EEB0A4
Complementary color
Monochromatic Colors of #EEB0A4
Black with #EEB0A4
Text Example
Text Example
White with #EEB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0A4; }
p { color: rgb(238,176,164); }
H1.HeaderClassName
{
color: #EEB0A4;
}
.AnyTagClassName
{
color: #EEB0A4;
}
</style>
background-color css
<style>
a { background-color: #EEB0A4; }
a { background-color: rgb(238,176,164); }
div.DivClassName
{
background-color: #EEB0A4;
}
.BgClassName
{
background-color: #EEB0A4;
}
</style>
border-color css
<style>
span { border-color: #EEB0A4; }
span { border-color: rgb(238,176,164); }
td.TdClassName
{
border-color: #EEB0A4;
}
.TagClassName
{
border-color: #EEB0A4;
}
</style>