Shades of Shilo #ECB4AA
Tints of Shilo #ECB4AA
RGB
CMYK
RGB Variations
Color information
#ECB4AA (or 0xECB4AA) is known color: Shilo. HEX triplet: EC, B4 and AA. RGB value is (236,180,170). Sum of RGB (Red+Green+Blue) = 236+180+170=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB4AA is #134B55. Grayscale: #C3C3C3. Windows color (decimal): -1264470 or 11187436. OLE color: 11187436.
HSL color Cylindrical-coordinate representation of color #ECB4AA: hue angle of 9.09º 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 #ECB4AA is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 170 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.07 |
| HSL | 9.09º | 0.63% | 0.8% | - |
| HSV(B) | 9.09º | 0.28% | 0.93% | - |
| XYZ | 58.17 | 53.38 | 45.27 | - |
| YUV | 195.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 170 | 0 | 0.24 | 0.28 | 0.07 | 9.09 | 0.63 | 0.8 |
| Hex | EC | B4 | AA | 0 | 18 | 1C | 7 | 9 | 3F | 50 |
| Octal | 354 | 264 | 252 | 0 | 30 | 34 | 7 | 11 | 77 | 120 |
| Binary | 11101100 | 10110100 | 10101010 | 0 | 11000 | 11100 | 111 | 1001 | 111111 | 1010000 |
Color Harmonies of #ECB4AA
Complementary color
Monochromatic Colors of #ECB4AA
Black with #ECB4AA
Text Example
Text Example
White with #ECB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4AA; }
p { color: rgb(236,180,170); }
H1.HeaderClassName
{
color: #ECB4AA;
}
.AnyTagClassName
{
color: #ECB4AA;
}
</style>
background-color css
<style>
a { background-color: #ECB4AA; }
a { background-color: rgb(236,180,170); }
div.DivClassName
{
background-color: #ECB4AA;
}
.BgClassName
{
background-color: #ECB4AA;
}
</style>
border-color css
<style>
span { border-color: #ECB4AA; }
span { border-color: rgb(236,180,170); }
td.TdClassName
{
border-color: #ECB4AA;
}
.TagClassName
{
border-color: #ECB4AA;
}
</style>