Shades of Sidecar #EADD9E
Tints of Sidecar #EADD9E
RGB
CMYK
RGB Variations
Color information
#EADD9E (or 0xEADD9E) is known color: Sidecar. HEX triplet: EA, DD and 9E. RGB value is (234,221,158). Sum of RGB (Red+Green+Blue) = 234+221+158=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD9E is #152261. Grayscale: #D9D9D9. Windows color (decimal): -1385058 or 10411498. OLE color: 10411498.
HSL color Cylindrical-coordinate representation of color #EADD9E: hue angle of 49.74º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EADD9E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 158 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.08 |
| HSL | 49.74º | 0.64% | 0.77% | - |
| HSV(B) | 49.74º | 0.32% | 0.92% | - |
| XYZ | 65.96 | 71.67 | 42.71 | - |
| YUV | 217.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 158 | 0 | 0.06 | 0.32 | 0.08 | 49.74 | 0.64 | 0.77 |
| Hex | EA | DD | 9E | 0 | 6 | 20 | 8 | 32 | 40 | 4D |
| Octal | 352 | 335 | 236 | 0 | 6 | 40 | 10 | 62 | 100 | 115 |
| Binary | 11101010 | 11011101 | 10011110 | 0 | 110 | 100000 | 1000 | 110010 | 1000000 | 1001101 |
Color Harmonies of #EADD9E
Complementary color
Monochromatic Colors of #EADD9E
Black with #EADD9E
Text Example
Text Example
White with #EADD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD9E; }
p { color: rgb(234,221,158); }
H1.HeaderClassName
{
color: #EADD9E;
}
.AnyTagClassName
{
color: #EADD9E;
}
</style>
background-color css
<style>
a { background-color: #EADD9E; }
a { background-color: rgb(234,221,158); }
div.DivClassName
{
background-color: #EADD9E;
}
.BgClassName
{
background-color: #EADD9E;
}
</style>
border-color css
<style>
span { border-color: #EADD9E; }
span { border-color: rgb(234,221,158); }
td.TdClassName
{
border-color: #EADD9E;
}
.TagClassName
{
border-color: #EADD9E;
}
</style>