Shades of Sidecar #EEDDA3
Tints of Sidecar #EEDDA3
RGB
CMYK
RGB Variations
Color information
#EEDDA3 (or 0xEEDDA3) is known color: Sidecar. HEX triplet: EE, DD and A3. RGB value is (238,221,163). Sum of RGB (Red+Green+Blue) = 238+221+163=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDA3 is #11225C. Grayscale: #DBDBDB. Windows color (decimal): -1122909 or 10739182. OLE color: 10739182.
HSL color Cylindrical-coordinate representation of color #EEDDA3: hue angle of 46.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEDDA3 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 163 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.07 |
| HSL | 46.4º | 0.69% | 0.79% | - |
| HSV(B) | 46.4º | 0.32% | 0.93% | - |
| XYZ | 67.73 | 72.53 | 45.08 | - |
| YUV | 219.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 163 | 0 | 0.07 | 0.32 | 0.07 | 46.4 | 0.69 | 0.79 |
| Hex | EE | DD | A3 | 0 | 7 | 20 | 7 | 2E | 45 | 4F |
| Octal | 356 | 335 | 243 | 0 | 7 | 40 | 7 | 56 | 105 | 117 |
| Binary | 11101110 | 11011101 | 10100011 | 0 | 111 | 100000 | 111 | 101110 | 1000101 | 1001111 |
Color Harmonies of #EEDDA3
Complementary color
Monochromatic Colors of #EEDDA3
Black with #EEDDA3
Text Example
Text Example
White with #EEDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDA3; }
p { color: rgb(238,221,163); }
H1.HeaderClassName
{
color: #EEDDA3;
}
.AnyTagClassName
{
color: #EEDDA3;
}
</style>
background-color css
<style>
a { background-color: #EEDDA3; }
a { background-color: rgb(238,221,163); }
div.DivClassName
{
background-color: #EEDDA3;
}
.BgClassName
{
background-color: #EEDDA3;
}
</style>
border-color css
<style>
span { border-color: #EEDDA3; }
span { border-color: rgb(238,221,163); }
td.TdClassName
{
border-color: #EEDDA3;
}
.TagClassName
{
border-color: #EEDDA3;
}
</style>