Shades of Sidecar #ECDEAC
Tints of Sidecar #ECDEAC
RGB
CMYK
RGB Variations
Color information
#ECDEAC (or 0xECDEAC) is known color: Sidecar. HEX triplet: EC, DE and AC. RGB value is (236,222,172). Sum of RGB (Red+Green+Blue) = 236+222+172=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDEAC is #132153. Grayscale: #DCDCDC. Windows color (decimal): -1253716 or 11329260. OLE color: 11329260.
HSL color Cylindrical-coordinate representation of color #ECDEAC: hue angle of 46.88º 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 #ECDEAC is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 172 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.07 |
| HSL | 46.88º | 0.63% | 0.8% | - |
| HSV(B) | 46.88º | 0.27% | 0.93% | - |
| XYZ | 68.16 | 73.05 | 49.54 | - |
| YUV | 220.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 172 | 0 | 0.06 | 0.27 | 0.07 | 46.88 | 0.63 | 0.8 |
| Hex | EC | DE | AC | 0 | 6 | 1B | 7 | 2F | 3F | 50 |
| Octal | 354 | 336 | 254 | 0 | 6 | 33 | 7 | 57 | 77 | 120 |
| Binary | 11101100 | 11011110 | 10101100 | 0 | 110 | 11011 | 111 | 101111 | 111111 | 1010000 |
Color Harmonies of #ECDEAC
Complementary color
Monochromatic Colors of #ECDEAC
Black with #ECDEAC
Text Example
Text Example
White with #ECDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEAC; }
p { color: rgb(236,222,172); }
H1.HeaderClassName
{
color: #ECDEAC;
}
.AnyTagClassName
{
color: #ECDEAC;
}
</style>
background-color css
<style>
a { background-color: #ECDEAC; }
a { background-color: rgb(236,222,172); }
div.DivClassName
{
background-color: #ECDEAC;
}
.BgClassName
{
background-color: #ECDEAC;
}
</style>
border-color css
<style>
span { border-color: #ECDEAC; }
span { border-color: rgb(236,222,172); }
td.TdClassName
{
border-color: #ECDEAC;
}
.TagClassName
{
border-color: #ECDEAC;
}
</style>