Shades of Shilo #EBA89E
Tints of Shilo #EBA89E
RGB
CMYK
RGB Variations
Color information
#EBA89E (or 0xEBA89E) is known color: Shilo. HEX triplet: EB, A8 and 9E. RGB value is (235,168,158). Sum of RGB (Red+Green+Blue) = 235+168+158=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA89E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA89E is #145761. Grayscale: #BBBBBB. Windows color (decimal): -1333090 or 10397931. OLE color: 10397931.
HSL color Cylindrical-coordinate representation of color #EBA89E: hue angle of 7.79º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA89E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 158 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.08 |
| HSL | 7.79º | 0.66% | 0.77% | - |
| HSV(B) | 7.79º | 0.33% | 0.92% | - |
| XYZ | 54.44 | 48.14 | 38.77 | - |
| YUV | 186.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 158 | 0 | 0.29 | 0.33 | 0.08 | 7.79 | 0.66 | 0.77 |
| Hex | EB | A8 | 9E | 0 | 1D | 21 | 8 | 8 | 42 | 4D |
| Octal | 353 | 250 | 236 | 0 | 35 | 41 | 10 | 10 | 102 | 115 |
| Binary | 11101011 | 10101000 | 10011110 | 0 | 11101 | 100001 | 1000 | 1000 | 1000010 | 1001101 |
Color Harmonies of #EBA89E
Complementary color
Monochromatic Colors of #EBA89E
Black with #EBA89E
Text Example
Text Example
White with #EBA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA89E; }
p { color: rgb(235,168,158); }
H1.HeaderClassName
{
color: #EBA89E;
}
.AnyTagClassName
{
color: #EBA89E;
}
</style>
background-color css
<style>
a { background-color: #EBA89E; }
a { background-color: rgb(235,168,158); }
div.DivClassName
{
background-color: #EBA89E;
}
.BgClassName
{
background-color: #EBA89E;
}
</style>
border-color css
<style>
span { border-color: #EBA89E; }
span { border-color: rgb(235,168,158); }
td.TdClassName
{
border-color: #EBA89E;
}
.TagClassName
{
border-color: #EBA89E;
}
</style>