Shades of Sidecar #EADDA3
Tints of Sidecar #EADDA3
RGB
CMYK
RGB Variations
Color information
#EADDA3 (or 0xEADDA3) is known color: Sidecar. HEX triplet: EA, DD and A3. RGB value is (234,221,163). Sum of RGB (Red+Green+Blue) = 234+221+163=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDA3 is #15225C. Grayscale: #DADADA. Windows color (decimal): -1385053 or 10739178. OLE color: 10739178.
HSL color Cylindrical-coordinate representation of color #EADDA3: hue angle of 49.01º 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 #EADDA3 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 163 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.08 |
| HSL | 49.01º | 0.63% | 0.78% | - |
| HSV(B) | 49.01º | 0.3% | 0.92% | - |
| XYZ | 66.4 | 71.85 | 45.02 | - |
| YUV | 218.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 163 | 0 | 0.06 | 0.30 | 0.08 | 49.01 | 0.63 | 0.78 |
| Hex | EA | DD | A3 | 0 | 6 | 1E | 8 | 31 | 3F | 4E |
| Octal | 352 | 335 | 243 | 0 | 6 | 36 | 10 | 61 | 77 | 116 |
| Binary | 11101010 | 11011101 | 10100011 | 0 | 110 | 11110 | 1000 | 110001 | 111111 | 1001110 |
Color Harmonies of #EADDA3
Complementary color
Monochromatic Colors of #EADDA3
Black with #EADDA3
Text Example
Text Example
White with #EADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDA3; }
p { color: rgb(234,221,163); }
H1.HeaderClassName
{
color: #EADDA3;
}
.AnyTagClassName
{
color: #EADDA3;
}
</style>
background-color css
<style>
a { background-color: #EADDA3; }
a { background-color: rgb(234,221,163); }
div.DivClassName
{
background-color: #EADDA3;
}
.BgClassName
{
background-color: #EADDA3;
}
</style>
border-color css
<style>
span { border-color: #EADDA3; }
span { border-color: rgb(234,221,163); }
td.TdClassName
{
border-color: #EADDA3;
}
.TagClassName
{
border-color: #EADDA3;
}
</style>