Shades of Shilo #EBA8A0
Tints of Shilo #EBA8A0
RGB
CMYK
RGB Variations
Color information
#EBA8A0 (or 0xEBA8A0) is known color: Shilo. HEX triplet: EB, A8 and A0. RGB value is (235,168,160). Sum of RGB (Red+Green+Blue) = 235+168+160=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8A0 is #14575F. Grayscale: #BBBBBB. Windows color (decimal): -1333088 or 10529003. OLE color: 10529003.
HSL color Cylindrical-coordinate representation of color #EBA8A0: hue angle of 6.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA8A0 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 160 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.08 |
| HSL | 6.4º | 0.65% | 0.77% | - |
| HSV(B) | 6.4º | 0.32% | 0.92% | - |
| XYZ | 54.61 | 48.21 | 39.68 | - |
| YUV | 187.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 160 | 0 | 0.29 | 0.32 | 0.08 | 6.4 | 0.65 | 0.77 |
| Hex | EB | A8 | A0 | 0 | 1D | 20 | 8 | 6 | 41 | 4D |
| Octal | 353 | 250 | 240 | 0 | 35 | 40 | 10 | 6 | 101 | 115 |
| Binary | 11101011 | 10101000 | 10100000 | 0 | 11101 | 100000 | 1000 | 110 | 1000001 | 1001101 |
Color Harmonies of #EBA8A0
Complementary color
Monochromatic Colors of #EBA8A0
Black with #EBA8A0
Text Example
Text Example
White with #EBA8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8A0; }
p { color: rgb(235,168,160); }
H1.HeaderClassName
{
color: #EBA8A0;
}
.AnyTagClassName
{
color: #EBA8A0;
}
</style>
background-color css
<style>
a { background-color: #EBA8A0; }
a { background-color: rgb(235,168,160); }
div.DivClassName
{
background-color: #EBA8A0;
}
.BgClassName
{
background-color: #EBA8A0;
}
</style>
border-color css
<style>
span { border-color: #EBA8A0; }
span { border-color: rgb(235,168,160); }
td.TdClassName
{
border-color: #EBA8A0;
}
.TagClassName
{
border-color: #EBA8A0;
}
</style>