Shades of Shilo #EBA79C
Tints of Shilo #EBA79C
RGB
CMYK
RGB Variations
Color information
#EBA79C (or 0xEBA79C) is known color: Shilo. HEX triplet: EB, A7 and 9C. RGB value is (235,167,156). Sum of RGB (Red+Green+Blue) = 235+167+156=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA79C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA79C is #145863. Grayscale: #BABABA. Windows color (decimal): -1333348 or 10266603. OLE color: 10266603.
HSL color Cylindrical-coordinate representation of color #EBA79C: hue angle of 8.35º 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 #EBA79C is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 156 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.08 |
| HSL | 8.35º | 0.66% | 0.77% | - |
| HSV(B) | 8.35º | 0.34% | 0.92% | - |
| XYZ | 54.08 | 47.7 | 37.81 | - |
| YUV | 186.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 156 | 0 | 0.29 | 0.34 | 0.08 | 8.35 | 0.66 | 0.77 |
| Hex | EB | A7 | 9C | 0 | 1D | 22 | 8 | 8 | 42 | 4D |
| Octal | 353 | 247 | 234 | 0 | 35 | 42 | 10 | 10 | 102 | 115 |
| Binary | 11101011 | 10100111 | 10011100 | 0 | 11101 | 100010 | 1000 | 1000 | 1000010 | 1001101 |
Color Harmonies of #EBA79C
Complementary color
Monochromatic Colors of #EBA79C
Black with #EBA79C
Text Example
Text Example
White with #EBA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA79C; }
p { color: rgb(235,167,156); }
H1.HeaderClassName
{
color: #EBA79C;
}
.AnyTagClassName
{
color: #EBA79C;
}
</style>
background-color css
<style>
a { background-color: #EBA79C; }
a { background-color: rgb(235,167,156); }
div.DivClassName
{
background-color: #EBA79C;
}
.BgClassName
{
background-color: #EBA79C;
}
</style>
border-color css
<style>
span { border-color: #EBA79C; }
span { border-color: rgb(235,167,156); }
td.TdClassName
{
border-color: #EBA79C;
}
.TagClassName
{
border-color: #EBA79C;
}
</style>