Shades of Sidecar #ECE0AC
Tints of Sidecar #ECE0AC
RGB
CMYK
RGB Variations
Color information
#ECE0AC (or 0xECE0AC) is known color: Sidecar. HEX triplet: EC, E0 and AC. RGB value is (236,224,172). Sum of RGB (Red+Green+Blue) = 236+224+172=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE0AC is #131F53. Grayscale: #DDDDDD. Windows color (decimal): -1253204 or 11329772. OLE color: 11329772.
HSL color Cylindrical-coordinate representation of color #ECE0AC: hue angle of 48.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECE0AC is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 172 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.07 |
| HSL | 48.75º | 0.63% | 0.8% | - |
| HSV(B) | 48.75º | 0.27% | 0.93% | - |
| XYZ | 68.69 | 74.12 | 49.72 | - |
| YUV | 221.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 172 | 0 | 0.05 | 0.27 | 0.07 | 48.75 | 0.63 | 0.8 |
| Hex | EC | E0 | AC | 0 | 5 | 1B | 7 | 31 | 3F | 50 |
| Octal | 354 | 340 | 254 | 0 | 5 | 33 | 7 | 61 | 77 | 120 |
| Binary | 11101100 | 11100000 | 10101100 | 0 | 101 | 11011 | 111 | 110001 | 111111 | 1010000 |
Color Harmonies of #ECE0AC
Complementary color
Monochromatic Colors of #ECE0AC
Black with #ECE0AC
Text Example
Text Example
White with #ECE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0AC; }
p { color: rgb(236,224,172); }
H1.HeaderClassName
{
color: #ECE0AC;
}
.AnyTagClassName
{
color: #ECE0AC;
}
</style>
background-color css
<style>
a { background-color: #ECE0AC; }
a { background-color: rgb(236,224,172); }
div.DivClassName
{
background-color: #ECE0AC;
}
.BgClassName
{
background-color: #ECE0AC;
}
</style>
border-color css
<style>
span { border-color: #ECE0AC; }
span { border-color: rgb(236,224,172); }
td.TdClassName
{
border-color: #ECE0AC;
}
.TagClassName
{
border-color: #ECE0AC;
}
</style>