Shades of Sidecar #EBDBAC
Tints of Sidecar #EBDBAC
RGB
CMYK
RGB Variations
Color information
#EBDBAC (or 0xEBDBAC) is known color: Sidecar. HEX triplet: EB, DB and AC. RGB value is (235,219,172). Sum of RGB (Red+Green+Blue) = 235+219+172=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBAC is #142453. Grayscale: #DADADA. Windows color (decimal): -1320020 or 11328491. OLE color: 11328491.
HSL color Cylindrical-coordinate representation of color #EBDBAC: hue angle of 44.76º 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 #EBDBAC is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 172 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.08 |
| HSL | 44.76º | 0.61% | 0.8% | - |
| HSV(B) | 44.76º | 0.27% | 0.92% | - |
| XYZ | 67.04 | 71.3 | 49.26 | - |
| YUV | 218.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 172 | 0 | 0.07 | 0.27 | 0.08 | 44.76 | 0.61 | 0.8 |
| Hex | EB | DB | AC | 0 | 7 | 1B | 8 | 2D | 3D | 50 |
| Octal | 353 | 333 | 254 | 0 | 7 | 33 | 10 | 55 | 75 | 120 |
| Binary | 11101011 | 11011011 | 10101100 | 0 | 111 | 11011 | 1000 | 101101 | 111101 | 1010000 |
Color Harmonies of #EBDBAC
Complementary color
Monochromatic Colors of #EBDBAC
Black with #EBDBAC
Text Example
Text Example
White with #EBDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBAC; }
p { color: rgb(235,219,172); }
H1.HeaderClassName
{
color: #EBDBAC;
}
.AnyTagClassName
{
color: #EBDBAC;
}
</style>
background-color css
<style>
a { background-color: #EBDBAC; }
a { background-color: rgb(235,219,172); }
div.DivClassName
{
background-color: #EBDBAC;
}
.BgClassName
{
background-color: #EBDBAC;
}
</style>
border-color css
<style>
span { border-color: #EBDBAC; }
span { border-color: rgb(235,219,172); }
td.TdClassName
{
border-color: #EBDBAC;
}
.TagClassName
{
border-color: #EBDBAC;
}
</style>