Shades of Sidecar #EEDCA3
Tints of Sidecar #EEDCA3
RGB
CMYK
RGB Variations
Color information
#EEDCA3 (or 0xEEDCA3) is known color: Sidecar. HEX triplet: EE, DC and A3. RGB value is (238,220,163). Sum of RGB (Red+Green+Blue) = 238+220+163=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCA3 is #11235C. Grayscale: #DBDBDB. Windows color (decimal): -1123165 or 10738926. OLE color: 10738926.
HSL color Cylindrical-coordinate representation of color #EEDCA3: hue angle of 45.6º 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 #EEDCA3 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 163 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 45.6º | 0.69% | 0.79% | - |
| HSV(B) | 45.6º | 0.32% | 0.93% | - |
| XYZ | 67.46 | 72.01 | 44.99 | - |
| YUV | 218.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 163 | 0 | 0.08 | 0.32 | 0.07 | 45.6 | 0.69 | 0.79 |
| Hex | EE | DC | A3 | 0 | 8 | 20 | 7 | 2E | 45 | 4F |
| Octal | 356 | 334 | 243 | 0 | 10 | 40 | 7 | 56 | 105 | 117 |
| Binary | 11101110 | 11011100 | 10100011 | 0 | 1000 | 100000 | 111 | 101110 | 1000101 | 1001111 |
Color Harmonies of #EEDCA3
Complementary color
Monochromatic Colors of #EEDCA3
Black with #EEDCA3
Text Example
Text Example
White with #EEDCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCA3; }
p { color: rgb(238,220,163); }
H1.HeaderClassName
{
color: #EEDCA3;
}
.AnyTagClassName
{
color: #EEDCA3;
}
</style>
background-color css
<style>
a { background-color: #EEDCA3; }
a { background-color: rgb(238,220,163); }
div.DivClassName
{
background-color: #EEDCA3;
}
.BgClassName
{
background-color: #EEDCA3;
}
</style>
border-color css
<style>
span { border-color: #EEDCA3; }
span { border-color: rgb(238,220,163); }
td.TdClassName
{
border-color: #EEDCA3;
}
.TagClassName
{
border-color: #EEDCA3;
}
</style>