Shades of Sidecar #EADBA8
Tints of Sidecar #EADBA8
RGB
CMYK
RGB Variations
Color information
#EADBA8 (or 0xEADBA8) is known color: Sidecar. HEX triplet: EA, DB and A8. RGB value is (234,219,168). Sum of RGB (Red+Green+Blue) = 234+219+168=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA8 is #152457. Grayscale: #D9D9D9. Windows color (decimal): -1385560 or 11066346. OLE color: 11066346.
HSL color Cylindrical-coordinate representation of color #EADBA8: hue angle of 46.36º 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 #EADBA8 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 168 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.08 |
| HSL | 46.36º | 0.61% | 0.79% | - |
| HSV(B) | 46.36º | 0.28% | 0.92% | - |
| XYZ | 66.33 | 70.98 | 47.25 | - |
| YUV | 217.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 168 | 0 | 0.06 | 0.28 | 0.08 | 46.36 | 0.61 | 0.79 |
| Hex | EA | DB | A8 | 0 | 6 | 1C | 8 | 2E | 3D | 4F |
| Octal | 352 | 333 | 250 | 0 | 6 | 34 | 10 | 56 | 75 | 117 |
| Binary | 11101010 | 11011011 | 10101000 | 0 | 110 | 11100 | 1000 | 101110 | 111101 | 1001111 |
Color Harmonies of #EADBA8
Complementary color
Monochromatic Colors of #EADBA8
Black with #EADBA8
Text Example
Text Example
White with #EADBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA8; }
p { color: rgb(234,219,168); }
H1.HeaderClassName
{
color: #EADBA8;
}
.AnyTagClassName
{
color: #EADBA8;
}
</style>
background-color css
<style>
a { background-color: #EADBA8; }
a { background-color: rgb(234,219,168); }
div.DivClassName
{
background-color: #EADBA8;
}
.BgClassName
{
background-color: #EADBA8;
}
</style>
border-color css
<style>
span { border-color: #EADBA8; }
span { border-color: rgb(234,219,168); }
td.TdClassName
{
border-color: #EADBA8;
}
.TagClassName
{
border-color: #EADBA8;
}
</style>