Shades of Sidecar #EDDDAE
Tints of Sidecar #EDDDAE
RGB
CMYK
RGB Variations
Color information
#EDDDAE (or 0xEDDDAE) is known color: Sidecar. HEX triplet: ED, DD and AE. RGB value is (237,221,174). Sum of RGB (Red+Green+Blue) = 237+221+174=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDAE is #122251. Grayscale: #DCDCDC. Windows color (decimal): -1188434 or 11460077. OLE color: 11460077.
HSL color Cylindrical-coordinate representation of color #EDDDAE: hue angle of 44.76º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDDDAE is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 174 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.07 |
| HSL | 44.76º | 0.64% | 0.81% | - |
| HSV(B) | 44.76º | 0.27% | 0.93% | - |
| XYZ | 68.42 | 72.77 | 50.48 | - |
| YUV | 220.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 174 | 0 | 0.07 | 0.27 | 0.07 | 44.76 | 0.64 | 0.81 |
| Hex | ED | DD | AE | 0 | 7 | 1B | 7 | 2D | 40 | 51 |
| Octal | 355 | 335 | 256 | 0 | 7 | 33 | 7 | 55 | 100 | 121 |
| Binary | 11101101 | 11011101 | 10101110 | 0 | 111 | 11011 | 111 | 101101 | 1000000 | 1010001 |
Color Harmonies of #EDDDAE
Complementary color
Monochromatic Colors of #EDDDAE
Black with #EDDDAE
Text Example
Text Example
White with #EDDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDAE; }
p { color: rgb(237,221,174); }
H1.HeaderClassName
{
color: #EDDDAE;
}
.AnyTagClassName
{
color: #EDDDAE;
}
</style>
background-color css
<style>
a { background-color: #EDDDAE; }
a { background-color: rgb(237,221,174); }
div.DivClassName
{
background-color: #EDDDAE;
}
.BgClassName
{
background-color: #EDDDAE;
}
</style>
border-color css
<style>
span { border-color: #EDDDAE; }
span { border-color: rgb(237,221,174); }
td.TdClassName
{
border-color: #EDDDAE;
}
.TagClassName
{
border-color: #EDDDAE;
}
</style>