Shades of Sidecar #ECDBAA
Tints of Sidecar #ECDBAA
RGB
CMYK
RGB Variations
Color information
#ECDBAA (or 0xECDBAA) is known color: Sidecar. HEX triplet: EC, DB and AA. RGB value is (236,219,170). Sum of RGB (Red+Green+Blue) = 236+219+170=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBAA is #132455. Grayscale: #DADADA. Windows color (decimal): -1254486 or 11197420. OLE color: 11197420.
HSL color Cylindrical-coordinate representation of color #ECDBAA: hue angle of 44.55º 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 #ECDBAA is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 170 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.07 |
| HSL | 44.55º | 0.63% | 0.8% | - |
| HSV(B) | 44.55º | 0.28% | 0.93% | - |
| XYZ | 67.18 | 71.4 | 48.27 | - |
| YUV | 218.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 170 | 0 | 0.07 | 0.28 | 0.07 | 44.55 | 0.63 | 0.8 |
| Hex | EC | DB | AA | 0 | 7 | 1C | 7 | 2D | 3F | 50 |
| Octal | 354 | 333 | 252 | 0 | 7 | 34 | 7 | 55 | 77 | 120 |
| Binary | 11101100 | 11011011 | 10101010 | 0 | 111 | 11100 | 111 | 101101 | 111111 | 1010000 |
Color Harmonies of #ECDBAA
Complementary color
Monochromatic Colors of #ECDBAA
Black with #ECDBAA
Text Example
Text Example
White with #ECDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBAA; }
p { color: rgb(236,219,170); }
H1.HeaderClassName
{
color: #ECDBAA;
}
.AnyTagClassName
{
color: #ECDBAA;
}
</style>
background-color css
<style>
a { background-color: #ECDBAA; }
a { background-color: rgb(236,219,170); }
div.DivClassName
{
background-color: #ECDBAA;
}
.BgClassName
{
background-color: #ECDBAA;
}
</style>
border-color css
<style>
span { border-color: #ECDBAA; }
span { border-color: rgb(236,219,170); }
td.TdClassName
{
border-color: #ECDBAA;
}
.TagClassName
{
border-color: #ECDBAA;
}
</style>