Shades of Sidecar #ECD9A8
Tints of Sidecar #ECD9A8
RGB
CMYK
RGB Variations
Color information
#ECD9A8 (or 0xECD9A8) is known color: Sidecar. HEX triplet: EC, D9 and A8. RGB value is (236,217,168). Sum of RGB (Red+Green+Blue) = 236+217+168=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD9A8 is #132657. Grayscale: #D9D9D9. Windows color (decimal): -1255000 or 11065836. OLE color: 11065836.
HSL color Cylindrical-coordinate representation of color #ECD9A8: hue angle of 43.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECD9A8 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 168 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.07 |
| HSL | 43.24º | 0.64% | 0.79% | - |
| HSV(B) | 43.24º | 0.29% | 0.93% | - |
| XYZ | 66.47 | 70.29 | 47.11 | - |
| YUV | 217.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 168 | 0 | 0.08 | 0.29 | 0.07 | 43.24 | 0.64 | 0.79 |
| Hex | EC | D9 | A8 | 0 | 8 | 1D | 7 | 2B | 40 | 4F |
| Octal | 354 | 331 | 250 | 0 | 10 | 35 | 7 | 53 | 100 | 117 |
| Binary | 11101100 | 11011001 | 10101000 | 0 | 1000 | 11101 | 111 | 101011 | 1000000 | 1001111 |
Color Harmonies of #ECD9A8
Complementary color
Monochromatic Colors of #ECD9A8
Black with #ECD9A8
Text Example
Text Example
White with #ECD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9A8; }
p { color: rgb(236,217,168); }
H1.HeaderClassName
{
color: #ECD9A8;
}
.AnyTagClassName
{
color: #ECD9A8;
}
</style>
background-color css
<style>
a { background-color: #ECD9A8; }
a { background-color: rgb(236,217,168); }
div.DivClassName
{
background-color: #ECD9A8;
}
.BgClassName
{
background-color: #ECD9A8;
}
</style>
border-color css
<style>
span { border-color: #ECD9A8; }
span { border-color: rgb(236,217,168); }
td.TdClassName
{
border-color: #ECD9A8;
}
.TagClassName
{
border-color: #ECD9A8;
}
</style>