Shades of Sidecar #EDDDAC
Tints of Sidecar #EDDDAC
RGB
CMYK
RGB Variations
Color information
#EDDDAC (or 0xEDDDAC) is known color: Sidecar. HEX triplet: ED, DD and AC. RGB value is (237,221,172). Sum of RGB (Red+Green+Blue) = 237+221+172=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDAC is #122253. Grayscale: #DCDCDC. Windows color (decimal): -1188436 or 11329005. OLE color: 11329005.
HSL color Cylindrical-coordinate representation of color #EDDDAC: hue angle of 45.23º 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 #EDDDAC is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 172 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.07 |
| HSL | 45.23º | 0.64% | 0.8% | - |
| HSV(B) | 45.23º | 0.27% | 0.93% | - |
| XYZ | 68.23 | 72.7 | 49.47 | - |
| YUV | 220.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 172 | 0 | 0.07 | 0.27 | 0.07 | 45.23 | 0.64 | 0.8 |
| Hex | ED | DD | AC | 0 | 7 | 1B | 7 | 2D | 40 | 50 |
| Octal | 355 | 335 | 254 | 0 | 7 | 33 | 7 | 55 | 100 | 120 |
| Binary | 11101101 | 11011101 | 10101100 | 0 | 111 | 11011 | 111 | 101101 | 1000000 | 1010000 |
Color Harmonies of #EDDDAC
Complementary color
Monochromatic Colors of #EDDDAC
Black with #EDDDAC
Text Example
Text Example
White with #EDDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDAC; }
p { color: rgb(237,221,172); }
H1.HeaderClassName
{
color: #EDDDAC;
}
.AnyTagClassName
{
color: #EDDDAC;
}
</style>
background-color css
<style>
a { background-color: #EDDDAC; }
a { background-color: rgb(237,221,172); }
div.DivClassName
{
background-color: #EDDDAC;
}
.BgClassName
{
background-color: #EDDDAC;
}
</style>
border-color css
<style>
span { border-color: #EDDDAC; }
span { border-color: rgb(237,221,172); }
td.TdClassName
{
border-color: #EDDDAC;
}
.TagClassName
{
border-color: #EDDDAC;
}
</style>