Shades of Sidecar #EDDCAC
Tints of Sidecar #EDDCAC
RGB
CMYK
RGB Variations
Color information
#EDDCAC (or 0xEDDCAC) is known color: Sidecar. HEX triplet: ED, DC and AC. RGB value is (237,220,172). Sum of RGB (Red+Green+Blue) = 237+220+172=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAC is #122353. Grayscale: #DBDBDB. Windows color (decimal): -1188692 or 11328749. OLE color: 11328749.
HSL color Cylindrical-coordinate representation of color #EDDCAC: hue angle of 44.31º 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 #EDDCAC is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 172 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.07 |
| HSL | 44.31º | 0.64% | 0.8% | - |
| HSV(B) | 44.31º | 0.27% | 0.93% | - |
| XYZ | 67.96 | 72.17 | 49.38 | - |
| YUV | 219.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 172 | 0 | 0.07 | 0.27 | 0.07 | 44.31 | 0.64 | 0.8 |
| Hex | ED | DC | AC | 0 | 7 | 1B | 7 | 2C | 40 | 50 |
| Octal | 355 | 334 | 254 | 0 | 7 | 33 | 7 | 54 | 100 | 120 |
| Binary | 11101101 | 11011100 | 10101100 | 0 | 111 | 11011 | 111 | 101100 | 1000000 | 1010000 |
Color Harmonies of #EDDCAC
Complementary color
Monochromatic Colors of #EDDCAC
Black with #EDDCAC
Text Example
Text Example
White with #EDDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCAC; }
p { color: rgb(237,220,172); }
H1.HeaderClassName
{
color: #EDDCAC;
}
.AnyTagClassName
{
color: #EDDCAC;
}
</style>
background-color css
<style>
a { background-color: #EDDCAC; }
a { background-color: rgb(237,220,172); }
div.DivClassName
{
background-color: #EDDCAC;
}
.BgClassName
{
background-color: #EDDCAC;
}
</style>
border-color css
<style>
span { border-color: #EDDCAC; }
span { border-color: rgb(237,220,172); }
td.TdClassName
{
border-color: #EDDCAC;
}
.TagClassName
{
border-color: #EDDCAC;
}
</style>