Shades of Sidecar #EEDBA6
Tints of Sidecar #EEDBA6
RGB
CMYK
RGB Variations
Color information
#EEDBA6 (or 0xEEDBA6) is known color: Sidecar. HEX triplet: EE, DB and A6. RGB value is (238,219,166). Sum of RGB (Red+Green+Blue) = 238+219+166=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA6 is #112459. Grayscale: #DADADA. Windows color (decimal): -1123418 or 10935278. OLE color: 10935278.
HSL color Cylindrical-coordinate representation of color #EEDBA6: hue angle of 44.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEDBA6 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 166 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.07 |
| HSL | 44.17º | 0.68% | 0.79% | - |
| HSV(B) | 44.17º | 0.3% | 0.93% | - |
| XYZ | 67.47 | 71.59 | 46.34 | - |
| YUV | 218.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 166 | 0 | 0.08 | 0.30 | 0.07 | 44.17 | 0.68 | 0.79 |
| Hex | EE | DB | A6 | 0 | 8 | 1E | 7 | 2C | 44 | 4F |
| Octal | 356 | 333 | 246 | 0 | 10 | 36 | 7 | 54 | 104 | 117 |
| Binary | 11101110 | 11011011 | 10100110 | 0 | 1000 | 11110 | 111 | 101100 | 1000100 | 1001111 |
Color Harmonies of #EEDBA6
Complementary color
Monochromatic Colors of #EEDBA6
Black with #EEDBA6
Text Example
Text Example
White with #EEDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBA6; }
p { color: rgb(238,219,166); }
H1.HeaderClassName
{
color: #EEDBA6;
}
.AnyTagClassName
{
color: #EEDBA6;
}
</style>
background-color css
<style>
a { background-color: #EEDBA6; }
a { background-color: rgb(238,219,166); }
div.DivClassName
{
background-color: #EEDBA6;
}
.BgClassName
{
background-color: #EEDBA6;
}
</style>
border-color css
<style>
span { border-color: #EEDBA6; }
span { border-color: rgb(238,219,166); }
td.TdClassName
{
border-color: #EEDBA6;
}
.TagClassName
{
border-color: #EEDBA6;
}
</style>