Shades of Shilo #EBB5AA
Tints of Shilo #EBB5AA
RGB
CMYK
RGB Variations
Color information
#EBB5AA (or 0xEBB5AA) is known color: Shilo. HEX triplet: EB, B5 and AA. RGB value is (235,181,170). Sum of RGB (Red+Green+Blue) = 235+181+170=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5AA is #144A55. Grayscale: #C3C3C3. Windows color (decimal): -1329750 or 11187691. OLE color: 11187691.
HSL color Cylindrical-coordinate representation of color #EBB5AA: hue angle of 10.15º 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 #EBB5AA is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 170 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.08 |
| HSL | 10.15º | 0.62% | 0.79% | - |
| HSV(B) | 10.15º | 0.28% | 0.92% | - |
| XYZ | 58.04 | 53.61 | 45.32 | - |
| YUV | 195.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 170 | 0 | 0.23 | 0.28 | 0.08 | 10.15 | 0.62 | 0.79 |
| Hex | EB | B5 | AA | 0 | 17 | 1C | 8 | A | 3E | 4F |
| Octal | 353 | 265 | 252 | 0 | 27 | 34 | 10 | 12 | 76 | 117 |
| Binary | 11101011 | 10110101 | 10101010 | 0 | 10111 | 11100 | 1000 | 1010 | 111110 | 1001111 |
Color Harmonies of #EBB5AA
Complementary color
Monochromatic Colors of #EBB5AA
Black with #EBB5AA
Text Example
Text Example
White with #EBB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5AA; }
p { color: rgb(235,181,170); }
H1.HeaderClassName
{
color: #EBB5AA;
}
.AnyTagClassName
{
color: #EBB5AA;
}
</style>
background-color css
<style>
a { background-color: #EBB5AA; }
a { background-color: rgb(235,181,170); }
div.DivClassName
{
background-color: #EBB5AA;
}
.BgClassName
{
background-color: #EBB5AA;
}
</style>
border-color css
<style>
span { border-color: #EBB5AA; }
span { border-color: rgb(235,181,170); }
td.TdClassName
{
border-color: #EBB5AA;
}
.TagClassName
{
border-color: #EBB5AA;
}
</style>