Shades of Sidecar #ECDC9F
Tints of Sidecar #ECDC9F
RGB
CMYK
RGB Variations
Color information
#ECDC9F (or 0xECDC9F) is known color: Sidecar. HEX triplet: EC, DC and 9F. RGB value is (236,220,159). Sum of RGB (Red+Green+Blue) = 236+220+159=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC9F is #132360. Grayscale: #DADADA. Windows color (decimal): -1254241 or 10476780. OLE color: 10476780.
HSL color Cylindrical-coordinate representation of color #ECDC9F: hue angle of 47.53º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECDC9F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 159 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.07 |
| HSL | 47.53º | 0.67% | 0.77% | - |
| HSV(B) | 47.53º | 0.33% | 0.93% | - |
| XYZ | 66.44 | 71.52 | 43.1 | - |
| YUV | 217.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 159 | 0 | 0.07 | 0.33 | 0.07 | 47.53 | 0.67 | 0.77 |
| Hex | EC | DC | 9F | 0 | 7 | 21 | 7 | 30 | 43 | 4D |
| Octal | 354 | 334 | 237 | 0 | 7 | 41 | 7 | 60 | 103 | 115 |
| Binary | 11101100 | 11011100 | 10011111 | 0 | 111 | 100001 | 111 | 110000 | 1000011 | 1001101 |
Color Harmonies of #ECDC9F
Complementary color
Monochromatic Colors of #ECDC9F
Black with #ECDC9F
Text Example
Text Example
White with #ECDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC9F; }
p { color: rgb(236,220,159); }
H1.HeaderClassName
{
color: #ECDC9F;
}
.AnyTagClassName
{
color: #ECDC9F;
}
</style>
background-color css
<style>
a { background-color: #ECDC9F; }
a { background-color: rgb(236,220,159); }
div.DivClassName
{
background-color: #ECDC9F;
}
.BgClassName
{
background-color: #ECDC9F;
}
</style>
border-color css
<style>
span { border-color: #ECDC9F; }
span { border-color: rgb(236,220,159); }
td.TdClassName
{
border-color: #ECDC9F;
}
.TagClassName
{
border-color: #ECDC9F;
}
</style>