Shades of Sidecar #EFDDA9
Tints of Sidecar #EFDDA9
RGB
CMYK
RGB Variations
Color information
#EFDDA9 (or 0xEFDDA9) is known color: Sidecar. HEX triplet: EF, DD and A9. RGB value is (239,221,169). Sum of RGB (Red+Green+Blue) = 239+221+169=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA9 is #102256. Grayscale: #DCDCDC. Windows color (decimal): -1057367 or 11132399. OLE color: 11132399.
HSL color Cylindrical-coordinate representation of color #EFDDA9: hue angle of 44.57º degrees, saturation: 0.69, 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 #EFDDA9 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 169 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.06 |
| HSL | 44.57º | 0.69% | 0.8% | - |
| HSV(B) | 44.57º | 0.29% | 0.94% | - |
| XYZ | 68.61 | 72.93 | 48 | - |
| YUV | 220.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 169 | 0 | 0.08 | 0.29 | 0.06 | 44.57 | 0.69 | 0.8 |
| Hex | EF | DD | A9 | 0 | 8 | 1D | 6 | 2D | 45 | 50 |
| Octal | 357 | 335 | 251 | 0 | 10 | 35 | 6 | 55 | 105 | 120 |
| Binary | 11101111 | 11011101 | 10101001 | 0 | 1000 | 11101 | 110 | 101101 | 1000101 | 1010000 |
Color Harmonies of #EFDDA9
Complementary color
Monochromatic Colors of #EFDDA9
Black with #EFDDA9
Text Example
Text Example
White with #EFDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA9; }
p { color: rgb(239,221,169); }
H1.HeaderClassName
{
color: #EFDDA9;
}
.AnyTagClassName
{
color: #EFDDA9;
}
</style>
background-color css
<style>
a { background-color: #EFDDA9; }
a { background-color: rgb(239,221,169); }
div.DivClassName
{
background-color: #EFDDA9;
}
.BgClassName
{
background-color: #EFDDA9;
}
</style>
border-color css
<style>
span { border-color: #EFDDA9; }
span { border-color: rgb(239,221,169); }
td.TdClassName
{
border-color: #EFDDA9;
}
.TagClassName
{
border-color: #EFDDA9;
}
</style>