Shades of Sidecar #ECDDAC
Tints of Sidecar #ECDDAC
RGB
CMYK
RGB Variations
Color information
#ECDDAC (or 0xECDDAC) is known color: Sidecar. HEX triplet: EC, DD and AC. RGB value is (236,221,172). Sum of RGB (Red+Green+Blue) = 236+221+172=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDAC is #132253. Grayscale: #DCDCDC. Windows color (decimal): -1253972 or 11329004. OLE color: 11329004.
HSL color Cylindrical-coordinate representation of color #ECDDAC: hue angle of 45.94º 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 #ECDDAC is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 172 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.07 |
| HSL | 45.94º | 0.63% | 0.8% | - |
| HSV(B) | 45.94º | 0.27% | 0.93% | - |
| XYZ | 67.89 | 72.52 | 49.45 | - |
| YUV | 219.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 172 | 0 | 0.06 | 0.27 | 0.07 | 45.94 | 0.63 | 0.8 |
| Hex | EC | DD | AC | 0 | 6 | 1B | 7 | 2E | 3F | 50 |
| Octal | 354 | 335 | 254 | 0 | 6 | 33 | 7 | 56 | 77 | 120 |
| Binary | 11101100 | 11011101 | 10101100 | 0 | 110 | 11011 | 111 | 101110 | 111111 | 1010000 |
Color Harmonies of #ECDDAC
Complementary color
Monochromatic Colors of #ECDDAC
Black with #ECDDAC
Text Example
Text Example
White with #ECDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDAC; }
p { color: rgb(236,221,172); }
H1.HeaderClassName
{
color: #ECDDAC;
}
.AnyTagClassName
{
color: #ECDDAC;
}
</style>
background-color css
<style>
a { background-color: #ECDDAC; }
a { background-color: rgb(236,221,172); }
div.DivClassName
{
background-color: #ECDDAC;
}
.BgClassName
{
background-color: #ECDDAC;
}
</style>
border-color css
<style>
span { border-color: #ECDDAC; }
span { border-color: rgb(236,221,172); }
td.TdClassName
{
border-color: #ECDDAC;
}
.TagClassName
{
border-color: #ECDDAC;
}
</style>