Shades of Sidecar #EFDCA7
Tints of Sidecar #EFDCA7
RGB
CMYK
RGB Variations
Color information
#EFDCA7 (or 0xEFDCA7) is known color: Sidecar. HEX triplet: EF, DC and A7. RGB value is (239,220,167). Sum of RGB (Red+Green+Blue) = 239+220+167=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCA7 is #102358. Grayscale: #DBDBDB. Windows color (decimal): -1057625 or 11001071. OLE color: 11001071.
HSL color Cylindrical-coordinate representation of color #EFDCA7: hue angle of 44.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFDCA7 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 167 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.06 |
| HSL | 44.17º | 0.69% | 0.8% | - |
| HSV(B) | 44.17º | 0.3% | 0.94% | - |
| XYZ | 68.16 | 72.33 | 46.93 | - |
| YUV | 219.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 167 | 0 | 0.08 | 0.30 | 0.06 | 44.17 | 0.69 | 0.8 |
| Hex | EF | DC | A7 | 0 | 8 | 1E | 6 | 2C | 45 | 50 |
| Octal | 357 | 334 | 247 | 0 | 10 | 36 | 6 | 54 | 105 | 120 |
| Binary | 11101111 | 11011100 | 10100111 | 0 | 1000 | 11110 | 110 | 101100 | 1000101 | 1010000 |
Color Harmonies of #EFDCA7
Complementary color
Monochromatic Colors of #EFDCA7
Black with #EFDCA7
Text Example
Text Example
White with #EFDCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCA7; }
p { color: rgb(239,220,167); }
H1.HeaderClassName
{
color: #EFDCA7;
}
.AnyTagClassName
{
color: #EFDCA7;
}
</style>
background-color css
<style>
a { background-color: #EFDCA7; }
a { background-color: rgb(239,220,167); }
div.DivClassName
{
background-color: #EFDCA7;
}
.BgClassName
{
background-color: #EFDCA7;
}
</style>
border-color css
<style>
span { border-color: #EFDCA7; }
span { border-color: rgb(239,220,167); }
td.TdClassName
{
border-color: #EFDCA7;
}
.TagClassName
{
border-color: #EFDCA7;
}
</style>