Shades of Shilo #EBA69F
Tints of Shilo #EBA69F
RGB
CMYK
RGB Variations
Color information
#EBA69F (or 0xEBA69F) is known color: Shilo. HEX triplet: EB, A6 and 9F. RGB value is (235,166,159). Sum of RGB (Red+Green+Blue) = 235+166+159=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA69F is #145960. Grayscale: #B9B9B9. Windows color (decimal): -1333601 or 10462955. OLE color: 10462955.
HSL color Cylindrical-coordinate representation of color #EBA69F: hue angle of 5.53º 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 #EBA69F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 159 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.08 |
| HSL | 5.53º | 0.66% | 0.77% | - |
| HSV(B) | 5.53º | 0.32% | 0.92% | - |
| XYZ | 54.16 | 47.44 | 39.1 | - |
| YUV | 185.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 159 | 0 | 0.29 | 0.32 | 0.08 | 5.53 | 0.66 | 0.77 |
| Hex | EB | A6 | 9F | 0 | 1D | 20 | 8 | 6 | 42 | 4D |
| Octal | 353 | 246 | 237 | 0 | 35 | 40 | 10 | 6 | 102 | 115 |
| Binary | 11101011 | 10100110 | 10011111 | 0 | 11101 | 100000 | 1000 | 110 | 1000010 | 1001101 |
Color Harmonies of #EBA69F
Complementary color
Monochromatic Colors of #EBA69F
Black with #EBA69F
Text Example
Text Example
White with #EBA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA69F; }
p { color: rgb(235,166,159); }
H1.HeaderClassName
{
color: #EBA69F;
}
.AnyTagClassName
{
color: #EBA69F;
}
</style>
background-color css
<style>
a { background-color: #EBA69F; }
a { background-color: rgb(235,166,159); }
div.DivClassName
{
background-color: #EBA69F;
}
.BgClassName
{
background-color: #EBA69F;
}
</style>
border-color css
<style>
span { border-color: #EBA69F; }
span { border-color: rgb(235,166,159); }
td.TdClassName
{
border-color: #EBA69F;
}
.TagClassName
{
border-color: #EBA69F;
}
</style>