Shades of Sidecar #EFDDAD
Tints of Sidecar #EFDDAD
RGB
CMYK
RGB Variations
Color information
#EFDDAD (or 0xEFDDAD) is known color: Sidecar. HEX triplet: EF, DD and AD. RGB value is (239,221,173). Sum of RGB (Red+Green+Blue) = 239+221+173=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDAD is #102252. Grayscale: #DDDDDD. Windows color (decimal): -1057363 or 11394543. OLE color: 11394543.
HSL color Cylindrical-coordinate representation of color #EFDDAD: hue angle of 43.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFDDAD is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 173 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 43.64º | 0.67% | 0.81% | - |
| HSV(B) | 43.64º | 0.28% | 0.94% | - |
| XYZ | 69 | 73.08 | 50 | - |
| YUV | 220.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 173 | 0 | 0.08 | 0.28 | 0.06 | 43.64 | 0.67 | 0.81 |
| Hex | EF | DD | AD | 0 | 8 | 1C | 6 | 2C | 43 | 51 |
| Octal | 357 | 335 | 255 | 0 | 10 | 34 | 6 | 54 | 103 | 121 |
| Binary | 11101111 | 11011101 | 10101101 | 0 | 1000 | 11100 | 110 | 101100 | 1000011 | 1010001 |
Color Harmonies of #EFDDAD
Complementary color
Monochromatic Colors of #EFDDAD
Black with #EFDDAD
Text Example
Text Example
White with #EFDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDAD; }
p { color: rgb(239,221,173); }
H1.HeaderClassName
{
color: #EFDDAD;
}
.AnyTagClassName
{
color: #EFDDAD;
}
</style>
background-color css
<style>
a { background-color: #EFDDAD; }
a { background-color: rgb(239,221,173); }
div.DivClassName
{
background-color: #EFDDAD;
}
.BgClassName
{
background-color: #EFDDAD;
}
</style>
border-color css
<style>
span { border-color: #EFDDAD; }
span { border-color: rgb(239,221,173); }
td.TdClassName
{
border-color: #EFDDAD;
}
.TagClassName
{
border-color: #EFDDAD;
}
</style>