Shades of Shilo #ECB5A5
Tints of Shilo #ECB5A5
RGB
CMYK
RGB Variations
Color information
#ECB5A5 (or 0xECB5A5) is known color: Shilo. HEX triplet: EC, B5 and A5. RGB value is (236,181,165). Sum of RGB (Red+Green+Blue) = 236+181+165=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5A5 is #134A5A. Grayscale: #C3C3C3. Windows color (decimal): -1264219 or 10860012. OLE color: 10860012.
HSL color Cylindrical-coordinate representation of color #ECB5A5: hue angle of 13.52º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB5A5 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 165 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.07 |
| HSL | 13.52º | 0.65% | 0.79% | - |
| HSV(B) | 13.52º | 0.3% | 0.93% | - |
| XYZ | 57.91 | 53.6 | 42.89 | - |
| YUV | 195.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 165 | 0 | 0.23 | 0.30 | 0.07 | 13.52 | 0.65 | 0.79 |
| Hex | EC | B5 | A5 | 0 | 17 | 1E | 7 | E | 41 | 4F |
| Octal | 354 | 265 | 245 | 0 | 27 | 36 | 7 | 16 | 101 | 117 |
| Binary | 11101100 | 10110101 | 10100101 | 0 | 10111 | 11110 | 111 | 1110 | 1000001 | 1001111 |
Color Harmonies of #ECB5A5
Complementary color
Monochromatic Colors of #ECB5A5
Black with #ECB5A5
Text Example
Text Example
White with #ECB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5A5; }
p { color: rgb(236,181,165); }
H1.HeaderClassName
{
color: #ECB5A5;
}
.AnyTagClassName
{
color: #ECB5A5;
}
</style>
background-color css
<style>
a { background-color: #ECB5A5; }
a { background-color: rgb(236,181,165); }
div.DivClassName
{
background-color: #ECB5A5;
}
.BgClassName
{
background-color: #ECB5A5;
}
</style>
border-color css
<style>
span { border-color: #ECB5A5; }
span { border-color: rgb(236,181,165); }
td.TdClassName
{
border-color: #ECB5A5;
}
.TagClassName
{
border-color: #ECB5A5;
}
</style>