Shades of Sidecar #ECDEA1
Tints of Sidecar #ECDEA1
RGB
CMYK
RGB Variations
Color information
#ECDEA1 (or 0xECDEA1) is known color: Sidecar. HEX triplet: EC, DE and A1. RGB value is (236,222,161). Sum of RGB (Red+Green+Blue) = 236+222+161=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDEA1 is #13215E. Grayscale: #DBDBDB. Windows color (decimal): -1253727 or 10608364. OLE color: 10608364.
HSL color Cylindrical-coordinate representation of color #ECDEA1: hue angle of 48.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECDEA1 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 161 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.07 |
| HSL | 48.8º | 0.66% | 0.78% | - |
| HSV(B) | 48.8º | 0.32% | 0.93% | - |
| XYZ | 67.15 | 72.65 | 44.2 | - |
| YUV | 219.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 161 | 0 | 0.06 | 0.32 | 0.07 | 48.8 | 0.66 | 0.78 |
| Hex | EC | DE | A1 | 0 | 6 | 20 | 7 | 31 | 42 | 4E |
| Octal | 354 | 336 | 241 | 0 | 6 | 40 | 7 | 61 | 102 | 116 |
| Binary | 11101100 | 11011110 | 10100001 | 0 | 110 | 100000 | 111 | 110001 | 1000010 | 1001110 |
Color Harmonies of #ECDEA1
Complementary color
Monochromatic Colors of #ECDEA1
Black with #ECDEA1
Text Example
Text Example
White with #ECDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEA1; }
p { color: rgb(236,222,161); }
H1.HeaderClassName
{
color: #ECDEA1;
}
.AnyTagClassName
{
color: #ECDEA1;
}
</style>
background-color css
<style>
a { background-color: #ECDEA1; }
a { background-color: rgb(236,222,161); }
div.DivClassName
{
background-color: #ECDEA1;
}
.BgClassName
{
background-color: #ECDEA1;
}
</style>
border-color css
<style>
span { border-color: #ECDEA1; }
span { border-color: rgb(236,222,161); }
td.TdClassName
{
border-color: #ECDEA1;
}
.TagClassName
{
border-color: #ECDEA1;
}
</style>