Shades of Sidecar #EEDCAA
Tints of Sidecar #EEDCAA
RGB
CMYK
RGB Variations
Color information
#EEDCAA (or 0xEEDCAA) is known color: Sidecar. HEX triplet: EE, DC and AA. RGB value is (238,220,170). Sum of RGB (Red+Green+Blue) = 238+220+170=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCAA is #112355. Grayscale: #DBDBDB. Windows color (decimal): -1123158 or 11197678. OLE color: 11197678.
HSL color Cylindrical-coordinate representation of color #EEDCAA: hue angle of 44.12º 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 #EEDCAA is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 170 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.07 |
| HSL | 44.12º | 0.67% | 0.8% | - |
| HSV(B) | 44.12º | 0.29% | 0.93% | - |
| XYZ | 68.11 | 72.27 | 48.39 | - |
| YUV | 219.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 170 | 0 | 0.08 | 0.29 | 0.07 | 44.12 | 0.67 | 0.8 |
| Hex | EE | DC | AA | 0 | 8 | 1D | 7 | 2C | 43 | 50 |
| Octal | 356 | 334 | 252 | 0 | 10 | 35 | 7 | 54 | 103 | 120 |
| Binary | 11101110 | 11011100 | 10101010 | 0 | 1000 | 11101 | 111 | 101100 | 1000011 | 1010000 |
Color Harmonies of #EEDCAA
Complementary color
Monochromatic Colors of #EEDCAA
Black with #EEDCAA
Text Example
Text Example
White with #EEDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCAA; }
p { color: rgb(238,220,170); }
H1.HeaderClassName
{
color: #EEDCAA;
}
.AnyTagClassName
{
color: #EEDCAA;
}
</style>
background-color css
<style>
a { background-color: #EEDCAA; }
a { background-color: rgb(238,220,170); }
div.DivClassName
{
background-color: #EEDCAA;
}
.BgClassName
{
background-color: #EEDCAA;
}
</style>
border-color css
<style>
span { border-color: #EEDCAA; }
span { border-color: rgb(238,220,170); }
td.TdClassName
{
border-color: #EEDCAA;
}
.TagClassName
{
border-color: #EEDCAA;
}
</style>