Shades of Sidecar #EEDCAB
Tints of Sidecar #EEDCAB
RGB
CMYK
RGB Variations
Color information
#EEDCAB (or 0xEEDCAB) is known color: Sidecar. HEX triplet: EE, DC and AB. RGB value is (238,220,171). Sum of RGB (Red+Green+Blue) = 238+220+171=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCAB is #112354. Grayscale: #DCDCDC. Windows color (decimal): -1123157 or 11263214. OLE color: 11263214.
HSL color Cylindrical-coordinate representation of color #EEDCAB: hue angle of 43.88º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEDCAB is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 171 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.07 |
| HSL | 43.88º | 0.66% | 0.8% | - |
| HSV(B) | 43.88º | 0.28% | 0.93% | - |
| XYZ | 68.2 | 72.3 | 48.89 | - |
| YUV | 219.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 171 | 0 | 0.08 | 0.28 | 0.07 | 43.88 | 0.66 | 0.8 |
| Hex | EE | DC | AB | 0 | 8 | 1C | 7 | 2C | 42 | 50 |
| Octal | 356 | 334 | 253 | 0 | 10 | 34 | 7 | 54 | 102 | 120 |
| Binary | 11101110 | 11011100 | 10101011 | 0 | 1000 | 11100 | 111 | 101100 | 1000010 | 1010000 |
Color Harmonies of #EEDCAB
Complementary color
Monochromatic Colors of #EEDCAB
Black with #EEDCAB
Text Example
Text Example
White with #EEDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCAB; }
p { color: rgb(238,220,171); }
H1.HeaderClassName
{
color: #EEDCAB;
}
.AnyTagClassName
{
color: #EEDCAB;
}
</style>
background-color css
<style>
a { background-color: #EEDCAB; }
a { background-color: rgb(238,220,171); }
div.DivClassName
{
background-color: #EEDCAB;
}
.BgClassName
{
background-color: #EEDCAB;
}
</style>
border-color css
<style>
span { border-color: #EEDCAB; }
span { border-color: rgb(238,220,171); }
td.TdClassName
{
border-color: #EEDCAB;
}
.TagClassName
{
border-color: #EEDCAB;
}
</style>