Shades of Sidecar #EFDCA5
Tints of Sidecar #EFDCA5
RGB
CMYK
RGB Variations
Color information
#EFDCA5 (or 0xEFDCA5) is known color: Sidecar. HEX triplet: EF, DC and A5. RGB value is (239,220,165). Sum of RGB (Red+Green+Blue) = 239+220+165=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCA5 is #10235A. Grayscale: #DBDBDB. Windows color (decimal): -1057627 or 10869999. OLE color: 10869999.
HSL color Cylindrical-coordinate representation of color #EFDCA5: hue angle of 44.59º 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 #EFDCA5 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 165 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.06 |
| HSL | 44.59º | 0.7% | 0.79% | - |
| HSV(B) | 44.59º | 0.31% | 0.94% | - |
| XYZ | 67.98 | 72.25 | 45.96 | - |
| YUV | 219.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 165 | 0 | 0.08 | 0.31 | 0.06 | 44.59 | 0.7 | 0.79 |
| Hex | EF | DC | A5 | 0 | 8 | 1F | 6 | 2D | 46 | 4F |
| Octal | 357 | 334 | 245 | 0 | 10 | 37 | 6 | 55 | 106 | 117 |
| Binary | 11101111 | 11011100 | 10100101 | 0 | 1000 | 11111 | 110 | 101101 | 1000110 | 1001111 |
Color Harmonies of #EFDCA5
Complementary color
Monochromatic Colors of #EFDCA5
Black with #EFDCA5
Text Example
Text Example
White with #EFDCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCA5; }
p { color: rgb(239,220,165); }
H1.HeaderClassName
{
color: #EFDCA5;
}
.AnyTagClassName
{
color: #EFDCA5;
}
</style>
background-color css
<style>
a { background-color: #EFDCA5; }
a { background-color: rgb(239,220,165); }
div.DivClassName
{
background-color: #EFDCA5;
}
.BgClassName
{
background-color: #EFDCA5;
}
</style>
border-color css
<style>
span { border-color: #EFDCA5; }
span { border-color: rgb(239,220,165); }
td.TdClassName
{
border-color: #EFDCA5;
}
.TagClassName
{
border-color: #EFDCA5;
}
</style>