Shades of Sidecar #EADBA2
Tints of Sidecar #EADBA2
RGB
CMYK
RGB Variations
Color information
#EADBA2 (or 0xEADBA2) is known color: Sidecar. HEX triplet: EA, DB and A2. RGB value is (234,219,162). Sum of RGB (Red+Green+Blue) = 234+219+162=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA2 is #15245D. Grayscale: #D9D9D9. Windows color (decimal): -1385566 or 10673130. OLE color: 10673130.
HSL color Cylindrical-coordinate representation of color #EADBA2: hue angle of 47.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EADBA2 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 162 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.08 |
| HSL | 47.5º | 0.63% | 0.78% | - |
| HSV(B) | 47.5º | 0.31% | 0.92% | - |
| XYZ | 65.78 | 70.76 | 44.37 | - |
| YUV | 216.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 162 | 0 | 0.06 | 0.31 | 0.08 | 47.5 | 0.63 | 0.78 |
| Hex | EA | DB | A2 | 0 | 6 | 1F | 8 | 30 | 3F | 4E |
| Octal | 352 | 333 | 242 | 0 | 6 | 37 | 10 | 60 | 77 | 116 |
| Binary | 11101010 | 11011011 | 10100010 | 0 | 110 | 11111 | 1000 | 110000 | 111111 | 1001110 |
Color Harmonies of #EADBA2
Complementary color
Monochromatic Colors of #EADBA2
Black with #EADBA2
Text Example
Text Example
White with #EADBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA2; }
p { color: rgb(234,219,162); }
H1.HeaderClassName
{
color: #EADBA2;
}
.AnyTagClassName
{
color: #EADBA2;
}
</style>
background-color css
<style>
a { background-color: #EADBA2; }
a { background-color: rgb(234,219,162); }
div.DivClassName
{
background-color: #EADBA2;
}
.BgClassName
{
background-color: #EADBA2;
}
</style>
border-color css
<style>
span { border-color: #EADBA2; }
span { border-color: rgb(234,219,162); }
td.TdClassName
{
border-color: #EADBA2;
}
.TagClassName
{
border-color: #EADBA2;
}
</style>