Shades of Sidecar #EADBA9
Tints of Sidecar #EADBA9
RGB
CMYK
RGB Variations
Color information
#EADBA9 (or 0xEADBA9) is known color: Sidecar. HEX triplet: EA, DB and A9. RGB value is (234,219,169). Sum of RGB (Red+Green+Blue) = 234+219+169=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 169 (66.41% from 255 or 27.17% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA9 is #152456. Grayscale: #D9D9D9. Windows color (decimal): -1385559 or 11131882. OLE color: 11131882.
HSL color Cylindrical-coordinate representation of color #EADBA9: hue angle of 46.15º degrees, saturation: 0.61, 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 #EADBA9 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 169 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.08 |
| HSL | 46.15º | 0.61% | 0.79% | - |
| HSV(B) | 46.15º | 0.28% | 0.92% | - |
| XYZ | 66.42 | 71.02 | 47.74 | - |
| YUV | 217.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 169 | 0 | 0.06 | 0.28 | 0.08 | 46.15 | 0.61 | 0.79 |
| Hex | EA | DB | A9 | 0 | 6 | 1C | 8 | 2E | 3D | 4F |
| Octal | 352 | 333 | 251 | 0 | 6 | 34 | 10 | 56 | 75 | 117 |
| Binary | 11101010 | 11011011 | 10101001 | 0 | 110 | 11100 | 1000 | 101110 | 111101 | 1001111 |
Color Harmonies of #EADBA9
Complementary color
Monochromatic Colors of #EADBA9
Black with #EADBA9
Text Example
Text Example
White with #EADBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA9; }
p { color: rgb(234,219,169); }
H1.HeaderClassName
{
color: #EADBA9;
}
.AnyTagClassName
{
color: #EADBA9;
}
</style>
background-color css
<style>
a { background-color: #EADBA9; }
a { background-color: rgb(234,219,169); }
div.DivClassName
{
background-color: #EADBA9;
}
.BgClassName
{
background-color: #EADBA9;
}
</style>
border-color css
<style>
span { border-color: #EADBA9; }
span { border-color: rgb(234,219,169); }
td.TdClassName
{
border-color: #EADBA9;
}
.TagClassName
{
border-color: #EADBA9;
}
</style>