Shades of Sidecar #EADBA5
Tints of Sidecar #EADBA5
RGB
CMYK
RGB Variations
Color information
#EADBA5 (or 0xEADBA5) is known color: Sidecar. HEX triplet: EA, DB and A5. RGB value is (234,219,165). Sum of RGB (Red+Green+Blue) = 234+219+165=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA5 is #15245A. Grayscale: #D9D9D9. Windows color (decimal): -1385563 or 10869738. OLE color: 10869738.
HSL color Cylindrical-coordinate representation of color #EADBA5: hue angle of 46.96º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EADBA5 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 165 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.08 |
| HSL | 46.96º | 0.62% | 0.78% | - |
| HSV(B) | 46.96º | 0.29% | 0.92% | - |
| XYZ | 66.05 | 70.87 | 45.8 | - |
| YUV | 217.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 165 | 0 | 0.06 | 0.29 | 0.08 | 46.96 | 0.62 | 0.78 |
| Hex | EA | DB | A5 | 0 | 6 | 1D | 8 | 2F | 3E | 4E |
| Octal | 352 | 333 | 245 | 0 | 6 | 35 | 10 | 57 | 76 | 116 |
| Binary | 11101010 | 11011011 | 10100101 | 0 | 110 | 11101 | 1000 | 101111 | 111110 | 1001110 |
Color Harmonies of #EADBA5
Complementary color
Monochromatic Colors of #EADBA5
Black with #EADBA5
Text Example
Text Example
White with #EADBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA5; }
p { color: rgb(234,219,165); }
H1.HeaderClassName
{
color: #EADBA5;
}
.AnyTagClassName
{
color: #EADBA5;
}
</style>
background-color css
<style>
a { background-color: #EADBA5; }
a { background-color: rgb(234,219,165); }
div.DivClassName
{
background-color: #EADBA5;
}
.BgClassName
{
background-color: #EADBA5;
}
</style>
border-color css
<style>
span { border-color: #EADBA5; }
span { border-color: rgb(234,219,165); }
td.TdClassName
{
border-color: #EADBA5;
}
.TagClassName
{
border-color: #EADBA5;
}
</style>