Shades of Sidecar #EBDBAA
Tints of Sidecar #EBDBAA
RGB
CMYK
RGB Variations
Color information
#EBDBAA (or 0xEBDBAA) is known color: Sidecar. HEX triplet: EB, DB and AA. RGB value is (235,219,170). Sum of RGB (Red+Green+Blue) = 235+219+170=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBAA is #142455. Grayscale: #DADADA. Windows color (decimal): -1320022 or 11197419. OLE color: 11197419.
HSL color Cylindrical-coordinate representation of color #EBDBAA: hue angle of 45.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBDBAA is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 170 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.08 |
| HSL | 45.23º | 0.62% | 0.79% | - |
| HSV(B) | 45.23º | 0.28% | 0.92% | - |
| XYZ | 66.85 | 71.23 | 48.26 | - |
| YUV | 218.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 170 | 0 | 0.07 | 0.28 | 0.08 | 45.23 | 0.62 | 0.79 |
| Hex | EB | DB | AA | 0 | 7 | 1C | 8 | 2D | 3E | 4F |
| Octal | 353 | 333 | 252 | 0 | 7 | 34 | 10 | 55 | 76 | 117 |
| Binary | 11101011 | 11011011 | 10101010 | 0 | 111 | 11100 | 1000 | 101101 | 111110 | 1001111 |
Color Harmonies of #EBDBAA
Complementary color
Monochromatic Colors of #EBDBAA
Black with #EBDBAA
Text Example
Text Example
White with #EBDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBAA; }
p { color: rgb(235,219,170); }
H1.HeaderClassName
{
color: #EBDBAA;
}
.AnyTagClassName
{
color: #EBDBAA;
}
</style>
background-color css
<style>
a { background-color: #EBDBAA; }
a { background-color: rgb(235,219,170); }
div.DivClassName
{
background-color: #EBDBAA;
}
.BgClassName
{
background-color: #EBDBAA;
}
</style>
border-color css
<style>
span { border-color: #EBDBAA; }
span { border-color: rgb(235,219,170); }
td.TdClassName
{
border-color: #EBDBAA;
}
.TagClassName
{
border-color: #EBDBAA;
}
</style>