Shades of Sidecar #ECDAA2
Tints of Sidecar #ECDAA2
RGB
CMYK
RGB Variations
Color information
#ECDAA2 (or 0xECDAA2) is known color: Sidecar. HEX triplet: EC, DA and A2. RGB value is (236,218,162). Sum of RGB (Red+Green+Blue) = 236+218+162=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDAA2 is #13255D. Grayscale: #D9D9D9. Windows color (decimal): -1254750 or 10672876. OLE color: 10672876.
HSL color Cylindrical-coordinate representation of color #ECDAA2: hue angle of 45.41º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECDAA2 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 162 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.07 |
| HSL | 45.41º | 0.66% | 0.78% | - |
| HSV(B) | 45.41º | 0.31% | 0.93% | - |
| XYZ | 66.19 | 70.58 | 44.32 | - |
| YUV | 217 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 162 | 0 | 0.08 | 0.31 | 0.07 | 45.41 | 0.66 | 0.78 |
| Hex | EC | DA | A2 | 0 | 8 | 1F | 7 | 2D | 42 | 4E |
| Octal | 354 | 332 | 242 | 0 | 10 | 37 | 7 | 55 | 102 | 116 |
| Binary | 11101100 | 11011010 | 10100010 | 0 | 1000 | 11111 | 111 | 101101 | 1000010 | 1001110 |
Color Harmonies of #ECDAA2
Complementary color
Monochromatic Colors of #ECDAA2
Black with #ECDAA2
Text Example
Text Example
White with #ECDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAA2; }
p { color: rgb(236,218,162); }
H1.HeaderClassName
{
color: #ECDAA2;
}
.AnyTagClassName
{
color: #ECDAA2;
}
</style>
background-color css
<style>
a { background-color: #ECDAA2; }
a { background-color: rgb(236,218,162); }
div.DivClassName
{
background-color: #ECDAA2;
}
.BgClassName
{
background-color: #ECDAA2;
}
</style>
border-color css
<style>
span { border-color: #ECDAA2; }
span { border-color: rgb(236,218,162); }
td.TdClassName
{
border-color: #ECDAA2;
}
.TagClassName
{
border-color: #ECDAA2;
}
</style>