Shades of Sidecar #EFDEAA
Tints of Sidecar #EFDEAA
RGB
CMYK
RGB Variations
Color information
#EFDEAA (or 0xEFDEAA) is known color: Sidecar. HEX triplet: EF, DE and AA. RGB value is (239,222,170). Sum of RGB (Red+Green+Blue) = 239+222+170=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEAA is #102155. Grayscale: #DDDDDD. Windows color (decimal): -1057110 or 11198191. OLE color: 11198191.
HSL color Cylindrical-coordinate representation of color #EFDEAA: hue angle of 45.22º degrees, saturation: 0.68, 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 #EFDEAA is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 170 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.06 |
| HSL | 45.22º | 0.68% | 0.8% | - |
| HSV(B) | 45.22º | 0.29% | 0.94% | - |
| XYZ | 68.97 | 73.5 | 48.58 | - |
| YUV | 221.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 170 | 0 | 0.07 | 0.29 | 0.06 | 45.22 | 0.68 | 0.8 |
| Hex | EF | DE | AA | 0 | 7 | 1D | 6 | 2D | 44 | 50 |
| Octal | 357 | 336 | 252 | 0 | 7 | 35 | 6 | 55 | 104 | 120 |
| Binary | 11101111 | 11011110 | 10101010 | 0 | 111 | 11101 | 110 | 101101 | 1000100 | 1010000 |
Color Harmonies of #EFDEAA
Complementary color
Monochromatic Colors of #EFDEAA
Black with #EFDEAA
Text Example
Text Example
White with #EFDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEAA; }
p { color: rgb(239,222,170); }
H1.HeaderClassName
{
color: #EFDEAA;
}
.AnyTagClassName
{
color: #EFDEAA;
}
</style>
background-color css
<style>
a { background-color: #EFDEAA; }
a { background-color: rgb(239,222,170); }
div.DivClassName
{
background-color: #EFDEAA;
}
.BgClassName
{
background-color: #EFDEAA;
}
</style>
border-color css
<style>
span { border-color: #EFDEAA; }
span { border-color: rgb(239,222,170); }
td.TdClassName
{
border-color: #EFDEAA;
}
.TagClassName
{
border-color: #EFDEAA;
}
</style>