Shades of Sidecar #EADBA1
Tints of Sidecar #EADBA1
RGB
CMYK
RGB Variations
Color information
#EADBA1 (or 0xEADBA1) is known color: Sidecar. HEX triplet: EA, DB and A1. RGB value is (234,219,161). Sum of RGB (Red+Green+Blue) = 234+219+161=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA1 is #15245E. Grayscale: #D9D9D9. Windows color (decimal): -1385567 or 10607594. OLE color: 10607594.
HSL color Cylindrical-coordinate representation of color #EADBA1: hue angle of 47.67º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EADBA1 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 161 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.08 |
| HSL | 47.67º | 0.63% | 0.77% | - |
| HSV(B) | 47.67º | 0.31% | 0.92% | - |
| XYZ | 65.7 | 70.73 | 43.91 | - |
| YUV | 216.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 161 | 0 | 0.06 | 0.31 | 0.08 | 47.67 | 0.63 | 0.77 |
| Hex | EA | DB | A1 | 0 | 6 | 1F | 8 | 30 | 3F | 4D |
| Octal | 352 | 333 | 241 | 0 | 6 | 37 | 10 | 60 | 77 | 115 |
| Binary | 11101010 | 11011011 | 10100001 | 0 | 110 | 11111 | 1000 | 110000 | 111111 | 1001101 |
Color Harmonies of #EADBA1
Complementary color
Monochromatic Colors of #EADBA1
Black with #EADBA1
Text Example
Text Example
White with #EADBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA1; }
p { color: rgb(234,219,161); }
H1.HeaderClassName
{
color: #EADBA1;
}
.AnyTagClassName
{
color: #EADBA1;
}
</style>
background-color css
<style>
a { background-color: #EADBA1; }
a { background-color: rgb(234,219,161); }
div.DivClassName
{
background-color: #EADBA1;
}
.BgClassName
{
background-color: #EADBA1;
}
</style>
border-color css
<style>
span { border-color: #EADBA1; }
span { border-color: rgb(234,219,161); }
td.TdClassName
{
border-color: #EADBA1;
}
.TagClassName
{
border-color: #EADBA1;
}
</style>