Shades of Sidecar #EADBA3
Tints of Sidecar #EADBA3
RGB
CMYK
RGB Variations
Color information
#EADBA3 (or 0xEADBA3) is known color: Sidecar. HEX triplet: EA, DB and A3. RGB value is (234,219,163). Sum of RGB (Red+Green+Blue) = 234+219+163=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA3 is #15245C. Grayscale: #D9D9D9. Windows color (decimal): -1385565 or 10738666. OLE color: 10738666.
HSL color Cylindrical-coordinate representation of color #EADBA3: hue angle of 47.32º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EADBA3 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 163 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.08 |
| HSL | 47.32º | 0.63% | 0.78% | - |
| HSV(B) | 47.32º | 0.3% | 0.92% | - |
| XYZ | 65.87 | 70.8 | 44.84 | - |
| YUV | 217.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 163 | 0 | 0.06 | 0.30 | 0.08 | 47.32 | 0.63 | 0.78 |
| Hex | EA | DB | A3 | 0 | 6 | 1E | 8 | 2F | 3F | 4E |
| Octal | 352 | 333 | 243 | 0 | 6 | 36 | 10 | 57 | 77 | 116 |
| Binary | 11101010 | 11011011 | 10100011 | 0 | 110 | 11110 | 1000 | 101111 | 111111 | 1001110 |
Color Harmonies of #EADBA3
Complementary color
Monochromatic Colors of #EADBA3
Black with #EADBA3
Text Example
Text Example
White with #EADBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA3; }
p { color: rgb(234,219,163); }
H1.HeaderClassName
{
color: #EADBA3;
}
.AnyTagClassName
{
color: #EADBA3;
}
</style>
background-color css
<style>
a { background-color: #EADBA3; }
a { background-color: rgb(234,219,163); }
div.DivClassName
{
background-color: #EADBA3;
}
.BgClassName
{
background-color: #EADBA3;
}
</style>
border-color css
<style>
span { border-color: #EADBA3; }
span { border-color: rgb(234,219,163); }
td.TdClassName
{
border-color: #EADBA3;
}
.TagClassName
{
border-color: #EADBA3;
}
</style>