Shades of Sidecar #EADAA2
Tints of Sidecar #EADAA2
RGB
CMYK
RGB Variations
Color information
#EADAA2 (or 0xEADAA2) is known color: Sidecar. HEX triplet: EA, DA and A2. RGB value is (234,218,162). Sum of RGB (Red+Green+Blue) = 234+218+162=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAA2 is #15255D. Grayscale: #D8D8D8. Windows color (decimal): -1385822 or 10672874. OLE color: 10672874.
HSL color Cylindrical-coordinate representation of color #EADAA2: hue angle of 46.67º 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 #EADAA2 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 162 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.08 |
| HSL | 46.67º | 0.63% | 0.78% | - |
| HSV(B) | 46.67º | 0.31% | 0.92% | - |
| XYZ | 65.52 | 70.24 | 44.29 | - |
| YUV | 216.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 162 | 0 | 0.07 | 0.31 | 0.08 | 46.67 | 0.63 | 0.78 |
| Hex | EA | DA | A2 | 0 | 7 | 1F | 8 | 2F | 3F | 4E |
| Octal | 352 | 332 | 242 | 0 | 7 | 37 | 10 | 57 | 77 | 116 |
| Binary | 11101010 | 11011010 | 10100010 | 0 | 111 | 11111 | 1000 | 101111 | 111111 | 1001110 |
Color Harmonies of #EADAA2
Complementary color
Monochromatic Colors of #EADAA2
Black with #EADAA2
Text Example
Text Example
White with #EADAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAA2; }
p { color: rgb(234,218,162); }
H1.HeaderClassName
{
color: #EADAA2;
}
.AnyTagClassName
{
color: #EADAA2;
}
</style>
background-color css
<style>
a { background-color: #EADAA2; }
a { background-color: rgb(234,218,162); }
div.DivClassName
{
background-color: #EADAA2;
}
.BgClassName
{
background-color: #EADAA2;
}
</style>
border-color css
<style>
span { border-color: #EADAA2; }
span { border-color: rgb(234,218,162); }
td.TdClassName
{
border-color: #EADAA2;
}
.TagClassName
{
border-color: #EADAA2;
}
</style>