Shades of Shilo #EBA7A0
Tints of Shilo #EBA7A0
RGB
CMYK
RGB Variations
Color information
#EBA7A0 (or 0xEBA7A0) is known color: Shilo. HEX triplet: EB, A7 and A0. RGB value is (235,167,160). Sum of RGB (Red+Green+Blue) = 235+167+160=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7A0 is #14585F. Grayscale: #BABABA. Windows color (decimal): -1333344 or 10528747. OLE color: 10528747.
HSL color Cylindrical-coordinate representation of color #EBA7A0: hue angle of 5.6º 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 #EBA7A0 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 160 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.08 |
| HSL | 5.6º | 0.65% | 0.77% | - |
| HSV(B) | 5.6º | 0.32% | 0.92% | - |
| XYZ | 54.42 | 47.84 | 39.62 | - |
| YUV | 186.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 160 | 0 | 0.29 | 0.32 | 0.08 | 5.6 | 0.65 | 0.77 |
| Hex | EB | A7 | A0 | 0 | 1D | 20 | 8 | 6 | 41 | 4D |
| Octal | 353 | 247 | 240 | 0 | 35 | 40 | 10 | 6 | 101 | 115 |
| Binary | 11101011 | 10100111 | 10100000 | 0 | 11101 | 100000 | 1000 | 110 | 1000001 | 1001101 |
Color Harmonies of #EBA7A0
Complementary color
Monochromatic Colors of #EBA7A0
Black with #EBA7A0
Text Example
Text Example
White with #EBA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7A0; }
p { color: rgb(235,167,160); }
H1.HeaderClassName
{
color: #EBA7A0;
}
.AnyTagClassName
{
color: #EBA7A0;
}
</style>
background-color css
<style>
a { background-color: #EBA7A0; }
a { background-color: rgb(235,167,160); }
div.DivClassName
{
background-color: #EBA7A0;
}
.BgClassName
{
background-color: #EBA7A0;
}
</style>
border-color css
<style>
span { border-color: #EBA7A0; }
span { border-color: rgb(235,167,160); }
td.TdClassName
{
border-color: #EBA7A0;
}
.TagClassName
{
border-color: #EBA7A0;
}
</style>