Shades of Shilo #ECACA4
Tints of Shilo #ECACA4
RGB
CMYK
RGB Variations
Color information
#ECACA4 (or 0xECACA4) is known color: Shilo. HEX triplet: EC, AC and A4. RGB value is (236,172,164). Sum of RGB (Red+Green+Blue) = 236+172+164=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECACA4 is #13535B. Grayscale: #BEBEBE. Windows color (decimal): -1266524 or 10792172. OLE color: 10792172.
HSL color Cylindrical-coordinate representation of color #ECACA4: hue angle of 6.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECACA4 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 172 | 164 | - |
CMYK | 0 | 0.27 | 0.31 | 0.07 |
HSL | 6.67º | 0.65% | 0.78% | - |
HSV(B) | 6.67º | 0.31% | 0.93% | - |
XYZ | 56.05 | 50.02 | 41.82 | - |
YUV | 190.22 | 113.2 | 160.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 172 | 164 | 0 | 0.27 | 0.31 | 0.07 | 6.67 | 0.65 | 0.78 |
Hex | EC | AC | A4 | 0 | 1B | 1F | 7 | 7 | 41 | 4E |
Octal | 354 | 254 | 244 | 0 | 33 | 37 | 7 | 7 | 101 | 116 |
Binary | 11101100 | 10101100 | 10100100 | 0 | 11011 | 11111 | 111 | 111 | 1000001 | 1001110 |
Color Harmonies of #ECACA4
Complementary color
Monochromatic Colors of #ECACA4
Black with #ECACA4
Text Example
Text Example
White with #ECACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACA4; }
p { color: rgb(236,172,164); }
H1.HeaderClassName
{
color: #ECACA4;
}
.AnyTagClassName
{
color: #ECACA4;
}
</style>
background-color css
<style>
a { background-color: #ECACA4; }
a { background-color: rgb(236,172,164); }
div.DivClassName
{
background-color: #ECACA4;
}
.BgClassName
{
background-color: #ECACA4;
}
</style>
border-color css
<style>
span { border-color: #ECACA4; }
span { border-color: rgb(236,172,164); }
td.TdClassName
{
border-color: #ECACA4;
}
.TagClassName
{
border-color: #ECACA4;
}
</style>