Shades of Shilo #ECB5AA
Tints of Shilo #ECB5AA
RGB
CMYK
RGB Variations
Color information
#ECB5AA (or 0xECB5AA) is known color: Shilo. HEX triplet: EC, B5 and AA. RGB value is (236,181,170). Sum of RGB (Red+Green+Blue) = 236+181+170=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5AA is #134A55. Grayscale: #C4C4C4. Windows color (decimal): -1264214 or 11187692. OLE color: 11187692.
HSL color Cylindrical-coordinate representation of color #ECB5AA: hue angle of 10º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB5AA is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 170 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.07 |
| HSL | 10º | 0.63% | 0.8% | - |
| HSV(B) | 10º | 0.28% | 0.93% | - |
| XYZ | 58.37 | 53.78 | 45.33 | - |
| YUV | 196.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 170 | 0 | 0.23 | 0.28 | 0.07 | 10 | 0.63 | 0.8 |
| Hex | EC | B5 | AA | 0 | 17 | 1C | 7 | A | 3F | 50 |
| Octal | 354 | 265 | 252 | 0 | 27 | 34 | 7 | 12 | 77 | 120 |
| Binary | 11101100 | 10110101 | 10101010 | 0 | 10111 | 11100 | 111 | 1010 | 111111 | 1010000 |
Color Harmonies of #ECB5AA
Complementary color
Monochromatic Colors of #ECB5AA
Black with #ECB5AA
Text Example
Text Example
White with #ECB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5AA; }
p { color: rgb(236,181,170); }
H1.HeaderClassName
{
color: #ECB5AA;
}
.AnyTagClassName
{
color: #ECB5AA;
}
</style>
background-color css
<style>
a { background-color: #ECB5AA; }
a { background-color: rgb(236,181,170); }
div.DivClassName
{
background-color: #ECB5AA;
}
.BgClassName
{
background-color: #ECB5AA;
}
</style>
border-color css
<style>
span { border-color: #ECB5AA; }
span { border-color: rgb(236,181,170); }
td.TdClassName
{
border-color: #ECB5AA;
}
.TagClassName
{
border-color: #ECB5AA;
}
</style>