Shades of Sidecar #ECDDAD
Tints of Sidecar #ECDDAD
RGB
CMYK
RGB Variations
Color information
#ECDDAD (or 0xECDDAD) is known color: Sidecar. HEX triplet: EC, DD and AD. RGB value is (236,221,173). Sum of RGB (Red+Green+Blue) = 236+221+173=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDAD is #132252. Grayscale: #DCDCDC. Windows color (decimal): -1253971 or 11394540. OLE color: 11394540.
HSL color Cylindrical-coordinate representation of color #ECDDAD: hue angle of 45.71º degrees, saturation: 0.62, 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 #ECDDAD is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 173 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.07 |
| HSL | 45.71º | 0.62% | 0.8% | - |
| HSV(B) | 45.71º | 0.27% | 0.93% | - |
| XYZ | 67.99 | 72.56 | 49.96 | - |
| YUV | 220.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 173 | 0 | 0.06 | 0.27 | 0.07 | 45.71 | 0.62 | 0.8 |
| Hex | EC | DD | AD | 0 | 6 | 1B | 7 | 2E | 3E | 50 |
| Octal | 354 | 335 | 255 | 0 | 6 | 33 | 7 | 56 | 76 | 120 |
| Binary | 11101100 | 11011101 | 10101101 | 0 | 110 | 11011 | 111 | 101110 | 111110 | 1010000 |
Color Harmonies of #ECDDAD
Complementary color
Monochromatic Colors of #ECDDAD
Black with #ECDDAD
Text Example
Text Example
White with #ECDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDAD; }
p { color: rgb(236,221,173); }
H1.HeaderClassName
{
color: #ECDDAD;
}
.AnyTagClassName
{
color: #ECDDAD;
}
</style>
background-color css
<style>
a { background-color: #ECDDAD; }
a { background-color: rgb(236,221,173); }
div.DivClassName
{
background-color: #ECDDAD;
}
.BgClassName
{
background-color: #ECDDAD;
}
</style>
border-color css
<style>
span { border-color: #ECDDAD; }
span { border-color: rgb(236,221,173); }
td.TdClassName
{
border-color: #ECDDAD;
}
.TagClassName
{
border-color: #ECDDAD;
}
</style>