Shades of Shilo #ECB2A3
Tints of Shilo #ECB2A3
RGB
CMYK
RGB Variations
Color information
#ECB2A3 (or 0xECB2A3) is known color: Shilo. HEX triplet: EC, B2 and A3. RGB value is (236,178,163). Sum of RGB (Red+Green+Blue) = 236+178+163=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2A3 is #134D5C. Grayscale: #C1C1C1. Windows color (decimal): -1264989 or 10728172. OLE color: 10728172.
HSL color Cylindrical-coordinate representation of color #ECB2A3: hue angle of 12.33º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECB2A3 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 163 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.07 |
| HSL | 12.33º | 0.66% | 0.78% | - |
| HSV(B) | 12.33º | 0.31% | 0.93% | - |
| XYZ | 57.12 | 52.32 | 41.74 | - |
| YUV | 193.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 163 | 0 | 0.25 | 0.31 | 0.07 | 12.33 | 0.66 | 0.78 |
| Hex | EC | B2 | A3 | 0 | 19 | 1F | 7 | C | 42 | 4E |
| Octal | 354 | 262 | 243 | 0 | 31 | 37 | 7 | 14 | 102 | 116 |
| Binary | 11101100 | 10110010 | 10100011 | 0 | 11001 | 11111 | 111 | 1100 | 1000010 | 1001110 |
Color Harmonies of #ECB2A3
Complementary color
Monochromatic Colors of #ECB2A3
Black with #ECB2A3
Text Example
Text Example
White with #ECB2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2A3; }
p { color: rgb(236,178,163); }
H1.HeaderClassName
{
color: #ECB2A3;
}
.AnyTagClassName
{
color: #ECB2A3;
}
</style>
background-color css
<style>
a { background-color: #ECB2A3; }
a { background-color: rgb(236,178,163); }
div.DivClassName
{
background-color: #ECB2A3;
}
.BgClassName
{
background-color: #ECB2A3;
}
</style>
border-color css
<style>
span { border-color: #ECB2A3; }
span { border-color: rgb(236,178,163); }
td.TdClassName
{
border-color: #ECB2A3;
}
.TagClassName
{
border-color: #ECB2A3;
}
</style>