Shades of Sidecar #EDDCA9
Tints of Sidecar #EDDCA9
RGB
CMYK
RGB Variations
Color information
#EDDCA9 (or 0xEDDCA9) is known color: Sidecar. HEX triplet: ED, DC and A9. RGB value is (237,220,169). Sum of RGB (Red+Green+Blue) = 237+220+169=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 169 (66.41% from 255 or 27.00% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCA9 is #122356. Grayscale: #DBDBDB. Windows color (decimal): -1188695 or 11132141. OLE color: 11132141.
HSL color Cylindrical-coordinate representation of color #EDDCA9: hue angle of 45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDDCA9 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 169 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.07 |
| HSL | 45º | 0.65% | 0.8% | - |
| HSV(B) | 45º | 0.29% | 0.93% | - |
| XYZ | 67.68 | 72.06 | 47.88 | - |
| YUV | 219.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 169 | 0 | 0.07 | 0.29 | 0.07 | 45 | 0.65 | 0.8 |
| Hex | ED | DC | A9 | 0 | 7 | 1D | 7 | 2D | 41 | 50 |
| Octal | 355 | 334 | 251 | 0 | 7 | 35 | 7 | 55 | 101 | 120 |
| Binary | 11101101 | 11011100 | 10101001 | 0 | 111 | 11101 | 111 | 101101 | 1000001 | 1010000 |
Color Harmonies of #EDDCA9
Complementary color
Monochromatic Colors of #EDDCA9
Black with #EDDCA9
Text Example
Text Example
White with #EDDCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCA9; }
p { color: rgb(237,220,169); }
H1.HeaderClassName
{
color: #EDDCA9;
}
.AnyTagClassName
{
color: #EDDCA9;
}
</style>
background-color css
<style>
a { background-color: #EDDCA9; }
a { background-color: rgb(237,220,169); }
div.DivClassName
{
background-color: #EDDCA9;
}
.BgClassName
{
background-color: #EDDCA9;
}
</style>
border-color css
<style>
span { border-color: #EDDCA9; }
span { border-color: rgb(237,220,169); }
td.TdClassName
{
border-color: #EDDCA9;
}
.TagClassName
{
border-color: #EDDCA9;
}
</style>