Shades of Sidecar #ECDCAF
Tints of Sidecar #ECDCAF
RGB
CMYK
RGB Variations
Color information
#ECDCAF (or 0xECDCAF) is known color: Sidecar. HEX triplet: EC, DC and AF. RGB value is (236,220,175). Sum of RGB (Red+Green+Blue) = 236+220+175=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCAF is #132350. Grayscale: #DBDBDB. Windows color (decimal): -1254225 or 11525356. OLE color: 11525356.
HSL color Cylindrical-coordinate representation of color #ECDCAF: hue angle of 44.26º 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 #ECDCAF is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 175 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.07 |
| HSL | 44.26º | 0.62% | 0.81% | - |
| HSV(B) | 44.26º | 0.26% | 0.93% | - |
| XYZ | 67.92 | 72.11 | 50.9 | - |
| YUV | 219.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 175 | 0 | 0.07 | 0.26 | 0.07 | 44.26 | 0.62 | 0.81 |
| Hex | EC | DC | AF | 0 | 7 | 1A | 7 | 2C | 3E | 51 |
| Octal | 354 | 334 | 257 | 0 | 7 | 32 | 7 | 54 | 76 | 121 |
| Binary | 11101100 | 11011100 | 10101111 | 0 | 111 | 11010 | 111 | 101100 | 111110 | 1010001 |
Color Harmonies of #ECDCAF
Complementary color
Monochromatic Colors of #ECDCAF
Black with #ECDCAF
Text Example
Text Example
White with #ECDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCAF; }
p { color: rgb(236,220,175); }
H1.HeaderClassName
{
color: #ECDCAF;
}
.AnyTagClassName
{
color: #ECDCAF;
}
</style>
background-color css
<style>
a { background-color: #ECDCAF; }
a { background-color: rgb(236,220,175); }
div.DivClassName
{
background-color: #ECDCAF;
}
.BgClassName
{
background-color: #ECDCAF;
}
</style>
border-color css
<style>
span { border-color: #ECDCAF; }
span { border-color: rgb(236,220,175); }
td.TdClassName
{
border-color: #ECDCAF;
}
.TagClassName
{
border-color: #ECDCAF;
}
</style>