Shades of Sidecar #ECE0A2
Tints of Sidecar #ECE0A2
RGB
CMYK
RGB Variations
Color information
#ECE0A2 (or 0xECE0A2) is known color: Sidecar. HEX triplet: EC, E0 and A2. RGB value is (236,224,162). Sum of RGB (Red+Green+Blue) = 236+224+162=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE0A2 is #131F5D. Grayscale: #DCDCDC. Windows color (decimal): -1253214 or 10674412. OLE color: 10674412.
HSL color Cylindrical-coordinate representation of color #ECE0A2: hue angle of 50.27º 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 #ECE0A2 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 162 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.07 |
| HSL | 50.27º | 0.66% | 0.78% | - |
| HSV(B) | 50.27º | 0.31% | 0.93% | - |
| XYZ | 67.77 | 73.75 | 44.85 | - |
| YUV | 220.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 162 | 0 | 0.05 | 0.31 | 0.07 | 50.27 | 0.66 | 0.78 |
| Hex | EC | E0 | A2 | 0 | 5 | 1F | 7 | 32 | 42 | 4E |
| Octal | 354 | 340 | 242 | 0 | 5 | 37 | 7 | 62 | 102 | 116 |
| Binary | 11101100 | 11100000 | 10100010 | 0 | 101 | 11111 | 111 | 110010 | 1000010 | 1001110 |
Color Harmonies of #ECE0A2
Complementary color
Monochromatic Colors of #ECE0A2
Black with #ECE0A2
Text Example
Text Example
White with #ECE0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0A2; }
p { color: rgb(236,224,162); }
H1.HeaderClassName
{
color: #ECE0A2;
}
.AnyTagClassName
{
color: #ECE0A2;
}
</style>
background-color css
<style>
a { background-color: #ECE0A2; }
a { background-color: rgb(236,224,162); }
div.DivClassName
{
background-color: #ECE0A2;
}
.BgClassName
{
background-color: #ECE0A2;
}
</style>
border-color css
<style>
span { border-color: #ECE0A2; }
span { border-color: rgb(236,224,162); }
td.TdClassName
{
border-color: #ECE0A2;
}
.TagClassName
{
border-color: #ECE0A2;
}
</style>