Shades of Sidecar #EEDDA9
Tints of Sidecar #EEDDA9
RGB
CMYK
RGB Variations
Color information
#EEDDA9 (or 0xEEDDA9) is known color: Sidecar. HEX triplet: EE, DD and A9. RGB value is (238,221,169). Sum of RGB (Red+Green+Blue) = 238+221+169=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDA9 is #112256. Grayscale: #DCDCDC. Windows color (decimal): -1122903 or 11132398. OLE color: 11132398.
HSL color Cylindrical-coordinate representation of color #EEDDA9: hue angle of 45.22º degrees, saturation: 0.67, 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 #EEDDA9 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 169 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.07 |
| HSL | 45.22º | 0.67% | 0.8% | - |
| HSV(B) | 45.22º | 0.29% | 0.93% | - |
| XYZ | 68.28 | 72.75 | 47.98 | - |
| YUV | 220.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 169 | 0 | 0.07 | 0.29 | 0.07 | 45.22 | 0.67 | 0.8 |
| Hex | EE | DD | A9 | 0 | 7 | 1D | 7 | 2D | 43 | 50 |
| Octal | 356 | 335 | 251 | 0 | 7 | 35 | 7 | 55 | 103 | 120 |
| Binary | 11101110 | 11011101 | 10101001 | 0 | 111 | 11101 | 111 | 101101 | 1000011 | 1010000 |
Color Harmonies of #EEDDA9
Complementary color
Monochromatic Colors of #EEDDA9
Black with #EEDDA9
Text Example
Text Example
White with #EEDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDA9; }
p { color: rgb(238,221,169); }
H1.HeaderClassName
{
color: #EEDDA9;
}
.AnyTagClassName
{
color: #EEDDA9;
}
</style>
background-color css
<style>
a { background-color: #EEDDA9; }
a { background-color: rgb(238,221,169); }
div.DivClassName
{
background-color: #EEDDA9;
}
.BgClassName
{
background-color: #EEDDA9;
}
</style>
border-color css
<style>
span { border-color: #EEDDA9; }
span { border-color: rgb(238,221,169); }
td.TdClassName
{
border-color: #EEDDA9;
}
.TagClassName
{
border-color: #EEDDA9;
}
</style>