Shades of Sidecar #EADBA0
Tints of Sidecar #EADBA0
RGB
CMYK
RGB Variations
Color information
#EADBA0 (or 0xEADBA0) is known color: Sidecar. HEX triplet: EA, DB and A0. RGB value is (234,219,160). Sum of RGB (Red+Green+Blue) = 234+219+160=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA0 is #15245F. Grayscale: #D9D9D9. Windows color (decimal): -1385568 or 10542058. OLE color: 10542058.
HSL color Cylindrical-coordinate representation of color #EADBA0: hue angle of 47.84º degrees, saturation: 0.64, 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 #EADBA0 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 160 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.08 |
| HSL | 47.84º | 0.64% | 0.77% | - |
| HSV(B) | 47.84º | 0.32% | 0.92% | - |
| XYZ | 65.61 | 70.69 | 43.45 | - |
| YUV | 216.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 160 | 0 | 0.06 | 0.32 | 0.08 | 47.84 | 0.64 | 0.77 |
| Hex | EA | DB | A0 | 0 | 6 | 20 | 8 | 30 | 40 | 4D |
| Octal | 352 | 333 | 240 | 0 | 6 | 40 | 10 | 60 | 100 | 115 |
| Binary | 11101010 | 11011011 | 10100000 | 0 | 110 | 100000 | 1000 | 110000 | 1000000 | 1001101 |
Color Harmonies of #EADBA0
Complementary color
Monochromatic Colors of #EADBA0
Black with #EADBA0
Text Example
Text Example
White with #EADBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA0; }
p { color: rgb(234,219,160); }
H1.HeaderClassName
{
color: #EADBA0;
}
.AnyTagClassName
{
color: #EADBA0;
}
</style>
background-color css
<style>
a { background-color: #EADBA0; }
a { background-color: rgb(234,219,160); }
div.DivClassName
{
background-color: #EADBA0;
}
.BgClassName
{
background-color: #EADBA0;
}
</style>
border-color css
<style>
span { border-color: #EADBA0; }
span { border-color: rgb(234,219,160); }
td.TdClassName
{
border-color: #EADBA0;
}
.TagClassName
{
border-color: #EADBA0;
}
</style>