Shades of Sidecar #EFDDA7
Tints of Sidecar #EFDDA7
RGB
CMYK
RGB Variations
Color information
#EFDDA7 (or 0xEFDDA7) is known color: Sidecar. HEX triplet: EF, DD and A7. RGB value is (239,221,167). Sum of RGB (Red+Green+Blue) = 239+221+167=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 167 (65.62% from 255 or 26.63% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA7 is #102258. Grayscale: #DCDCDC. Windows color (decimal): -1057369 or 11001327. OLE color: 11001327.
HSL color Cylindrical-coordinate representation of color #EFDDA7: hue angle of 45º 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 #EFDDA7 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 167 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.06 |
| HSL | 45º | 0.69% | 0.8% | - |
| HSV(B) | 45º | 0.3% | 0.94% | - |
| XYZ | 68.43 | 72.85 | 47.01 | - |
| YUV | 220.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 167 | 0 | 0.08 | 0.30 | 0.06 | 45 | 0.69 | 0.8 |
| Hex | EF | DD | A7 | 0 | 8 | 1E | 6 | 2D | 45 | 50 |
| Octal | 357 | 335 | 247 | 0 | 10 | 36 | 6 | 55 | 105 | 120 |
| Binary | 11101111 | 11011101 | 10100111 | 0 | 1000 | 11110 | 110 | 101101 | 1000101 | 1010000 |
Color Harmonies of #EFDDA7
Complementary color
Monochromatic Colors of #EFDDA7
Black with #EFDDA7
Text Example
Text Example
White with #EFDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA7; }
p { color: rgb(239,221,167); }
H1.HeaderClassName
{
color: #EFDDA7;
}
.AnyTagClassName
{
color: #EFDDA7;
}
</style>
background-color css
<style>
a { background-color: #EFDDA7; }
a { background-color: rgb(239,221,167); }
div.DivClassName
{
background-color: #EFDDA7;
}
.BgClassName
{
background-color: #EFDDA7;
}
</style>
border-color css
<style>
span { border-color: #EFDDA7; }
span { border-color: rgb(239,221,167); }
td.TdClassName
{
border-color: #EFDDA7;
}
.TagClassName
{
border-color: #EFDDA7;
}
</style>