Shades of Sidecar #EADE9F
Tints of Sidecar #EADE9F
RGB
CMYK
RGB Variations
Color information
#EADE9F (or 0xEADE9F) is known color: Sidecar. HEX triplet: EA, DE and 9F. RGB value is (234,222,159). Sum of RGB (Red+Green+Blue) = 234+222+159=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE9F is #152160. Grayscale: #DADADA. Windows color (decimal): -1384801 or 10477290. OLE color: 10477290.
HSL color Cylindrical-coordinate representation of color #EADE9F: hue angle of 50.4º 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 #EADE9F is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 159 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.08 |
| HSL | 50.4º | 0.64% | 0.77% | - |
| HSV(B) | 50.4º | 0.32% | 0.92% | - |
| XYZ | 66.31 | 72.24 | 43.25 | - |
| YUV | 218.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 159 | 0 | 0.05 | 0.32 | 0.08 | 50.4 | 0.64 | 0.77 |
| Hex | EA | DE | 9F | 0 | 5 | 20 | 8 | 32 | 40 | 4D |
| Octal | 352 | 336 | 237 | 0 | 5 | 40 | 10 | 62 | 100 | 115 |
| Binary | 11101010 | 11011110 | 10011111 | 0 | 101 | 100000 | 1000 | 110010 | 1000000 | 1001101 |
Color Harmonies of #EADE9F
Complementary color
Monochromatic Colors of #EADE9F
Black with #EADE9F
Text Example
Text Example
White with #EADE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE9F; }
p { color: rgb(234,222,159); }
H1.HeaderClassName
{
color: #EADE9F;
}
.AnyTagClassName
{
color: #EADE9F;
}
</style>
background-color css
<style>
a { background-color: #EADE9F; }
a { background-color: rgb(234,222,159); }
div.DivClassName
{
background-color: #EADE9F;
}
.BgClassName
{
background-color: #EADE9F;
}
</style>
border-color css
<style>
span { border-color: #EADE9F; }
span { border-color: rgb(234,222,159); }
td.TdClassName
{
border-color: #EADE9F;
}
.TagClassName
{
border-color: #EADE9F;
}
</style>