Shades of Sidecar #EFDEA8
Tints of Sidecar #EFDEA8
RGB
CMYK
RGB Variations
Color information
#EFDEA8 (or 0xEFDEA8) is known color: Sidecar. HEX triplet: EF, DE and A8. RGB value is (239,222,168). Sum of RGB (Red+Green+Blue) = 239+222+168=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEA8 is #102157. Grayscale: #DDDDDD. Windows color (decimal): -1057112 or 11067119. OLE color: 11067119.
HSL color Cylindrical-coordinate representation of color #EFDEA8: hue angle of 45.63º 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 #EFDEA8 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 168 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.06 |
| HSL | 45.63º | 0.69% | 0.8% | - |
| HSV(B) | 45.63º | 0.3% | 0.94% | - |
| XYZ | 68.79 | 73.42 | 47.59 | - |
| YUV | 220.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 168 | 0 | 0.07 | 0.30 | 0.06 | 45.63 | 0.69 | 0.8 |
| Hex | EF | DE | A8 | 0 | 7 | 1E | 6 | 2E | 45 | 50 |
| Octal | 357 | 336 | 250 | 0 | 7 | 36 | 6 | 56 | 105 | 120 |
| Binary | 11101111 | 11011110 | 10101000 | 0 | 111 | 11110 | 110 | 101110 | 1000101 | 1010000 |
Color Harmonies of #EFDEA8
Complementary color
Monochromatic Colors of #EFDEA8
Black with #EFDEA8
Text Example
Text Example
White with #EFDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEA8; }
p { color: rgb(239,222,168); }
H1.HeaderClassName
{
color: #EFDEA8;
}
.AnyTagClassName
{
color: #EFDEA8;
}
</style>
background-color css
<style>
a { background-color: #EFDEA8; }
a { background-color: rgb(239,222,168); }
div.DivClassName
{
background-color: #EFDEA8;
}
.BgClassName
{
background-color: #EFDEA8;
}
</style>
border-color css
<style>
span { border-color: #EFDEA8; }
span { border-color: rgb(239,222,168); }
td.TdClassName
{
border-color: #EFDEA8;
}
.TagClassName
{
border-color: #EFDEA8;
}
</style>