Shades of Shilo #ECB2AA
Tints of Shilo #ECB2AA
RGB
CMYK
RGB Variations
Color information
#ECB2AA (or 0xECB2AA) is known color: Shilo. HEX triplet: EC, B2 and AA. RGB value is (236,178,170). Sum of RGB (Red+Green+Blue) = 236+178+170=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2AA is #134D55. Grayscale: #C2C2C2. Windows color (decimal): -1264982 or 11186924. OLE color: 11186924.
HSL color Cylindrical-coordinate representation of color #ECB2AA: hue angle of 7.27º 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 #ECB2AA is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 170 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.07 |
| HSL | 7.27º | 0.63% | 0.8% | - |
| HSV(B) | 7.27º | 0.28% | 0.93% | - |
| XYZ | 57.77 | 52.58 | 45.13 | - |
| YUV | 194.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 170 | 0 | 0.25 | 0.28 | 0.07 | 7.27 | 0.63 | 0.8 |
| Hex | EC | B2 | AA | 0 | 19 | 1C | 7 | 7 | 3F | 50 |
| Octal | 354 | 262 | 252 | 0 | 31 | 34 | 7 | 7 | 77 | 120 |
| Binary | 11101100 | 10110010 | 10101010 | 0 | 11001 | 11100 | 111 | 111 | 111111 | 1010000 |
Color Harmonies of #ECB2AA
Complementary color
Monochromatic Colors of #ECB2AA
Black with #ECB2AA
Text Example
Text Example
White with #ECB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2AA; }
p { color: rgb(236,178,170); }
H1.HeaderClassName
{
color: #ECB2AA;
}
.AnyTagClassName
{
color: #ECB2AA;
}
</style>
background-color css
<style>
a { background-color: #ECB2AA; }
a { background-color: rgb(236,178,170); }
div.DivClassName
{
background-color: #ECB2AA;
}
.BgClassName
{
background-color: #ECB2AA;
}
</style>
border-color css
<style>
span { border-color: #ECB2AA; }
span { border-color: rgb(236,178,170); }
td.TdClassName
{
border-color: #ECB2AA;
}
.TagClassName
{
border-color: #ECB2AA;
}
</style>