Shades of Shilo #ECB8AB
Tints of Shilo #ECB8AB
RGB
CMYK
RGB Variations
Color information
#ECB8AB (or 0xECB8AB) is known color: Shilo. HEX triplet: EC, B8 and AB. RGB value is (236,184,171). Sum of RGB (Red+Green+Blue) = 236+184+171=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB8AB is #134754. Grayscale: #C6C6C6. Windows color (decimal): -1263445 or 11253996. OLE color: 11253996.
HSL color Cylindrical-coordinate representation of color #ECB8AB: hue angle of 12º 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 #ECB8AB is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 171 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.07 |
| HSL | 12º | 0.63% | 0.8% | - |
| HSV(B) | 12º | 0.28% | 0.93% | - |
| XYZ | 59.08 | 55.05 | 46.04 | - |
| YUV | 198.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 171 | 0 | 0.22 | 0.28 | 0.07 | 12 | 0.63 | 0.8 |
| Hex | EC | B8 | AB | 0 | 16 | 1C | 7 | C | 3F | 50 |
| Octal | 354 | 270 | 253 | 0 | 26 | 34 | 7 | 14 | 77 | 120 |
| Binary | 11101100 | 10111000 | 10101011 | 0 | 10110 | 11100 | 111 | 1100 | 111111 | 1010000 |
Color Harmonies of #ECB8AB
Complementary color
Monochromatic Colors of #ECB8AB
Black with #ECB8AB
Text Example
Text Example
White with #ECB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8AB; }
p { color: rgb(236,184,171); }
H1.HeaderClassName
{
color: #ECB8AB;
}
.AnyTagClassName
{
color: #ECB8AB;
}
</style>
background-color css
<style>
a { background-color: #ECB8AB; }
a { background-color: rgb(236,184,171); }
div.DivClassName
{
background-color: #ECB8AB;
}
.BgClassName
{
background-color: #ECB8AB;
}
</style>
border-color css
<style>
span { border-color: #ECB8AB; }
span { border-color: rgb(236,184,171); }
td.TdClassName
{
border-color: #ECB8AB;
}
.TagClassName
{
border-color: #ECB8AB;
}
</style>