Shades of Sidecar #EFDDA6
Tints of Sidecar #EFDDA6
RGB
CMYK
RGB Variations
Color information
#EFDDA6 (or 0xEFDDA6) is known color: Sidecar. HEX triplet: EF, DD and A6. RGB value is (239,221,166). Sum of RGB (Red+Green+Blue) = 239+221+166=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 166 (65.23% from 255 or 26.52% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA6 is #102259. Grayscale: #DCDCDC. Windows color (decimal): -1057370 or 10935791. OLE color: 10935791.
HSL color Cylindrical-coordinate representation of color #EFDDA6: hue angle of 45.21º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFDDA6 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 166 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.06 |
| HSL | 45.21º | 0.7% | 0.79% | - |
| HSV(B) | 45.21º | 0.31% | 0.94% | - |
| XYZ | 68.34 | 72.82 | 46.53 | - |
| YUV | 220.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 166 | 0 | 0.08 | 0.31 | 0.06 | 45.21 | 0.7 | 0.79 |
| Hex | EF | DD | A6 | 0 | 8 | 1F | 6 | 2D | 46 | 4F |
| Octal | 357 | 335 | 246 | 0 | 10 | 37 | 6 | 55 | 106 | 117 |
| Binary | 11101111 | 11011101 | 10100110 | 0 | 1000 | 11111 | 110 | 101101 | 1000110 | 1001111 |
Color Harmonies of #EFDDA6
Complementary color
Monochromatic Colors of #EFDDA6
Black with #EFDDA6
Text Example
Text Example
White with #EFDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA6; }
p { color: rgb(239,221,166); }
H1.HeaderClassName
{
color: #EFDDA6;
}
.AnyTagClassName
{
color: #EFDDA6;
}
</style>
background-color css
<style>
a { background-color: #EFDDA6; }
a { background-color: rgb(239,221,166); }
div.DivClassName
{
background-color: #EFDDA6;
}
.BgClassName
{
background-color: #EFDDA6;
}
</style>
border-color css
<style>
span { border-color: #EFDDA6; }
span { border-color: rgb(239,221,166); }
td.TdClassName
{
border-color: #EFDDA6;
}
.TagClassName
{
border-color: #EFDDA6;
}
</style>