Shades of Sidecar #EEDBA3
Tints of Sidecar #EEDBA3
RGB
CMYK
RGB Variations
Color information
#EEDBA3 (or 0xEEDBA3) is known color: Sidecar. HEX triplet: EE, DB and A3. RGB value is (238,219,163). Sum of RGB (Red+Green+Blue) = 238+219+163=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 163 (64.06% from 255 or 26.29% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA3 is #11245C. Grayscale: #DADADA. Windows color (decimal): -1123421 or 10738670. OLE color: 10738670.
HSL color Cylindrical-coordinate representation of color #EEDBA3: hue angle of 44.8º 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 #EEDBA3 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 163 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 44.8º | 0.69% | 0.79% | - |
| HSV(B) | 44.8º | 0.32% | 0.93% | - |
| XYZ | 67.2 | 71.48 | 44.91 | - |
| YUV | 218.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 163 | 0 | 0.08 | 0.32 | 0.07 | 44.8 | 0.69 | 0.79 |
| Hex | EE | DB | A3 | 0 | 8 | 20 | 7 | 2D | 45 | 4F |
| Octal | 356 | 333 | 243 | 0 | 10 | 40 | 7 | 55 | 105 | 117 |
| Binary | 11101110 | 11011011 | 10100011 | 0 | 1000 | 100000 | 111 | 101101 | 1000101 | 1001111 |
Color Harmonies of #EEDBA3
Complementary color
Monochromatic Colors of #EEDBA3
Black with #EEDBA3
Text Example
Text Example
White with #EEDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBA3; }
p { color: rgb(238,219,163); }
H1.HeaderClassName
{
color: #EEDBA3;
}
.AnyTagClassName
{
color: #EEDBA3;
}
</style>
background-color css
<style>
a { background-color: #EEDBA3; }
a { background-color: rgb(238,219,163); }
div.DivClassName
{
background-color: #EEDBA3;
}
.BgClassName
{
background-color: #EEDBA3;
}
</style>
border-color css
<style>
span { border-color: #EEDBA3; }
span { border-color: rgb(238,219,163); }
td.TdClassName
{
border-color: #EEDBA3;
}
.TagClassName
{
border-color: #EEDBA3;
}
</style>