Shades of Sidecar #ECDFB0
Tints of Sidecar #ECDFB0
RGB
CMYK
RGB Variations
Color information
#ECDFB0 (or 0xECDFB0) is known color: Sidecar. HEX triplet: EC, DF and B0. RGB value is (236,223,176). Sum of RGB (Red+Green+Blue) = 236+223+176=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDFB0 is #13204F. Grayscale: #DDDDDD. Windows color (decimal): -1253456 or 11591660. OLE color: 11591660.
HSL color Cylindrical-coordinate representation of color #ECDFB0: hue angle of 47º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECDFB0 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 176 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.07 |
| HSL | 47º | 0.61% | 0.81% | - |
| HSV(B) | 47º | 0.25% | 0.93% | - |
| XYZ | 68.82 | 73.74 | 51.68 | - |
| YUV | 221.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 176 | 0 | 0.06 | 0.25 | 0.07 | 47 | 0.61 | 0.81 |
| Hex | EC | DF | B0 | 0 | 6 | 19 | 7 | 2F | 3D | 51 |
| Octal | 354 | 337 | 260 | 0 | 6 | 31 | 7 | 57 | 75 | 121 |
| Binary | 11101100 | 11011111 | 10110000 | 0 | 110 | 11001 | 111 | 101111 | 111101 | 1010001 |
Color Harmonies of #ECDFB0
Complementary color
Monochromatic Colors of #ECDFB0
Black with #ECDFB0
Text Example
Text Example
White with #ECDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFB0; }
p { color: rgb(236,223,176); }
H1.HeaderClassName
{
color: #ECDFB0;
}
.AnyTagClassName
{
color: #ECDFB0;
}
</style>
background-color css
<style>
a { background-color: #ECDFB0; }
a { background-color: rgb(236,223,176); }
div.DivClassName
{
background-color: #ECDFB0;
}
.BgClassName
{
background-color: #ECDFB0;
}
</style>
border-color css
<style>
span { border-color: #ECDFB0; }
span { border-color: rgb(236,223,176); }
td.TdClassName
{
border-color: #ECDFB0;
}
.TagClassName
{
border-color: #ECDFB0;
}
</style>