Shades of Shilo #ECB6AA
Tints of Shilo #ECB6AA
RGB
CMYK
RGB Variations
Color information
#ECB6AA (or 0xECB6AA) is known color: Shilo. HEX triplet: EC, B6 and AA. RGB value is (236,182,170). Sum of RGB (Red+Green+Blue) = 236+182+170=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6AA is #134955. Grayscale: #C4C4C4. Windows color (decimal): -1263958 or 11187948. OLE color: 11187948.
HSL color Cylindrical-coordinate representation of color #ECB6AA: hue angle of 10.91º 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 #ECB6AA is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 170 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.07 |
| HSL | 10.91º | 0.63% | 0.8% | - |
| HSV(B) | 10.91º | 0.28% | 0.93% | - |
| XYZ | 58.58 | 54.19 | 45.4 | - |
| YUV | 196.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 170 | 0 | 0.23 | 0.28 | 0.07 | 10.91 | 0.63 | 0.8 |
| Hex | EC | B6 | AA | 0 | 17 | 1C | 7 | B | 3F | 50 |
| Octal | 354 | 266 | 252 | 0 | 27 | 34 | 7 | 13 | 77 | 120 |
| Binary | 11101100 | 10110110 | 10101010 | 0 | 10111 | 11100 | 111 | 1011 | 111111 | 1010000 |
Color Harmonies of #ECB6AA
Complementary color
Monochromatic Colors of #ECB6AA
Black with #ECB6AA
Text Example
Text Example
White with #ECB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6AA; }
p { color: rgb(236,182,170); }
H1.HeaderClassName
{
color: #ECB6AA;
}
.AnyTagClassName
{
color: #ECB6AA;
}
</style>
background-color css
<style>
a { background-color: #ECB6AA; }
a { background-color: rgb(236,182,170); }
div.DivClassName
{
background-color: #ECB6AA;
}
.BgClassName
{
background-color: #ECB6AA;
}
</style>
border-color css
<style>
span { border-color: #ECB6AA; }
span { border-color: rgb(236,182,170); }
td.TdClassName
{
border-color: #ECB6AA;
}
.TagClassName
{
border-color: #ECB6AA;
}
</style>