Shades of Sidecar #EBDD9F
Tints of Sidecar #EBDD9F
RGB
CMYK
RGB Variations
Color information
#EBDD9F (or 0xEBDD9F) is known color: Sidecar. HEX triplet: EB, DD and 9F. RGB value is (235,221,159). Sum of RGB (Red+Green+Blue) = 235+221+159=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD9F is #142260. Grayscale: #DADADA. Windows color (decimal): -1319521 or 10477035. OLE color: 10477035.
HSL color Cylindrical-coordinate representation of color #EBDD9F: hue angle of 48.95º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBDD9F is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 159 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.08 |
| HSL | 48.95º | 0.66% | 0.77% | - |
| HSV(B) | 48.95º | 0.32% | 0.92% | - |
| XYZ | 66.38 | 71.88 | 43.18 | - |
| YUV | 218.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 159 | 0 | 0.06 | 0.32 | 0.08 | 48.95 | 0.66 | 0.77 |
| Hex | EB | DD | 9F | 0 | 6 | 20 | 8 | 31 | 42 | 4D |
| Octal | 353 | 335 | 237 | 0 | 6 | 40 | 10 | 61 | 102 | 115 |
| Binary | 11101011 | 11011101 | 10011111 | 0 | 110 | 100000 | 1000 | 110001 | 1000010 | 1001101 |
Color Harmonies of #EBDD9F
Complementary color
Monochromatic Colors of #EBDD9F
Black with #EBDD9F
Text Example
Text Example
White with #EBDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD9F; }
p { color: rgb(235,221,159); }
H1.HeaderClassName
{
color: #EBDD9F;
}
.AnyTagClassName
{
color: #EBDD9F;
}
</style>
background-color css
<style>
a { background-color: #EBDD9F; }
a { background-color: rgb(235,221,159); }
div.DivClassName
{
background-color: #EBDD9F;
}
.BgClassName
{
background-color: #EBDD9F;
}
</style>
border-color css
<style>
span { border-color: #EBDD9F; }
span { border-color: rgb(235,221,159); }
td.TdClassName
{
border-color: #EBDD9F;
}
.TagClassName
{
border-color: #EBDD9F;
}
</style>