Shades of Shilo #EBAB9F
Tints of Shilo #EBAB9F
RGB
CMYK
RGB Variations
Color information
#EBAB9F (or 0xEBAB9F) is known color: Shilo. HEX triplet: EB, AB and 9F. RGB value is (235,171,159). Sum of RGB (Red+Green+Blue) = 235+171+159=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAB9F is #145460. Grayscale: #BCBCBC. Windows color (decimal): -1332321 or 10464235. OLE color: 10464235.
HSL color Cylindrical-coordinate representation of color #EBAB9F: hue angle of 9.47º 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 #EBAB9F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 159 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.08 |
| HSL | 9.47º | 0.66% | 0.77% | - |
| HSV(B) | 9.47º | 0.32% | 0.92% | - |
| XYZ | 55.08 | 49.29 | 39.41 | - |
| YUV | 188.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 159 | 0 | 0.27 | 0.32 | 0.08 | 9.47 | 0.66 | 0.77 |
| Hex | EB | AB | 9F | 0 | 1B | 20 | 8 | 9 | 42 | 4D |
| Octal | 353 | 253 | 237 | 0 | 33 | 40 | 10 | 11 | 102 | 115 |
| Binary | 11101011 | 10101011 | 10011111 | 0 | 11011 | 100000 | 1000 | 1001 | 1000010 | 1001101 |
Color Harmonies of #EBAB9F
Complementary color
Monochromatic Colors of #EBAB9F
Black with #EBAB9F
Text Example
Text Example
White with #EBAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB9F; }
p { color: rgb(235,171,159); }
H1.HeaderClassName
{
color: #EBAB9F;
}
.AnyTagClassName
{
color: #EBAB9F;
}
</style>
background-color css
<style>
a { background-color: #EBAB9F; }
a { background-color: rgb(235,171,159); }
div.DivClassName
{
background-color: #EBAB9F;
}
.BgClassName
{
background-color: #EBAB9F;
}
</style>
border-color css
<style>
span { border-color: #EBAB9F; }
span { border-color: rgb(235,171,159); }
td.TdClassName
{
border-color: #EBAB9F;
}
.TagClassName
{
border-color: #EBAB9F;
}
</style>