Shades of Sidecar #EFDCAB
Tints of Sidecar #EFDCAB
RGB
CMYK
RGB Variations
Color information
#EFDCAB (or 0xEFDCAB) is known color: Sidecar. HEX triplet: EF, DC and AB. RGB value is (239,220,171). Sum of RGB (Red+Green+Blue) = 239+220+171=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCAB is #102354. Grayscale: #DCDCDC. Windows color (decimal): -1057621 or 11263215. OLE color: 11263215.
HSL color Cylindrical-coordinate representation of color #EFDCAB: hue angle of 43.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFDCAB is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 171 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 43.24º | 0.68% | 0.8% | - |
| HSV(B) | 43.24º | 0.28% | 0.94% | - |
| XYZ | 68.54 | 72.48 | 48.91 | - |
| YUV | 220.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 171 | 0 | 0.08 | 0.28 | 0.06 | 43.24 | 0.68 | 0.8 |
| Hex | EF | DC | AB | 0 | 8 | 1C | 6 | 2B | 44 | 50 |
| Octal | 357 | 334 | 253 | 0 | 10 | 34 | 6 | 53 | 104 | 120 |
| Binary | 11101111 | 11011100 | 10101011 | 0 | 1000 | 11100 | 110 | 101011 | 1000100 | 1010000 |
Color Harmonies of #EFDCAB
Complementary color
Monochromatic Colors of #EFDCAB
Black with #EFDCAB
Text Example
Text Example
White with #EFDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCAB; }
p { color: rgb(239,220,171); }
H1.HeaderClassName
{
color: #EFDCAB;
}
.AnyTagClassName
{
color: #EFDCAB;
}
</style>
background-color css
<style>
a { background-color: #EFDCAB; }
a { background-color: rgb(239,220,171); }
div.DivClassName
{
background-color: #EFDCAB;
}
.BgClassName
{
background-color: #EFDCAB;
}
</style>
border-color css
<style>
span { border-color: #EFDCAB; }
span { border-color: rgb(239,220,171); }
td.TdClassName
{
border-color: #EFDCAB;
}
.TagClassName
{
border-color: #EFDCAB;
}
</style>