Shades of Sidecar #ECDFAB
Tints of Sidecar #ECDFAB
RGB
CMYK
RGB Variations
Color information
#ECDFAB (or 0xECDFAB) is known color: Sidecar. HEX triplet: EC, DF and AB. RGB value is (236,223,171). Sum of RGB (Red+Green+Blue) = 236+223+171=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDFAB is #132054. Grayscale: #DDDDDD. Windows color (decimal): -1253461 or 11263980. OLE color: 11263980.
HSL color Cylindrical-coordinate representation of color #ECDFAB: hue angle of 48º 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 #ECDFAB is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 171 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.07 |
| HSL | 48º | 0.63% | 0.8% | - |
| HSV(B) | 48º | 0.28% | 0.93% | - |
| XYZ | 68.33 | 73.55 | 49.12 | - |
| YUV | 220.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 171 | 0 | 0.06 | 0.28 | 0.07 | 48 | 0.63 | 0.8 |
| Hex | EC | DF | AB | 0 | 6 | 1C | 7 | 30 | 3F | 50 |
| Octal | 354 | 337 | 253 | 0 | 6 | 34 | 7 | 60 | 77 | 120 |
| Binary | 11101100 | 11011111 | 10101011 | 0 | 110 | 11100 | 111 | 110000 | 111111 | 1010000 |
Color Harmonies of #ECDFAB
Complementary color
Monochromatic Colors of #ECDFAB
Black with #ECDFAB
Text Example
Text Example
White with #ECDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFAB; }
p { color: rgb(236,223,171); }
H1.HeaderClassName
{
color: #ECDFAB;
}
.AnyTagClassName
{
color: #ECDFAB;
}
</style>
background-color css
<style>
a { background-color: #ECDFAB; }
a { background-color: rgb(236,223,171); }
div.DivClassName
{
background-color: #ECDFAB;
}
.BgClassName
{
background-color: #ECDFAB;
}
</style>
border-color css
<style>
span { border-color: #ECDFAB; }
span { border-color: rgb(236,223,171); }
td.TdClassName
{
border-color: #ECDFAB;
}
.TagClassName
{
border-color: #ECDFAB;
}
</style>