Shades of Shilo #ECB2A7
Tints of Shilo #ECB2A7
RGB
CMYK
RGB Variations
Color information
#ECB2A7 (or 0xECB2A7) is known color: Shilo. HEX triplet: EC, B2 and A7. RGB value is (236,178,167). Sum of RGB (Red+Green+Blue) = 236+178+167=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2A7 is #134D58. Grayscale: #C2C2C2. Windows color (decimal): -1264985 or 10990316. OLE color: 10990316.
HSL color Cylindrical-coordinate representation of color #ECB2A7: hue angle of 9.57º 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 #ECB2A7 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 167 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.07 |
| HSL | 9.57º | 0.64% | 0.79% | - |
| HSV(B) | 9.57º | 0.29% | 0.93% | - |
| XYZ | 57.49 | 52.46 | 43.66 | - |
| YUV | 194.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 167 | 0 | 0.25 | 0.29 | 0.07 | 9.57 | 0.64 | 0.79 |
| Hex | EC | B2 | A7 | 0 | 19 | 1D | 7 | A | 40 | 4F |
| Octal | 354 | 262 | 247 | 0 | 31 | 35 | 7 | 12 | 100 | 117 |
| Binary | 11101100 | 10110010 | 10100111 | 0 | 11001 | 11101 | 111 | 1010 | 1000000 | 1001111 |
Color Harmonies of #ECB2A7
Complementary color
Monochromatic Colors of #ECB2A7
Black with #ECB2A7
Text Example
Text Example
White with #ECB2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2A7; }
p { color: rgb(236,178,167); }
H1.HeaderClassName
{
color: #ECB2A7;
}
.AnyTagClassName
{
color: #ECB2A7;
}
</style>
background-color css
<style>
a { background-color: #ECB2A7; }
a { background-color: rgb(236,178,167); }
div.DivClassName
{
background-color: #ECB2A7;
}
.BgClassName
{
background-color: #ECB2A7;
}
</style>
border-color css
<style>
span { border-color: #ECB2A7; }
span { border-color: rgb(236,178,167); }
td.TdClassName
{
border-color: #ECB2A7;
}
.TagClassName
{
border-color: #ECB2A7;
}
</style>