Shades of Sidecar #EFDBA4
Tints of Sidecar #EFDBA4
RGB
CMYK
RGB Variations
Color information
#EFDBA4 (or 0xEFDBA4) is known color: Sidecar. HEX triplet: EF, DB and A4. RGB value is (239,219,164). Sum of RGB (Red+Green+Blue) = 239+219+164=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA4 is #10245B. Grayscale: #DADADA. Windows color (decimal): -1057884 or 10804207. OLE color: 10804207.
HSL color Cylindrical-coordinate representation of color #EFDBA4: hue angle of 44º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFDBA4 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 164 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.06 |
| HSL | 44º | 0.7% | 0.79% | - |
| HSV(B) | 44º | 0.31% | 0.94% | - |
| XYZ | 67.63 | 71.69 | 45.4 | - |
| YUV | 218.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 164 | 0 | 0.08 | 0.31 | 0.06 | 44 | 0.7 | 0.79 |
| Hex | EF | DB | A4 | 0 | 8 | 1F | 6 | 2C | 46 | 4F |
| Octal | 357 | 333 | 244 | 0 | 10 | 37 | 6 | 54 | 106 | 117 |
| Binary | 11101111 | 11011011 | 10100100 | 0 | 1000 | 11111 | 110 | 101100 | 1000110 | 1001111 |
Color Harmonies of #EFDBA4
Complementary color
Monochromatic Colors of #EFDBA4
Black with #EFDBA4
Text Example
Text Example
White with #EFDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBA4; }
p { color: rgb(239,219,164); }
H1.HeaderClassName
{
color: #EFDBA4;
}
.AnyTagClassName
{
color: #EFDBA4;
}
</style>
background-color css
<style>
a { background-color: #EFDBA4; }
a { background-color: rgb(239,219,164); }
div.DivClassName
{
background-color: #EFDBA4;
}
.BgClassName
{
background-color: #EFDBA4;
}
</style>
border-color css
<style>
span { border-color: #EFDBA4; }
span { border-color: rgb(239,219,164); }
td.TdClassName
{
border-color: #EFDBA4;
}
.TagClassName
{
border-color: #EFDBA4;
}
</style>