Shades of Sidecar #EADAA3
Tints of Sidecar #EADAA3
RGB
CMYK
RGB Variations
Color information
#EADAA3 (or 0xEADAA3) is known color: Sidecar. HEX triplet: EA, DA and A3. RGB value is (234,218,163). Sum of RGB (Red+Green+Blue) = 234+218+163=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAA3 is #15255C. Grayscale: #D8D8D8. Windows color (decimal): -1385821 or 10738410. OLE color: 10738410.
HSL color Cylindrical-coordinate representation of color #EADAA3: hue angle of 46.48º degrees, saturation: 0.63, 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 #EADAA3 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 163 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.08 |
| HSL | 46.48º | 0.63% | 0.78% | - |
| HSV(B) | 46.48º | 0.3% | 0.92% | - |
| XYZ | 65.61 | 70.28 | 44.76 | - |
| YUV | 216.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 163 | 0 | 0.07 | 0.30 | 0.08 | 46.48 | 0.63 | 0.78 |
| Hex | EA | DA | A3 | 0 | 7 | 1E | 8 | 2E | 3F | 4E |
| Octal | 352 | 332 | 243 | 0 | 7 | 36 | 10 | 56 | 77 | 116 |
| Binary | 11101010 | 11011010 | 10100011 | 0 | 111 | 11110 | 1000 | 101110 | 111111 | 1001110 |
Color Harmonies of #EADAA3
Complementary color
Monochromatic Colors of #EADAA3
Black with #EADAA3
Text Example
Text Example
White with #EADAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAA3; }
p { color: rgb(234,218,163); }
H1.HeaderClassName
{
color: #EADAA3;
}
.AnyTagClassName
{
color: #EADAA3;
}
</style>
background-color css
<style>
a { background-color: #EADAA3; }
a { background-color: rgb(234,218,163); }
div.DivClassName
{
background-color: #EADAA3;
}
.BgClassName
{
background-color: #EADAA3;
}
</style>
border-color css
<style>
span { border-color: #EADAA3; }
span { border-color: rgb(234,218,163); }
td.TdClassName
{
border-color: #EADAA3;
}
.TagClassName
{
border-color: #EADAA3;
}
</style>