Shades of Sidecar #EBDDAC
Tints of Sidecar #EBDDAC
RGB
CMYK
RGB Variations
Color information
#EBDDAC (or 0xEBDDAC) is known color: Sidecar. HEX triplet: EB, DD and AC. RGB value is (235,221,172). Sum of RGB (Red+Green+Blue) = 235+221+172=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAC is #142253. Grayscale: #DBDBDB. Windows color (decimal): -1319508 or 11329003. OLE color: 11329003.
HSL color Cylindrical-coordinate representation of color #EBDDAC: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBDDAC is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 172 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.08 |
| HSL | 46.67º | 0.61% | 0.8% | - |
| HSV(B) | 46.67º | 0.27% | 0.92% | - |
| XYZ | 67.56 | 72.35 | 49.43 | - |
| YUV | 219.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 172 | 0 | 0.06 | 0.27 | 0.08 | 46.67 | 0.61 | 0.8 |
| Hex | EB | DD | AC | 0 | 6 | 1B | 8 | 2F | 3D | 50 |
| Octal | 353 | 335 | 254 | 0 | 6 | 33 | 10 | 57 | 75 | 120 |
| Binary | 11101011 | 11011101 | 10101100 | 0 | 110 | 11011 | 1000 | 101111 | 111101 | 1010000 |
Color Harmonies of #EBDDAC
Complementary color
Monochromatic Colors of #EBDDAC
Black with #EBDDAC
Text Example
Text Example
White with #EBDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDAC; }
p { color: rgb(235,221,172); }
H1.HeaderClassName
{
color: #EBDDAC;
}
.AnyTagClassName
{
color: #EBDDAC;
}
</style>
background-color css
<style>
a { background-color: #EBDDAC; }
a { background-color: rgb(235,221,172); }
div.DivClassName
{
background-color: #EBDDAC;
}
.BgClassName
{
background-color: #EBDDAC;
}
</style>
border-color css
<style>
span { border-color: #EBDDAC; }
span { border-color: rgb(235,221,172); }
td.TdClassName
{
border-color: #EBDDAC;
}
.TagClassName
{
border-color: #EBDDAC;
}
</style>