Shades of Sidecar #ECDEAA
Tints of Sidecar #ECDEAA
RGB
CMYK
RGB Variations
Color information
#ECDEAA (or 0xECDEAA) is known color: Sidecar. HEX triplet: EC, DE and AA. RGB value is (236,222,170). Sum of RGB (Red+Green+Blue) = 236+222+170=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDEAA is #132155. Grayscale: #DCDCDC. Windows color (decimal): -1253718 or 11198188. OLE color: 11198188.
HSL color Cylindrical-coordinate representation of color #ECDEAA: hue angle of 47.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 #ECDEAA is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 170 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.07 |
| HSL | 47.27º | 0.63% | 0.8% | - |
| HSV(B) | 47.27º | 0.28% | 0.93% | - |
| XYZ | 67.97 | 72.98 | 48.53 | - |
| YUV | 220.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 170 | 0 | 0.06 | 0.28 | 0.07 | 47.27 | 0.63 | 0.8 |
| Hex | EC | DE | AA | 0 | 6 | 1C | 7 | 2F | 3F | 50 |
| Octal | 354 | 336 | 252 | 0 | 6 | 34 | 7 | 57 | 77 | 120 |
| Binary | 11101100 | 11011110 | 10101010 | 0 | 110 | 11100 | 111 | 101111 | 111111 | 1010000 |
Color Harmonies of #ECDEAA
Complementary color
Monochromatic Colors of #ECDEAA
Black with #ECDEAA
Text Example
Text Example
White with #ECDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEAA; }
p { color: rgb(236,222,170); }
H1.HeaderClassName
{
color: #ECDEAA;
}
.AnyTagClassName
{
color: #ECDEAA;
}
</style>
background-color css
<style>
a { background-color: #ECDEAA; }
a { background-color: rgb(236,222,170); }
div.DivClassName
{
background-color: #ECDEAA;
}
.BgClassName
{
background-color: #ECDEAA;
}
</style>
border-color css
<style>
span { border-color: #ECDEAA; }
span { border-color: rgb(236,222,170); }
td.TdClassName
{
border-color: #ECDEAA;
}
.TagClassName
{
border-color: #ECDEAA;
}
</style>