Shades of Sidecar #ECDDAA
Tints of Sidecar #ECDDAA
RGB
CMYK
RGB Variations
Color information
#ECDDAA (or 0xECDDAA) is known color: Sidecar. HEX triplet: EC, DD and AA. RGB value is (236,221,170). Sum of RGB (Red+Green+Blue) = 236+221+170=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDAA is #132255. Grayscale: #DBDBDB. Windows color (decimal): -1253974 or 11197932. OLE color: 11197932.
HSL color Cylindrical-coordinate representation of color #ECDDAA: hue angle of 46.36º 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 #ECDDAA is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 170 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.07 |
| HSL | 46.36º | 0.63% | 0.8% | - |
| HSV(B) | 46.36º | 0.28% | 0.93% | - |
| XYZ | 67.7 | 72.45 | 48.45 | - |
| YUV | 219.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 170 | 0 | 0.06 | 0.28 | 0.07 | 46.36 | 0.63 | 0.8 |
| Hex | EC | DD | AA | 0 | 6 | 1C | 7 | 2E | 3F | 50 |
| Octal | 354 | 335 | 252 | 0 | 6 | 34 | 7 | 56 | 77 | 120 |
| Binary | 11101100 | 11011101 | 10101010 | 0 | 110 | 11100 | 111 | 101110 | 111111 | 1010000 |
Color Harmonies of #ECDDAA
Complementary color
Monochromatic Colors of #ECDDAA
Black with #ECDDAA
Text Example
Text Example
White with #ECDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDAA; }
p { color: rgb(236,221,170); }
H1.HeaderClassName
{
color: #ECDDAA;
}
.AnyTagClassName
{
color: #ECDDAA;
}
</style>
background-color css
<style>
a { background-color: #ECDDAA; }
a { background-color: rgb(236,221,170); }
div.DivClassName
{
background-color: #ECDDAA;
}
.BgClassName
{
background-color: #ECDDAA;
}
</style>
border-color css
<style>
span { border-color: #ECDDAA; }
span { border-color: rgb(236,221,170); }
td.TdClassName
{
border-color: #ECDDAA;
}
.TagClassName
{
border-color: #ECDDAA;
}
</style>