Shades of Sidecar #EFDBAA
Tints of Sidecar #EFDBAA
RGB
CMYK
RGB Variations
Color information
#EFDBAA (or 0xEFDBAA) is known color: Sidecar. HEX triplet: EF, DB and AA. RGB value is (239,219,170). Sum of RGB (Red+Green+Blue) = 239+219+170=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAA is #102455. Grayscale: #DBDBDB. Windows color (decimal): -1057878 or 11197423. OLE color: 11197423.
HSL color Cylindrical-coordinate representation of color #EFDBAA: hue angle of 42.61º 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 #EFDBAA is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 170 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.06 |
| HSL | 42.61º | 0.68% | 0.8% | - |
| HSV(B) | 42.61º | 0.29% | 0.94% | - |
| XYZ | 68.18 | 71.92 | 48.32 | - |
| YUV | 219.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 170 | 0 | 0.08 | 0.29 | 0.06 | 42.61 | 0.68 | 0.8 |
| Hex | EF | DB | AA | 0 | 8 | 1D | 6 | 2B | 44 | 50 |
| Octal | 357 | 333 | 252 | 0 | 10 | 35 | 6 | 53 | 104 | 120 |
| Binary | 11101111 | 11011011 | 10101010 | 0 | 1000 | 11101 | 110 | 101011 | 1000100 | 1010000 |
Color Harmonies of #EFDBAA
Complementary color
Monochromatic Colors of #EFDBAA
Black with #EFDBAA
Text Example
Text Example
White with #EFDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBAA; }
p { color: rgb(239,219,170); }
H1.HeaderClassName
{
color: #EFDBAA;
}
.AnyTagClassName
{
color: #EFDBAA;
}
</style>
background-color css
<style>
a { background-color: #EFDBAA; }
a { background-color: rgb(239,219,170); }
div.DivClassName
{
background-color: #EFDBAA;
}
.BgClassName
{
background-color: #EFDBAA;
}
</style>
border-color css
<style>
span { border-color: #EFDBAA; }
span { border-color: rgb(239,219,170); }
td.TdClassName
{
border-color: #EFDBAA;
}
.TagClassName
{
border-color: #EFDBAA;
}
</style>