Shades of Sidecar #EBDDB1
Tints of Sidecar #EBDDB1
RGB
CMYK
RGB Variations
Color information
#EBDDB1 (or 0xEBDDB1) is known color: Sidecar. HEX triplet: EB, DD and B1. RGB value is (235,221,177). Sum of RGB (Red+Green+Blue) = 235+221+177=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDB1 is #14224E. Grayscale: #DCDCDC. Windows color (decimal): -1319503 or 11656683. OLE color: 11656683.
HSL color Cylindrical-coordinate representation of color #EBDDB1: hue angle of 45.52º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBDDB1 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 177 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.08 |
| HSL | 45.52º | 0.59% | 0.81% | - |
| HSV(B) | 45.52º | 0.25% | 0.92% | - |
| XYZ | 68.05 | 72.55 | 52.01 | - |
| YUV | 220.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 177 | 0 | 0.06 | 0.25 | 0.08 | 45.52 | 0.59 | 0.81 |
| Hex | EB | DD | B1 | 0 | 6 | 19 | 8 | 2E | 3B | 51 |
| Octal | 353 | 335 | 261 | 0 | 6 | 31 | 10 | 56 | 73 | 121 |
| Binary | 11101011 | 11011101 | 10110001 | 0 | 110 | 11001 | 1000 | 101110 | 111011 | 1010001 |
Color Harmonies of #EBDDB1
Complementary color
Monochromatic Colors of #EBDDB1
Black with #EBDDB1
Text Example
Text Example
White with #EBDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDB1; }
p { color: rgb(235,221,177); }
H1.HeaderClassName
{
color: #EBDDB1;
}
.AnyTagClassName
{
color: #EBDDB1;
}
</style>
background-color css
<style>
a { background-color: #EBDDB1; }
a { background-color: rgb(235,221,177); }
div.DivClassName
{
background-color: #EBDDB1;
}
.BgClassName
{
background-color: #EBDDB1;
}
</style>
border-color css
<style>
span { border-color: #EBDDB1; }
span { border-color: rgb(235,221,177); }
td.TdClassName
{
border-color: #EBDDB1;
}
.TagClassName
{
border-color: #EBDDB1;
}
</style>