Shades of Sidecar #EFDDAB
Tints of Sidecar #EFDDAB
RGB
CMYK
RGB Variations
Color information
#EFDDAB (or 0xEFDDAB) is known color: Sidecar. HEX triplet: EF, DD and AB. RGB value is (239,221,171). Sum of RGB (Red+Green+Blue) = 239+221+171=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDAB is #102254. Grayscale: #DCDCDC. Windows color (decimal): -1057365 or 11263471. OLE color: 11263471.
HSL color Cylindrical-coordinate representation of color #EFDDAB: hue angle of 44.12º 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 #EFDDAB is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 171 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 44.12º | 0.68% | 0.8% | - |
| HSV(B) | 44.12º | 0.28% | 0.94% | - |
| XYZ | 68.8 | 73 | 48.99 | - |
| YUV | 220.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 171 | 0 | 0.08 | 0.28 | 0.06 | 44.12 | 0.68 | 0.8 |
| Hex | EF | DD | AB | 0 | 8 | 1C | 6 | 2C | 44 | 50 |
| Octal | 357 | 335 | 253 | 0 | 10 | 34 | 6 | 54 | 104 | 120 |
| Binary | 11101111 | 11011101 | 10101011 | 0 | 1000 | 11100 | 110 | 101100 | 1000100 | 1010000 |
Color Harmonies of #EFDDAB
Complementary color
Monochromatic Colors of #EFDDAB
Black with #EFDDAB
Text Example
Text Example
White with #EFDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDAB; }
p { color: rgb(239,221,171); }
H1.HeaderClassName
{
color: #EFDDAB;
}
.AnyTagClassName
{
color: #EFDDAB;
}
</style>
background-color css
<style>
a { background-color: #EFDDAB; }
a { background-color: rgb(239,221,171); }
div.DivClassName
{
background-color: #EFDDAB;
}
.BgClassName
{
background-color: #EFDDAB;
}
</style>
border-color css
<style>
span { border-color: #EFDDAB; }
span { border-color: rgb(239,221,171); }
td.TdClassName
{
border-color: #EFDDAB;
}
.TagClassName
{
border-color: #EFDDAB;
}
</style>