Shades of Sidecar #EFDDAA
Tints of Sidecar #EFDDAA
RGB
CMYK
RGB Variations
Color information
#EFDDAA (or 0xEFDDAA) is known color: Sidecar. HEX triplet: EF, DD and AA. RGB value is (239,221,170). Sum of RGB (Red+Green+Blue) = 239+221+170=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDAA is #102255. Grayscale: #DCDCDC. Windows color (decimal): -1057366 or 11197935. OLE color: 11197935.
HSL color Cylindrical-coordinate representation of color #EFDDAA: hue angle of 44.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFDDAA is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 170 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.06 |
| HSL | 44.35º | 0.68% | 0.8% | - |
| HSV(B) | 44.35º | 0.29% | 0.94% | - |
| XYZ | 68.71 | 72.97 | 48.49 | - |
| YUV | 220.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 170 | 0 | 0.08 | 0.29 | 0.06 | 44.35 | 0.68 | 0.8 |
| Hex | EF | DD | AA | 0 | 8 | 1D | 6 | 2C | 44 | 50 |
| Octal | 357 | 335 | 252 | 0 | 10 | 35 | 6 | 54 | 104 | 120 |
| Binary | 11101111 | 11011101 | 10101010 | 0 | 1000 | 11101 | 110 | 101100 | 1000100 | 1010000 |
Color Harmonies of #EFDDAA
Complementary color
Monochromatic Colors of #EFDDAA
Black with #EFDDAA
Text Example
Text Example
White with #EFDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDAA; }
p { color: rgb(239,221,170); }
H1.HeaderClassName
{
color: #EFDDAA;
}
.AnyTagClassName
{
color: #EFDDAA;
}
</style>
background-color css
<style>
a { background-color: #EFDDAA; }
a { background-color: rgb(239,221,170); }
div.DivClassName
{
background-color: #EFDDAA;
}
.BgClassName
{
background-color: #EFDDAA;
}
</style>
border-color css
<style>
span { border-color: #EFDDAA; }
span { border-color: rgb(239,221,170); }
td.TdClassName
{
border-color: #EFDDAA;
}
.TagClassName
{
border-color: #EFDDAA;
}
</style>