Shades of Sidecar #EADCA0
Tints of Sidecar #EADCA0
RGB
CMYK
RGB Variations
Color information
#EADCA0 (or 0xEADCA0) is known color: Sidecar. HEX triplet: EA, DC and A0. RGB value is (234,220,160). Sum of RGB (Red+Green+Blue) = 234+220+160=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADCA0 is #15235F. Grayscale: #D9D9D9. Windows color (decimal): -1385312 or 10542314. OLE color: 10542314.
HSL color Cylindrical-coordinate representation of color #EADCA0: hue angle of 48.65º 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 #EADCA0 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 160 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.08 |
| HSL | 48.65º | 0.64% | 0.77% | - |
| HSV(B) | 48.65º | 0.32% | 0.92% | - |
| XYZ | 65.87 | 71.22 | 43.53 | - |
| YUV | 217.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 160 | 0 | 0.06 | 0.32 | 0.08 | 48.65 | 0.64 | 0.77 |
| Hex | EA | DC | A0 | 0 | 6 | 20 | 8 | 31 | 40 | 4D |
| Octal | 352 | 334 | 240 | 0 | 6 | 40 | 10 | 61 | 100 | 115 |
| Binary | 11101010 | 11011100 | 10100000 | 0 | 110 | 100000 | 1000 | 110001 | 1000000 | 1001101 |
Color Harmonies of #EADCA0
Complementary color
Monochromatic Colors of #EADCA0
Black with #EADCA0
Text Example
Text Example
White with #EADCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCA0; }
p { color: rgb(234,220,160); }
H1.HeaderClassName
{
color: #EADCA0;
}
.AnyTagClassName
{
color: #EADCA0;
}
</style>
background-color css
<style>
a { background-color: #EADCA0; }
a { background-color: rgb(234,220,160); }
div.DivClassName
{
background-color: #EADCA0;
}
.BgClassName
{
background-color: #EADCA0;
}
</style>
border-color css
<style>
span { border-color: #EADCA0; }
span { border-color: rgb(234,220,160); }
td.TdClassName
{
border-color: #EADCA0;
}
.TagClassName
{
border-color: #EADCA0;
}
</style>