Shades of Shilo #EEB1A5
Tints of Shilo #EEB1A5
RGB
CMYK
RGB Variations
Color information
#EEB1A5 (or 0xEEB1A5) is known color: Shilo. HEX triplet: EE, B1 and A5. RGB value is (238,177,165). Sum of RGB (Red+Green+Blue) = 238+177+165=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB1A5 is #114E5A. Grayscale: #C1C1C1. Windows color (decimal): -1134171 or 10858990. OLE color: 10858990.
HSL color Cylindrical-coordinate representation of color #EEB1A5: hue angle of 9.86º degrees, saturation: 0.68, 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 #EEB1A5 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 165 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.07 |
| HSL | 9.86º | 0.68% | 0.79% | - |
| HSV(B) | 9.86º | 0.31% | 0.93% | - |
| XYZ | 57.77 | 52.34 | 42.65 | - |
| YUV | 193.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 165 | 0 | 0.26 | 0.31 | 0.07 | 9.86 | 0.68 | 0.79 |
| Hex | EE | B1 | A5 | 0 | 1A | 1F | 7 | A | 44 | 4F |
| Octal | 356 | 261 | 245 | 0 | 32 | 37 | 7 | 12 | 104 | 117 |
| Binary | 11101110 | 10110001 | 10100101 | 0 | 11010 | 11111 | 111 | 1010 | 1000100 | 1001111 |
Color Harmonies of #EEB1A5
Complementary color
Monochromatic Colors of #EEB1A5
Black with #EEB1A5
Text Example
Text Example
White with #EEB1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1A5; }
p { color: rgb(238,177,165); }
H1.HeaderClassName
{
color: #EEB1A5;
}
.AnyTagClassName
{
color: #EEB1A5;
}
</style>
background-color css
<style>
a { background-color: #EEB1A5; }
a { background-color: rgb(238,177,165); }
div.DivClassName
{
background-color: #EEB1A5;
}
.BgClassName
{
background-color: #EEB1A5;
}
</style>
border-color css
<style>
span { border-color: #EEB1A5; }
span { border-color: rgb(238,177,165); }
td.TdClassName
{
border-color: #EEB1A5;
}
.TagClassName
{
border-color: #EEB1A5;
}
</style>