Shades of Shilo #EBA79F
Tints of Shilo #EBA79F
RGB
CMYK
RGB Variations
Color information
#EBA79F (or 0xEBA79F) is known color: Shilo. HEX triplet: EB, A7 and 9F. RGB value is (235,167,159). Sum of RGB (Red+Green+Blue) = 235+167+159=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA79F is #145860. Grayscale: #BABABA. Windows color (decimal): -1333345 or 10463211. OLE color: 10463211.
HSL color Cylindrical-coordinate representation of color #EBA79F: hue angle of 6.32º degrees, saturation: 0.66, 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 #EBA79F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 159 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.08 |
| HSL | 6.32º | 0.66% | 0.77% | - |
| HSV(B) | 6.32º | 0.32% | 0.92% | - |
| XYZ | 54.34 | 47.8 | 39.16 | - |
| YUV | 186.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 159 | 0 | 0.29 | 0.32 | 0.08 | 6.32 | 0.66 | 0.77 |
| Hex | EB | A7 | 9F | 0 | 1D | 20 | 8 | 6 | 42 | 4D |
| Octal | 353 | 247 | 237 | 0 | 35 | 40 | 10 | 6 | 102 | 115 |
| Binary | 11101011 | 10100111 | 10011111 | 0 | 11101 | 100000 | 1000 | 110 | 1000010 | 1001101 |
Color Harmonies of #EBA79F
Complementary color
Monochromatic Colors of #EBA79F
Black with #EBA79F
Text Example
Text Example
White with #EBA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA79F; }
p { color: rgb(235,167,159); }
H1.HeaderClassName
{
color: #EBA79F;
}
.AnyTagClassName
{
color: #EBA79F;
}
</style>
background-color css
<style>
a { background-color: #EBA79F; }
a { background-color: rgb(235,167,159); }
div.DivClassName
{
background-color: #EBA79F;
}
.BgClassName
{
background-color: #EBA79F;
}
</style>
border-color css
<style>
span { border-color: #EBA79F; }
span { border-color: rgb(235,167,159); }
td.TdClassName
{
border-color: #EBA79F;
}
.TagClassName
{
border-color: #EBA79F;
}
</style>