Shades of Sidecar #ECDFAF
Tints of Sidecar #ECDFAF
RGB
CMYK
RGB Variations
Color information
#ECDFAF (or 0xECDFAF) is known color: Sidecar. HEX triplet: EC, DF and AF. RGB value is (236,223,175). Sum of RGB (Red+Green+Blue) = 236+223+175=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDFAF is #132050. Grayscale: #DDDDDD. Windows color (decimal): -1253457 or 11526124. OLE color: 11526124.
HSL color Cylindrical-coordinate representation of color #ECDFAF: hue angle of 47.21º 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 #ECDFAF is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 175 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.07 |
| HSL | 47.21º | 0.62% | 0.81% | - |
| HSV(B) | 47.21º | 0.26% | 0.93% | - |
| XYZ | 68.72 | 73.7 | 51.16 | - |
| YUV | 221.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 175 | 0 | 0.06 | 0.26 | 0.07 | 47.21 | 0.62 | 0.81 |
| Hex | EC | DF | AF | 0 | 6 | 1A | 7 | 2F | 3E | 51 |
| Octal | 354 | 337 | 257 | 0 | 6 | 32 | 7 | 57 | 76 | 121 |
| Binary | 11101100 | 11011111 | 10101111 | 0 | 110 | 11010 | 111 | 101111 | 111110 | 1010001 |
Color Harmonies of #ECDFAF
Complementary color
Monochromatic Colors of #ECDFAF
Black with #ECDFAF
Text Example
Text Example
White with #ECDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFAF; }
p { color: rgb(236,223,175); }
H1.HeaderClassName
{
color: #ECDFAF;
}
.AnyTagClassName
{
color: #ECDFAF;
}
</style>
background-color css
<style>
a { background-color: #ECDFAF; }
a { background-color: rgb(236,223,175); }
div.DivClassName
{
background-color: #ECDFAF;
}
.BgClassName
{
background-color: #ECDFAF;
}
</style>
border-color css
<style>
span { border-color: #ECDFAF; }
span { border-color: rgb(236,223,175); }
td.TdClassName
{
border-color: #ECDFAF;
}
.TagClassName
{
border-color: #ECDFAF;
}
</style>