Shades of Sidecar #EADBA4
Tints of Sidecar #EADBA4
RGB
CMYK
RGB Variations
Color information
#EADBA4 (or 0xEADBA4) is known color: Sidecar. HEX triplet: EA, DB and A4. RGB value is (234,219,164). Sum of RGB (Red+Green+Blue) = 234+219+164=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBA4 is #15245B. Grayscale: #D9D9D9. Windows color (decimal): -1385564 or 10804202. OLE color: 10804202.
HSL color Cylindrical-coordinate representation of color #EADBA4: hue angle of 47.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EADBA4 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 164 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.08 |
| HSL | 47.14º | 0.63% | 0.78% | - |
| HSV(B) | 47.14º | 0.3% | 0.92% | - |
| XYZ | 65.96 | 70.84 | 45.32 | - |
| YUV | 217.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 164 | 0 | 0.06 | 0.30 | 0.08 | 47.14 | 0.63 | 0.78 |
| Hex | EA | DB | A4 | 0 | 6 | 1E | 8 | 2F | 3E | 4E |
| Octal | 352 | 333 | 244 | 0 | 6 | 36 | 10 | 57 | 76 | 116 |
| Binary | 11101010 | 11011011 | 10100100 | 0 | 110 | 11110 | 1000 | 101111 | 111110 | 1001110 |
Color Harmonies of #EADBA4
Complementary color
Monochromatic Colors of #EADBA4
Black with #EADBA4
Text Example
Text Example
White with #EADBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBA4; }
p { color: rgb(234,219,164); }
H1.HeaderClassName
{
color: #EADBA4;
}
.AnyTagClassName
{
color: #EADBA4;
}
</style>
background-color css
<style>
a { background-color: #EADBA4; }
a { background-color: rgb(234,219,164); }
div.DivClassName
{
background-color: #EADBA4;
}
.BgClassName
{
background-color: #EADBA4;
}
</style>
border-color css
<style>
span { border-color: #EADBA4; }
span { border-color: rgb(234,219,164); }
td.TdClassName
{
border-color: #EADBA4;
}
.TagClassName
{
border-color: #EADBA4;
}
</style>