Shades of Sidecar #EDDEAC
Tints of Sidecar #EDDEAC
RGB
CMYK
RGB Variations
Color information
#EDDEAC (or 0xEDDEAC) is known color: Sidecar. HEX triplet: ED, DE and AC. RGB value is (237,222,172). Sum of RGB (Red+Green+Blue) = 237+222+172=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAC is #122153. Grayscale: #DDDDDD. Windows color (decimal): -1188180 or 11329261. OLE color: 11329261.
HSL color Cylindrical-coordinate representation of color #EDDEAC: hue angle of 46.15º 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 #EDDEAC is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 172 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.07 |
| HSL | 46.15º | 0.64% | 0.8% | - |
| HSV(B) | 46.15º | 0.27% | 0.93% | - |
| XYZ | 68.49 | 73.23 | 49.55 | - |
| YUV | 220.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 172 | 0 | 0.06 | 0.27 | 0.07 | 46.15 | 0.64 | 0.8 |
| Hex | ED | DE | AC | 0 | 6 | 1B | 7 | 2E | 40 | 50 |
| Octal | 355 | 336 | 254 | 0 | 6 | 33 | 7 | 56 | 100 | 120 |
| Binary | 11101101 | 11011110 | 10101100 | 0 | 110 | 11011 | 111 | 101110 | 1000000 | 1010000 |
Color Harmonies of #EDDEAC
Complementary color
Monochromatic Colors of #EDDEAC
Black with #EDDEAC
Text Example
Text Example
White with #EDDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEAC; }
p { color: rgb(237,222,172); }
H1.HeaderClassName
{
color: #EDDEAC;
}
.AnyTagClassName
{
color: #EDDEAC;
}
</style>
background-color css
<style>
a { background-color: #EDDEAC; }
a { background-color: rgb(237,222,172); }
div.DivClassName
{
background-color: #EDDEAC;
}
.BgClassName
{
background-color: #EDDEAC;
}
</style>
border-color css
<style>
span { border-color: #EDDEAC; }
span { border-color: rgb(237,222,172); }
td.TdClassName
{
border-color: #EDDEAC;
}
.TagClassName
{
border-color: #EDDEAC;
}
</style>