Shades of Sidecar #ECD8A7
Tints of Sidecar #ECD8A7
RGB
CMYK
RGB Variations
Color information
#ECD8A7 (or 0xECD8A7) is known color: Sidecar. HEX triplet: EC, D8 and A7. RGB value is (236,216,167). Sum of RGB (Red+Green+Blue) = 236+216+167=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8A7 is #132758. Grayscale: #D8D8D8. Windows color (decimal): -1255257 or 11000044. OLE color: 11000044.
HSL color Cylindrical-coordinate representation of color #ECD8A7: hue angle of 42.61º 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 #ECD8A7 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 167 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.07 |
| HSL | 42.61º | 0.64% | 0.79% | - |
| HSV(B) | 42.61º | 0.29% | 0.93% | - |
| XYZ | 66.12 | 69.73 | 46.53 | - |
| YUV | 216.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 167 | 0 | 0.08 | 0.29 | 0.07 | 42.61 | 0.64 | 0.79 |
| Hex | EC | D8 | A7 | 0 | 8 | 1D | 7 | 2B | 40 | 4F |
| Octal | 354 | 330 | 247 | 0 | 10 | 35 | 7 | 53 | 100 | 117 |
| Binary | 11101100 | 11011000 | 10100111 | 0 | 1000 | 11101 | 111 | 101011 | 1000000 | 1001111 |
Color Harmonies of #ECD8A7
Complementary color
Monochromatic Colors of #ECD8A7
Black with #ECD8A7
Text Example
Text Example
White with #ECD8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8A7; }
p { color: rgb(236,216,167); }
H1.HeaderClassName
{
color: #ECD8A7;
}
.AnyTagClassName
{
color: #ECD8A7;
}
</style>
background-color css
<style>
a { background-color: #ECD8A7; }
a { background-color: rgb(236,216,167); }
div.DivClassName
{
background-color: #ECD8A7;
}
.BgClassName
{
background-color: #ECD8A7;
}
</style>
border-color css
<style>
span { border-color: #ECD8A7; }
span { border-color: rgb(236,216,167); }
td.TdClassName
{
border-color: #ECD8A7;
}
.TagClassName
{
border-color: #ECD8A7;
}
</style>