Shades of Sidecar #ECDDA8
Tints of Sidecar #ECDDA8
RGB
CMYK
RGB Variations
Color information
#ECDDA8 (or 0xECDDA8) is known color: Sidecar. HEX triplet: EC, DD and A8. RGB value is (236,221,168). Sum of RGB (Red+Green+Blue) = 236+221+168=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDA8 is #132257. Grayscale: #DBDBDB. Windows color (decimal): -1253976 or 11066860. OLE color: 11066860.
HSL color Cylindrical-coordinate representation of color #ECDDA8: hue angle of 46.76º 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 #ECDDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 168 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.07 |
| HSL | 46.76º | 0.64% | 0.79% | - |
| HSV(B) | 46.76º | 0.29% | 0.93% | - |
| XYZ | 67.52 | 72.37 | 47.46 | - |
| YUV | 219.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 168 | 0 | 0.06 | 0.29 | 0.07 | 46.76 | 0.64 | 0.79 |
| Hex | EC | DD | A8 | 0 | 6 | 1D | 7 | 2F | 40 | 4F |
| Octal | 354 | 335 | 250 | 0 | 6 | 35 | 7 | 57 | 100 | 117 |
| Binary | 11101100 | 11011101 | 10101000 | 0 | 110 | 11101 | 111 | 101111 | 1000000 | 1001111 |
Color Harmonies of #ECDDA8
Complementary color
Monochromatic Colors of #ECDDA8
Black with #ECDDA8
Text Example
Text Example
White with #ECDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDA8; }
p { color: rgb(236,221,168); }
H1.HeaderClassName
{
color: #ECDDA8;
}
.AnyTagClassName
{
color: #ECDDA8;
}
</style>
background-color css
<style>
a { background-color: #ECDDA8; }
a { background-color: rgb(236,221,168); }
div.DivClassName
{
background-color: #ECDDA8;
}
.BgClassName
{
background-color: #ECDDA8;
}
</style>
border-color css
<style>
span { border-color: #ECDDA8; }
span { border-color: rgb(236,221,168); }
td.TdClassName
{
border-color: #ECDDA8;
}
.TagClassName
{
border-color: #ECDDA8;
}
</style>