Shades of Shilo #ECB3A7
Tints of Shilo #ECB3A7
RGB
CMYK
RGB Variations
Color information
#ECB3A7 (or 0xECB3A7) is known color: Shilo. HEX triplet: EC, B3 and A7. RGB value is (236,179,167). Sum of RGB (Red+Green+Blue) = 236+179+167=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB3A7 is #134C58. Grayscale: #C2C2C2. Windows color (decimal): -1264729 or 10990572. OLE color: 10990572.
HSL color Cylindrical-coordinate representation of color #ECB3A7: hue angle of 10.43º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB3A7 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 167 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.07 |
| HSL | 10.43º | 0.64% | 0.79% | - |
| HSV(B) | 10.43º | 0.29% | 0.93% | - |
| XYZ | 57.69 | 52.86 | 43.72 | - |
| YUV | 194.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 167 | 0 | 0.24 | 0.29 | 0.07 | 10.43 | 0.64 | 0.79 |
| Hex | EC | B3 | A7 | 0 | 18 | 1D | 7 | A | 40 | 4F |
| Octal | 354 | 263 | 247 | 0 | 30 | 35 | 7 | 12 | 100 | 117 |
| Binary | 11101100 | 10110011 | 10100111 | 0 | 11000 | 11101 | 111 | 1010 | 1000000 | 1001111 |
Color Harmonies of #ECB3A7
Complementary color
Monochromatic Colors of #ECB3A7
Black with #ECB3A7
Text Example
Text Example
White with #ECB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3A7; }
p { color: rgb(236,179,167); }
H1.HeaderClassName
{
color: #ECB3A7;
}
.AnyTagClassName
{
color: #ECB3A7;
}
</style>
background-color css
<style>
a { background-color: #ECB3A7; }
a { background-color: rgb(236,179,167); }
div.DivClassName
{
background-color: #ECB3A7;
}
.BgClassName
{
background-color: #ECB3A7;
}
</style>
border-color css
<style>
span { border-color: #ECB3A7; }
span { border-color: rgb(236,179,167); }
td.TdClassName
{
border-color: #ECB3A7;
}
.TagClassName
{
border-color: #ECB3A7;
}
</style>