Shades of Sidecar #EADAA4
Tints of Sidecar #EADAA4
RGB
CMYK
RGB Variations
Color information
#EADAA4 (or 0xEADAA4) is known color: Sidecar. HEX triplet: EA, DA and A4. RGB value is (234,218,164). Sum of RGB (Red+Green+Blue) = 234+218+164=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAA4 is #15255B. Grayscale: #D8D8D8. Windows color (decimal): -1385820 or 10803946. OLE color: 10803946.
HSL color Cylindrical-coordinate representation of color #EADAA4: hue angle of 46.29º 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 #EADAA4 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 164 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.08 |
| HSL | 46.29º | 0.63% | 0.78% | - |
| HSV(B) | 46.29º | 0.3% | 0.92% | - |
| XYZ | 65.7 | 70.32 | 45.23 | - |
| YUV | 216.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 164 | 0 | 0.07 | 0.30 | 0.08 | 46.29 | 0.63 | 0.78 |
| Hex | EA | DA | A4 | 0 | 7 | 1E | 8 | 2E | 3E | 4E |
| Octal | 352 | 332 | 244 | 0 | 7 | 36 | 10 | 56 | 76 | 116 |
| Binary | 11101010 | 11011010 | 10100100 | 0 | 111 | 11110 | 1000 | 101110 | 111110 | 1001110 |
Color Harmonies of #EADAA4
Complementary color
Monochromatic Colors of #EADAA4
Black with #EADAA4
Text Example
Text Example
White with #EADAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAA4; }
p { color: rgb(234,218,164); }
H1.HeaderClassName
{
color: #EADAA4;
}
.AnyTagClassName
{
color: #EADAA4;
}
</style>
background-color css
<style>
a { background-color: #EADAA4; }
a { background-color: rgb(234,218,164); }
div.DivClassName
{
background-color: #EADAA4;
}
.BgClassName
{
background-color: #EADAA4;
}
</style>
border-color css
<style>
span { border-color: #EADAA4; }
span { border-color: rgb(234,218,164); }
td.TdClassName
{
border-color: #EADAA4;
}
.TagClassName
{
border-color: #EADAA4;
}
</style>