Shades of Shilo #ECAEA1
Tints of Shilo #ECAEA1
RGB
CMYK
RGB Variations
Color information
#ECAEA1 (or 0xECAEA1) is known color: Shilo. HEX triplet: EC, AE and A1. RGB value is (236,174,161). Sum of RGB (Red+Green+Blue) = 236+174+161=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAEA1 is #13515E. Grayscale: #BFBFBF. Windows color (decimal): -1266015 or 10596076. OLE color: 10596076.
HSL color Cylindrical-coordinate representation of color #ECAEA1: hue angle of 10.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECAEA1 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 161 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.07 |
| HSL | 10.4º | 0.66% | 0.78% | - |
| HSV(B) | 10.4º | 0.32% | 0.93% | - |
| XYZ | 56.16 | 50.68 | 40.54 | - |
| YUV | 191.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 161 | 0 | 0.26 | 0.32 | 0.07 | 10.4 | 0.66 | 0.78 |
| Hex | EC | AE | A1 | 0 | 1A | 20 | 7 | A | 42 | 4E |
| Octal | 354 | 256 | 241 | 0 | 32 | 40 | 7 | 12 | 102 | 116 |
| Binary | 11101100 | 10101110 | 10100001 | 0 | 11010 | 100000 | 111 | 1010 | 1000010 | 1001110 |
Color Harmonies of #ECAEA1
Complementary color
Monochromatic Colors of #ECAEA1
Black with #ECAEA1
Text Example
Text Example
White with #ECAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEA1; }
p { color: rgb(236,174,161); }
H1.HeaderClassName
{
color: #ECAEA1;
}
.AnyTagClassName
{
color: #ECAEA1;
}
</style>
background-color css
<style>
a { background-color: #ECAEA1; }
a { background-color: rgb(236,174,161); }
div.DivClassName
{
background-color: #ECAEA1;
}
.BgClassName
{
background-color: #ECAEA1;
}
</style>
border-color css
<style>
span { border-color: #ECAEA1; }
span { border-color: rgb(236,174,161); }
td.TdClassName
{
border-color: #ECAEA1;
}
.TagClassName
{
border-color: #ECAEA1;
}
</style>