Shades of Sidecar #EBDCAC
Tints of Sidecar #EBDCAC
RGB
CMYK
RGB Variations
Color information
#EBDCAC (or 0xEBDCAC) is known color: Sidecar. HEX triplet: EB, DC and AC. RGB value is (235,220,172). Sum of RGB (Red+Green+Blue) = 235+220+172=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCAC is #142353. Grayscale: #DBDBDB. Windows color (decimal): -1319764 or 11328747. OLE color: 11328747.
HSL color Cylindrical-coordinate representation of color #EBDCAC: hue angle of 45.71º 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 #EBDCAC is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 172 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.08 |
| HSL | 45.71º | 0.61% | 0.8% | - |
| HSV(B) | 45.71º | 0.27% | 0.92% | - |
| XYZ | 67.3 | 71.83 | 49.35 | - |
| YUV | 219.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 172 | 0 | 0.06 | 0.27 | 0.08 | 45.71 | 0.61 | 0.8 |
| Hex | EB | DC | AC | 0 | 6 | 1B | 8 | 2E | 3D | 50 |
| Octal | 353 | 334 | 254 | 0 | 6 | 33 | 10 | 56 | 75 | 120 |
| Binary | 11101011 | 11011100 | 10101100 | 0 | 110 | 11011 | 1000 | 101110 | 111101 | 1010000 |
Color Harmonies of #EBDCAC
Complementary color
Monochromatic Colors of #EBDCAC
Black with #EBDCAC
Text Example
Text Example
White with #EBDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCAC; }
p { color: rgb(235,220,172); }
H1.HeaderClassName
{
color: #EBDCAC;
}
.AnyTagClassName
{
color: #EBDCAC;
}
</style>
background-color css
<style>
a { background-color: #EBDCAC; }
a { background-color: rgb(235,220,172); }
div.DivClassName
{
background-color: #EBDCAC;
}
.BgClassName
{
background-color: #EBDCAC;
}
</style>
border-color css
<style>
span { border-color: #EBDCAC; }
span { border-color: rgb(235,220,172); }
td.TdClassName
{
border-color: #EBDCAC;
}
.TagClassName
{
border-color: #EBDCAC;
}
</style>