Shades of Sidecar #EFDFAB
Tints of Sidecar #EFDFAB
RGB
CMYK
RGB Variations
Color information
#EFDFAB (or 0xEFDFAB) is known color: Sidecar. HEX triplet: EF, DF and AB. RGB value is (239,223,171). Sum of RGB (Red+Green+Blue) = 239+223+171=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFAB is #102054. Grayscale: #DEDEDE. Windows color (decimal): -1056853 or 11263983. OLE color: 11263983.
HSL color Cylindrical-coordinate representation of color #EFDFAB: hue angle of 45.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFDFAB is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 171 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.06 |
| HSL | 45.88º | 0.68% | 0.8% | - |
| HSV(B) | 45.88º | 0.28% | 0.94% | - |
| XYZ | 69.33 | 74.07 | 49.17 | - |
| YUV | 221.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 171 | 0 | 0.07 | 0.28 | 0.06 | 45.88 | 0.68 | 0.8 |
| Hex | EF | DF | AB | 0 | 7 | 1C | 6 | 2E | 44 | 50 |
| Octal | 357 | 337 | 253 | 0 | 7 | 34 | 6 | 56 | 104 | 120 |
| Binary | 11101111 | 11011111 | 10101011 | 0 | 111 | 11100 | 110 | 101110 | 1000100 | 1010000 |
Color Harmonies of #EFDFAB
Complementary color
Monochromatic Colors of #EFDFAB
Black with #EFDFAB
Text Example
Text Example
White with #EFDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFAB; }
p { color: rgb(239,223,171); }
H1.HeaderClassName
{
color: #EFDFAB;
}
.AnyTagClassName
{
color: #EFDFAB;
}
</style>
background-color css
<style>
a { background-color: #EFDFAB; }
a { background-color: rgb(239,223,171); }
div.DivClassName
{
background-color: #EFDFAB;
}
.BgClassName
{
background-color: #EFDFAB;
}
</style>
border-color css
<style>
span { border-color: #EFDFAB; }
span { border-color: rgb(239,223,171); }
td.TdClassName
{
border-color: #EFDFAB;
}
.TagClassName
{
border-color: #EFDFAB;
}
</style>