Shades of Sidecar #ECDDAF
Tints of Sidecar #ECDDAF
RGB
CMYK
RGB Variations
Color information
#ECDDAF (or 0xECDDAF) is known color: Sidecar. HEX triplet: EC, DD and AF. RGB value is (236,221,175). Sum of RGB (Red+Green+Blue) = 236+221+175=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDAF is #132250. Grayscale: #DCDCDC. Windows color (decimal): -1253969 or 11525612. OLE color: 11525612.
HSL color Cylindrical-coordinate representation of color #ECDDAF: hue angle of 45.25º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECDDAF is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 175 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.07 |
| HSL | 45.25º | 0.62% | 0.81% | - |
| HSV(B) | 45.25º | 0.26% | 0.93% | - |
| XYZ | 68.19 | 72.64 | 50.98 | - |
| YUV | 220.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 175 | 0 | 0.06 | 0.26 | 0.07 | 45.25 | 0.62 | 0.81 |
| Hex | EC | DD | AF | 0 | 6 | 1A | 7 | 2D | 3E | 51 |
| Octal | 354 | 335 | 257 | 0 | 6 | 32 | 7 | 55 | 76 | 121 |
| Binary | 11101100 | 11011101 | 10101111 | 0 | 110 | 11010 | 111 | 101101 | 111110 | 1010001 |
Color Harmonies of #ECDDAF
Complementary color
Monochromatic Colors of #ECDDAF
Black with #ECDDAF
Text Example
Text Example
White with #ECDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDAF; }
p { color: rgb(236,221,175); }
H1.HeaderClassName
{
color: #ECDDAF;
}
.AnyTagClassName
{
color: #ECDDAF;
}
</style>
background-color css
<style>
a { background-color: #ECDDAF; }
a { background-color: rgb(236,221,175); }
div.DivClassName
{
background-color: #ECDDAF;
}
.BgClassName
{
background-color: #ECDDAF;
}
</style>
border-color css
<style>
span { border-color: #ECDDAF; }
span { border-color: rgb(236,221,175); }
td.TdClassName
{
border-color: #ECDDAF;
}
.TagClassName
{
border-color: #ECDDAF;
}
</style>