Shades of Shilo #EBA69D
Tints of Shilo #EBA69D
RGB
CMYK
RGB Variations
Color information
#EBA69D (or 0xEBA69D) is known color: Shilo. HEX triplet: EB, A6 and 9D. RGB value is (235,166,157). Sum of RGB (Red+Green+Blue) = 235+166+157=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA69D is #145962. Grayscale: #B9B9B9. Windows color (decimal): -1333603 or 10331883. OLE color: 10331883.
HSL color Cylindrical-coordinate representation of color #EBA69D: hue angle of 6.92º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA69D is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 157 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.08 |
| HSL | 6.92º | 0.66% | 0.77% | - |
| HSV(B) | 6.92º | 0.33% | 0.92% | - |
| XYZ | 53.98 | 47.37 | 38.2 | - |
| YUV | 185.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 157 | 0 | 0.29 | 0.33 | 0.08 | 6.92 | 0.66 | 0.77 |
| Hex | EB | A6 | 9D | 0 | 1D | 21 | 8 | 7 | 42 | 4D |
| Octal | 353 | 246 | 235 | 0 | 35 | 41 | 10 | 7 | 102 | 115 |
| Binary | 11101011 | 10100110 | 10011101 | 0 | 11101 | 100001 | 1000 | 111 | 1000010 | 1001101 |
Color Harmonies of #EBA69D
Complementary color
Monochromatic Colors of #EBA69D
Black with #EBA69D
Text Example
Text Example
White with #EBA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA69D; }
p { color: rgb(235,166,157); }
H1.HeaderClassName
{
color: #EBA69D;
}
.AnyTagClassName
{
color: #EBA69D;
}
</style>
background-color css
<style>
a { background-color: #EBA69D; }
a { background-color: rgb(235,166,157); }
div.DivClassName
{
background-color: #EBA69D;
}
.BgClassName
{
background-color: #EBA69D;
}
</style>
border-color css
<style>
span { border-color: #EBA69D; }
span { border-color: rgb(235,166,157); }
td.TdClassName
{
border-color: #EBA69D;
}
.TagClassName
{
border-color: #EBA69D;
}
</style>