Shades of Shilo #ECAFA5
Tints of Shilo #ECAFA5
RGB
CMYK
RGB Variations
Color information
#ECAFA5 (or 0xECAFA5) is known color: Shilo. HEX triplet: EC, AF and A5. RGB value is (236,175,165). Sum of RGB (Red+Green+Blue) = 236+175+165=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAFA5 is #13505A. Grayscale: #C0C0C0. Windows color (decimal): -1265755 or 10858476. OLE color: 10858476.
HSL color Cylindrical-coordinate representation of color #ECAFA5: hue angle of 8.45º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECAFA5 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 165 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.07 |
| HSL | 8.45º | 0.65% | 0.79% | - |
| HSV(B) | 8.45º | 0.3% | 0.93% | - |
| XYZ | 56.71 | 51.21 | 42.49 | - |
| YUV | 192.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 165 | 0 | 0.26 | 0.30 | 0.07 | 8.45 | 0.65 | 0.79 |
| Hex | EC | AF | A5 | 0 | 1A | 1E | 7 | 8 | 41 | 4F |
| Octal | 354 | 257 | 245 | 0 | 32 | 36 | 7 | 10 | 101 | 117 |
| Binary | 11101100 | 10101111 | 10100101 | 0 | 11010 | 11110 | 111 | 1000 | 1000001 | 1001111 |
Color Harmonies of #ECAFA5
Complementary color
Monochromatic Colors of #ECAFA5
Black with #ECAFA5
Text Example
Text Example
White with #ECAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFA5; }
p { color: rgb(236,175,165); }
H1.HeaderClassName
{
color: #ECAFA5;
}
.AnyTagClassName
{
color: #ECAFA5;
}
</style>
background-color css
<style>
a { background-color: #ECAFA5; }
a { background-color: rgb(236,175,165); }
div.DivClassName
{
background-color: #ECAFA5;
}
.BgClassName
{
background-color: #ECAFA5;
}
</style>
border-color css
<style>
span { border-color: #ECAFA5; }
span { border-color: rgb(236,175,165); }
td.TdClassName
{
border-color: #ECAFA5;
}
.TagClassName
{
border-color: #ECAFA5;
}
</style>