Shades of Sidecar #EEDDA5
Tints of Sidecar #EEDDA5
RGB
CMYK
RGB Variations
Color information
#EEDDA5 (or 0xEEDDA5) is known color: Sidecar. HEX triplet: EE, DD and A5. RGB value is (238,221,165). Sum of RGB (Red+Green+Blue) = 238+221+165=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDA5 is #11225A. Grayscale: #DBDBDB. Windows color (decimal): -1122907 or 10870254. OLE color: 10870254.
HSL color Cylindrical-coordinate representation of color #EEDDA5: hue angle of 46.03º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEDDA5 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 165 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.07 |
| HSL | 46.03º | 0.68% | 0.79% | - |
| HSV(B) | 46.03º | 0.31% | 0.93% | - |
| XYZ | 67.91 | 72.61 | 46.03 | - |
| YUV | 219.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 165 | 0 | 0.07 | 0.31 | 0.07 | 46.03 | 0.68 | 0.79 |
| Hex | EE | DD | A5 | 0 | 7 | 1F | 7 | 2E | 44 | 4F |
| Octal | 356 | 335 | 245 | 0 | 7 | 37 | 7 | 56 | 104 | 117 |
| Binary | 11101110 | 11011101 | 10100101 | 0 | 111 | 11111 | 111 | 101110 | 1000100 | 1001111 |
Color Harmonies of #EEDDA5
Complementary color
Monochromatic Colors of #EEDDA5
Black with #EEDDA5
Text Example
Text Example
White with #EEDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDA5; }
p { color: rgb(238,221,165); }
H1.HeaderClassName
{
color: #EEDDA5;
}
.AnyTagClassName
{
color: #EEDDA5;
}
</style>
background-color css
<style>
a { background-color: #EEDDA5; }
a { background-color: rgb(238,221,165); }
div.DivClassName
{
background-color: #EEDDA5;
}
.BgClassName
{
background-color: #EEDDA5;
}
</style>
border-color css
<style>
span { border-color: #EEDDA5; }
span { border-color: rgb(238,221,165); }
td.TdClassName
{
border-color: #EEDDA5;
}
.TagClassName
{
border-color: #EEDDA5;
}
</style>