Shades of Sidecar #EFDDA8
Tints of Sidecar #EFDDA8
RGB
CMYK
RGB Variations
Color information
#EFDDA8 (or 0xEFDDA8) is known color: Sidecar. HEX triplet: EF, DD and A8. RGB value is (239,221,168). Sum of RGB (Red+Green+Blue) = 239+221+168=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 168 (66.02% from 255 or 26.75% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA8 is #102257. Grayscale: #DCDCDC. Windows color (decimal): -1057368 or 11066863. OLE color: 11066863.
HSL color Cylindrical-coordinate representation of color #EFDDA8: hue angle of 44.79º 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 #EFDDA8 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 168 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.06 |
| HSL | 44.79º | 0.69% | 0.8% | - |
| HSV(B) | 44.79º | 0.3% | 0.94% | - |
| XYZ | 68.52 | 72.89 | 47.5 | - |
| YUV | 220.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 168 | 0 | 0.08 | 0.30 | 0.06 | 44.79 | 0.69 | 0.8 |
| Hex | EF | DD | A8 | 0 | 8 | 1E | 6 | 2D | 45 | 50 |
| Octal | 357 | 335 | 250 | 0 | 10 | 36 | 6 | 55 | 105 | 120 |
| Binary | 11101111 | 11011101 | 10101000 | 0 | 1000 | 11110 | 110 | 101101 | 1000101 | 1010000 |
Color Harmonies of #EFDDA8
Complementary color
Monochromatic Colors of #EFDDA8
Black with #EFDDA8
Text Example
Text Example
White with #EFDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA8; }
p { color: rgb(239,221,168); }
H1.HeaderClassName
{
color: #EFDDA8;
}
.AnyTagClassName
{
color: #EFDDA8;
}
</style>
background-color css
<style>
a { background-color: #EFDDA8; }
a { background-color: rgb(239,221,168); }
div.DivClassName
{
background-color: #EFDDA8;
}
.BgClassName
{
background-color: #EFDDA8;
}
</style>
border-color css
<style>
span { border-color: #EFDDA8; }
span { border-color: rgb(239,221,168); }
td.TdClassName
{
border-color: #EFDDA8;
}
.TagClassName
{
border-color: #EFDDA8;
}
</style>