Shades of Shilo #EBB9A9
Tints of Shilo #EBB9A9
RGB
CMYK
RGB Variations
Color information
#EBB9A9 (or 0xEBB9A9) is known color: Shilo. HEX triplet: EB, B9 and A9. RGB value is (235,185,169). Sum of RGB (Red+Green+Blue) = 235+185+169=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9A9 is #144656. Grayscale: #C6C6C6. Windows color (decimal): -1328727 or 11123179. OLE color: 11123179.
HSL color Cylindrical-coordinate representation of color #EBB9A9: hue angle of 14.55º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB9A9 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 169 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.08 |
| HSL | 14.55º | 0.62% | 0.79% | - |
| HSV(B) | 14.55º | 0.28% | 0.92% | - |
| XYZ | 58.77 | 55.22 | 45.1 | - |
| YUV | 198.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 169 | 0 | 0.21 | 0.28 | 0.08 | 14.55 | 0.62 | 0.79 |
| Hex | EB | B9 | A9 | 0 | 15 | 1C | 8 | F | 3E | 4F |
| Octal | 353 | 271 | 251 | 0 | 25 | 34 | 10 | 17 | 76 | 117 |
| Binary | 11101011 | 10111001 | 10101001 | 0 | 10101 | 11100 | 1000 | 1111 | 111110 | 1001111 |
Color Harmonies of #EBB9A9
Complementary color
Monochromatic Colors of #EBB9A9
Black with #EBB9A9
Text Example
Text Example
White with #EBB9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9A9; }
p { color: rgb(235,185,169); }
H1.HeaderClassName
{
color: #EBB9A9;
}
.AnyTagClassName
{
color: #EBB9A9;
}
</style>
background-color css
<style>
a { background-color: #EBB9A9; }
a { background-color: rgb(235,185,169); }
div.DivClassName
{
background-color: #EBB9A9;
}
.BgClassName
{
background-color: #EBB9A9;
}
</style>
border-color css
<style>
span { border-color: #EBB9A9; }
span { border-color: rgb(235,185,169); }
td.TdClassName
{
border-color: #EBB9A9;
}
.TagClassName
{
border-color: #EBB9A9;
}
</style>