Shades of Sidecar #EBDBA2
Tints of Sidecar #EBDBA2
RGB
CMYK
RGB Variations
Color information
#EBDBA2 (or 0xEBDBA2) is known color: Sidecar. HEX triplet: EB, DB and A2. RGB value is (235,219,162). Sum of RGB (Red+Green+Blue) = 235+219+162=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBA2 is #14245D. Grayscale: #D9D9D9. Windows color (decimal): -1320030 or 10673131. OLE color: 10673131.
HSL color Cylindrical-coordinate representation of color #EBDBA2: hue angle of 46.85º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBDBA2 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 162 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.08 |
| HSL | 46.85º | 0.65% | 0.78% | - |
| HSV(B) | 46.85º | 0.31% | 0.92% | - |
| XYZ | 66.11 | 70.93 | 44.39 | - |
| YUV | 217.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 162 | 0 | 0.07 | 0.31 | 0.08 | 46.85 | 0.65 | 0.78 |
| Hex | EB | DB | A2 | 0 | 7 | 1F | 8 | 2F | 41 | 4E |
| Octal | 353 | 333 | 242 | 0 | 7 | 37 | 10 | 57 | 101 | 116 |
| Binary | 11101011 | 11011011 | 10100010 | 0 | 111 | 11111 | 1000 | 101111 | 1000001 | 1001110 |
Color Harmonies of #EBDBA2
Complementary color
Monochromatic Colors of #EBDBA2
Black with #EBDBA2
Text Example
Text Example
White with #EBDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBA2; }
p { color: rgb(235,219,162); }
H1.HeaderClassName
{
color: #EBDBA2;
}
.AnyTagClassName
{
color: #EBDBA2;
}
</style>
background-color css
<style>
a { background-color: #EBDBA2; }
a { background-color: rgb(235,219,162); }
div.DivClassName
{
background-color: #EBDBA2;
}
.BgClassName
{
background-color: #EBDBA2;
}
</style>
border-color css
<style>
span { border-color: #EBDBA2; }
span { border-color: rgb(235,219,162); }
td.TdClassName
{
border-color: #EBDBA2;
}
.TagClassName
{
border-color: #EBDBA2;
}
</style>