Shades of Sidecar #EFDBA9
Tints of Sidecar #EFDBA9
RGB
CMYK
RGB Variations
Color information
#EFDBA9 (or 0xEFDBA9) is known color: Sidecar. HEX triplet: EF, DB and A9. RGB value is (239,219,169). Sum of RGB (Red+Green+Blue) = 239+219+169=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA9 is #102456. Grayscale: #DBDBDB. Windows color (decimal): -1057879 or 11131887. OLE color: 11131887.
HSL color Cylindrical-coordinate representation of color #EFDBA9: hue angle of 42.86º degrees, saturation: 0.69, 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 #EFDBA9 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 169 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.06 |
| HSL | 42.86º | 0.69% | 0.8% | - |
| HSV(B) | 42.86º | 0.29% | 0.94% | - |
| XYZ | 68.09 | 71.88 | 47.82 | - |
| YUV | 219.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 169 | 0 | 0.08 | 0.29 | 0.06 | 42.86 | 0.69 | 0.8 |
| Hex | EF | DB | A9 | 0 | 8 | 1D | 6 | 2B | 45 | 50 |
| Octal | 357 | 333 | 251 | 0 | 10 | 35 | 6 | 53 | 105 | 120 |
| Binary | 11101111 | 11011011 | 10101001 | 0 | 1000 | 11101 | 110 | 101011 | 1000101 | 1010000 |
Color Harmonies of #EFDBA9
Complementary color
Monochromatic Colors of #EFDBA9
Black with #EFDBA9
Text Example
Text Example
White with #EFDBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBA9; }
p { color: rgb(239,219,169); }
H1.HeaderClassName
{
color: #EFDBA9;
}
.AnyTagClassName
{
color: #EFDBA9;
}
</style>
background-color css
<style>
a { background-color: #EFDBA9; }
a { background-color: rgb(239,219,169); }
div.DivClassName
{
background-color: #EFDBA9;
}
.BgClassName
{
background-color: #EFDBA9;
}
</style>
border-color css
<style>
span { border-color: #EFDBA9; }
span { border-color: rgb(239,219,169); }
td.TdClassName
{
border-color: #EFDBA9;
}
.TagClassName
{
border-color: #EFDBA9;
}
</style>