Shades of Sidecar #EBDDAD
Tints of Sidecar #EBDDAD
RGB
CMYK
RGB Variations
Color information
#EBDDAD (or 0xEBDDAD) is known color: Sidecar. HEX triplet: EB, DD and AD. RGB value is (235,221,173). Sum of RGB (Red+Green+Blue) = 235+221+173=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAD is #142252. Grayscale: #DBDBDB. Windows color (decimal): -1319507 or 11394539. OLE color: 11394539.
HSL color Cylindrical-coordinate representation of color #EBDDAD: hue angle of 46.45º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBDDAD is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 173 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.08 |
| HSL | 46.45º | 0.61% | 0.8% | - |
| HSV(B) | 46.45º | 0.26% | 0.92% | - |
| XYZ | 67.66 | 72.39 | 49.94 | - |
| YUV | 219.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 173 | 0 | 0.06 | 0.26 | 0.08 | 46.45 | 0.61 | 0.8 |
| Hex | EB | DD | AD | 0 | 6 | 1A | 8 | 2E | 3D | 50 |
| Octal | 353 | 335 | 255 | 0 | 6 | 32 | 10 | 56 | 75 | 120 |
| Binary | 11101011 | 11011101 | 10101101 | 0 | 110 | 11010 | 1000 | 101110 | 111101 | 1010000 |
Color Harmonies of #EBDDAD
Complementary color
Monochromatic Colors of #EBDDAD
Black with #EBDDAD
Text Example
Text Example
White with #EBDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDAD; }
p { color: rgb(235,221,173); }
H1.HeaderClassName
{
color: #EBDDAD;
}
.AnyTagClassName
{
color: #EBDDAD;
}
</style>
background-color css
<style>
a { background-color: #EBDDAD; }
a { background-color: rgb(235,221,173); }
div.DivClassName
{
background-color: #EBDDAD;
}
.BgClassName
{
background-color: #EBDDAD;
}
</style>
border-color css
<style>
span { border-color: #EBDDAD; }
span { border-color: rgb(235,221,173); }
td.TdClassName
{
border-color: #EBDDAD;
}
.TagClassName
{
border-color: #EBDDAD;
}
</style>