Shades of Sidecar #EFDCAC
Tints of Sidecar #EFDCAC
RGB
CMYK
RGB Variations
Color information
#EFDCAC (or 0xEFDCAC) is known color: Sidecar. HEX triplet: EF, DC and AC. RGB value is (239,220,172). Sum of RGB (Red+Green+Blue) = 239+220+172=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCAC is #102353. Grayscale: #DCDCDC. Windows color (decimal): -1057620 or 11328751. OLE color: 11328751.
HSL color Cylindrical-coordinate representation of color #EFDCAC: hue angle of 42.99º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFDCAC is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 172 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 42.99º | 0.68% | 0.81% | - |
| HSV(B) | 42.99º | 0.28% | 0.94% | - |
| XYZ | 68.64 | 72.52 | 49.41 | - |
| YUV | 220.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 172 | 0 | 0.08 | 0.28 | 0.06 | 42.99 | 0.68 | 0.81 |
| Hex | EF | DC | AC | 0 | 8 | 1C | 6 | 2B | 44 | 51 |
| Octal | 357 | 334 | 254 | 0 | 10 | 34 | 6 | 53 | 104 | 121 |
| Binary | 11101111 | 11011100 | 10101100 | 0 | 1000 | 11100 | 110 | 101011 | 1000100 | 1010001 |
Color Harmonies of #EFDCAC
Complementary color
Monochromatic Colors of #EFDCAC
Black with #EFDCAC
Text Example
Text Example
White with #EFDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCAC; }
p { color: rgb(239,220,172); }
H1.HeaderClassName
{
color: #EFDCAC;
}
.AnyTagClassName
{
color: #EFDCAC;
}
</style>
background-color css
<style>
a { background-color: #EFDCAC; }
a { background-color: rgb(239,220,172); }
div.DivClassName
{
background-color: #EFDCAC;
}
.BgClassName
{
background-color: #EFDCAC;
}
</style>
border-color css
<style>
span { border-color: #EFDCAC; }
span { border-color: rgb(239,220,172); }
td.TdClassName
{
border-color: #EFDCAC;
}
.TagClassName
{
border-color: #EFDCAC;
}
</style>