Shades of Sidecar #EEDBA8
Tints of Sidecar #EEDBA8
RGB
CMYK
RGB Variations
Color information
#EEDBA8 (or 0xEEDBA8) is known color: Sidecar. HEX triplet: EE, DB and A8. RGB value is (238,219,168). Sum of RGB (Red+Green+Blue) = 238+219+168=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA8 is #112457. Grayscale: #DBDBDB. Windows color (decimal): -1123416 or 11066350. OLE color: 11066350.
HSL color Cylindrical-coordinate representation of color #EEDBA8: hue angle of 43.71º 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 #EEDBA8 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 168 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.07 |
| HSL | 43.71º | 0.67% | 0.8% | - |
| HSV(B) | 43.71º | 0.29% | 0.93% | - |
| XYZ | 67.66 | 71.67 | 47.31 | - |
| YUV | 218.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 168 | 0 | 0.08 | 0.29 | 0.07 | 43.71 | 0.67 | 0.8 |
| Hex | EE | DB | A8 | 0 | 8 | 1D | 7 | 2C | 43 | 50 |
| Octal | 356 | 333 | 250 | 0 | 10 | 35 | 7 | 54 | 103 | 120 |
| Binary | 11101110 | 11011011 | 10101000 | 0 | 1000 | 11101 | 111 | 101100 | 1000011 | 1010000 |
Color Harmonies of #EEDBA8
Complementary color
Monochromatic Colors of #EEDBA8
Black with #EEDBA8
Text Example
Text Example
White with #EEDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBA8; }
p { color: rgb(238,219,168); }
H1.HeaderClassName
{
color: #EEDBA8;
}
.AnyTagClassName
{
color: #EEDBA8;
}
</style>
background-color css
<style>
a { background-color: #EEDBA8; }
a { background-color: rgb(238,219,168); }
div.DivClassName
{
background-color: #EEDBA8;
}
.BgClassName
{
background-color: #EEDBA8;
}
</style>
border-color css
<style>
span { border-color: #EEDBA8; }
span { border-color: rgb(238,219,168); }
td.TdClassName
{
border-color: #EEDBA8;
}
.TagClassName
{
border-color: #EEDBA8;
}
</style>