Shades of Sidecar #EADD9F
Tints of Sidecar #EADD9F
RGB
CMYK
RGB Variations
Color information
#EADD9F (or 0xEADD9F) is known color: Sidecar. HEX triplet: EA, DD and 9F. RGB value is (234,221,159). Sum of RGB (Red+Green+Blue) = 234+221+159=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD9F is #152260. Grayscale: #DADADA. Windows color (decimal): -1385057 or 10477034. OLE color: 10477034.
HSL color Cylindrical-coordinate representation of color #EADD9F: hue angle of 49.6º 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 #EADD9F is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 159 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.08 |
| HSL | 49.6º | 0.64% | 0.77% | - |
| HSV(B) | 49.6º | 0.32% | 0.92% | - |
| XYZ | 66.05 | 71.71 | 43.16 | - |
| YUV | 217.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 159 | 0 | 0.06 | 0.32 | 0.08 | 49.6 | 0.64 | 0.77 |
| Hex | EA | DD | 9F | 0 | 6 | 20 | 8 | 32 | 40 | 4D |
| Octal | 352 | 335 | 237 | 0 | 6 | 40 | 10 | 62 | 100 | 115 |
| Binary | 11101010 | 11011101 | 10011111 | 0 | 110 | 100000 | 1000 | 110010 | 1000000 | 1001101 |
Color Harmonies of #EADD9F
Complementary color
Monochromatic Colors of #EADD9F
Black with #EADD9F
Text Example
Text Example
White with #EADD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD9F; }
p { color: rgb(234,221,159); }
H1.HeaderClassName
{
color: #EADD9F;
}
.AnyTagClassName
{
color: #EADD9F;
}
</style>
background-color css
<style>
a { background-color: #EADD9F; }
a { background-color: rgb(234,221,159); }
div.DivClassName
{
background-color: #EADD9F;
}
.BgClassName
{
background-color: #EADD9F;
}
</style>
border-color css
<style>
span { border-color: #EADD9F; }
span { border-color: rgb(234,221,159); }
td.TdClassName
{
border-color: #EADD9F;
}
.TagClassName
{
border-color: #EADD9F;
}
</style>