Shades of Shilo #EBA59C
Tints of Shilo #EBA59C
RGB
CMYK
RGB Variations
Color information
#EBA59C (or 0xEBA59C) is known color: Shilo. HEX triplet: EB, A5 and 9C. RGB value is (235,165,156). Sum of RGB (Red+Green+Blue) = 235+165+156=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA59C is #145A63. Grayscale: #B9B9B9. Windows color (decimal): -1333860 or 10266091. OLE color: 10266091.
HSL color Cylindrical-coordinate representation of color #EBA59C: hue angle of 6.84º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA59C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 156 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.08 |
| HSL | 6.84º | 0.66% | 0.77% | - |
| HSV(B) | 6.84º | 0.34% | 0.92% | - |
| XYZ | 53.72 | 46.97 | 37.69 | - |
| YUV | 184.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 156 | 0 | 0.30 | 0.34 | 0.08 | 6.84 | 0.66 | 0.77 |
| Hex | EB | A5 | 9C | 0 | 1E | 22 | 8 | 7 | 42 | 4D |
| Octal | 353 | 245 | 234 | 0 | 36 | 42 | 10 | 7 | 102 | 115 |
| Binary | 11101011 | 10100101 | 10011100 | 0 | 11110 | 100010 | 1000 | 111 | 1000010 | 1001101 |
Color Harmonies of #EBA59C
Complementary color
Monochromatic Colors of #EBA59C
Black with #EBA59C
Text Example
Text Example
White with #EBA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA59C; }
p { color: rgb(235,165,156); }
H1.HeaderClassName
{
color: #EBA59C;
}
.AnyTagClassName
{
color: #EBA59C;
}
</style>
background-color css
<style>
a { background-color: #EBA59C; }
a { background-color: rgb(235,165,156); }
div.DivClassName
{
background-color: #EBA59C;
}
.BgClassName
{
background-color: #EBA59C;
}
</style>
border-color css
<style>
span { border-color: #EBA59C; }
span { border-color: rgb(235,165,156); }
td.TdClassName
{
border-color: #EBA59C;
}
.TagClassName
{
border-color: #EBA59C;
}
</style>