Shades of Shilo #ECB0A2
Tints of Shilo #ECB0A2
RGB
CMYK
RGB Variations
Color information
#ECB0A2 (or 0xECB0A2) is known color: Shilo. HEX triplet: EC, B0 and A2. RGB value is (236,176,162). Sum of RGB (Red+Green+Blue) = 236+176+162=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0A2 is #134F5D. Grayscale: #C0C0C0. Windows color (decimal): -1265502 or 10662124. OLE color: 10662124.
HSL color Cylindrical-coordinate representation of color #ECB0A2: hue angle of 11.35º 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 #ECB0A2 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 162 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.07 |
| HSL | 11.35º | 0.66% | 0.78% | - |
| HSV(B) | 11.35º | 0.31% | 0.93% | - |
| XYZ | 56.64 | 51.49 | 41.14 | - |
| YUV | 192.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 162 | 0 | 0.25 | 0.31 | 0.07 | 11.35 | 0.66 | 0.78 |
| Hex | EC | B0 | A2 | 0 | 19 | 1F | 7 | B | 42 | 4E |
| Octal | 354 | 260 | 242 | 0 | 31 | 37 | 7 | 13 | 102 | 116 |
| Binary | 11101100 | 10110000 | 10100010 | 0 | 11001 | 11111 | 111 | 1011 | 1000010 | 1001110 |
Color Harmonies of #ECB0A2
Complementary color
Monochromatic Colors of #ECB0A2
Black with #ECB0A2
Text Example
Text Example
White with #ECB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0A2; }
p { color: rgb(236,176,162); }
H1.HeaderClassName
{
color: #ECB0A2;
}
.AnyTagClassName
{
color: #ECB0A2;
}
</style>
background-color css
<style>
a { background-color: #ECB0A2; }
a { background-color: rgb(236,176,162); }
div.DivClassName
{
background-color: #ECB0A2;
}
.BgClassName
{
background-color: #ECB0A2;
}
</style>
border-color css
<style>
span { border-color: #ECB0A2; }
span { border-color: rgb(236,176,162); }
td.TdClassName
{
border-color: #ECB0A2;
}
.TagClassName
{
border-color: #ECB0A2;
}
</style>