Shades of Sidecar #EDDDAD
Tints of Sidecar #EDDDAD
RGB
CMYK
RGB Variations
Color information
#EDDDAD (or 0xEDDDAD) is known color: Sidecar. HEX triplet: ED, DD and AD. RGB value is (237,221,173). Sum of RGB (Red+Green+Blue) = 237+221+173=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDAD is #122252. Grayscale: #DCDCDC. Windows color (decimal): -1188435 or 11394541. OLE color: 11394541.
HSL color Cylindrical-coordinate representation of color #EDDDAD: hue angle of 45º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDDDAD is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 173 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.07 |
| HSL | 45º | 0.64% | 0.8% | - |
| HSV(B) | 45º | 0.27% | 0.93% | - |
| XYZ | 68.32 | 72.73 | 49.97 | - |
| YUV | 220.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 173 | 0 | 0.07 | 0.27 | 0.07 | 45 | 0.64 | 0.8 |
| Hex | ED | DD | AD | 0 | 7 | 1B | 7 | 2D | 40 | 50 |
| Octal | 355 | 335 | 255 | 0 | 7 | 33 | 7 | 55 | 100 | 120 |
| Binary | 11101101 | 11011101 | 10101101 | 0 | 111 | 11011 | 111 | 101101 | 1000000 | 1010000 |
Color Harmonies of #EDDDAD
Complementary color
Monochromatic Colors of #EDDDAD
Black with #EDDDAD
Text Example
Text Example
White with #EDDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDAD; }
p { color: rgb(237,221,173); }
H1.HeaderClassName
{
color: #EDDDAD;
}
.AnyTagClassName
{
color: #EDDDAD;
}
</style>
background-color css
<style>
a { background-color: #EDDDAD; }
a { background-color: rgb(237,221,173); }
div.DivClassName
{
background-color: #EDDDAD;
}
.BgClassName
{
background-color: #EDDDAD;
}
</style>
border-color css
<style>
span { border-color: #EDDDAD; }
span { border-color: rgb(237,221,173); }
td.TdClassName
{
border-color: #EDDDAD;
}
.TagClassName
{
border-color: #EDDDAD;
}
</style>