Shades of Sidecar #EADE9D
Tints of Sidecar #EADE9D
RGB
CMYK
RGB Variations
Color information
#EADE9D (or 0xEADE9D) is known color: Sidecar. HEX triplet: EA, DE and 9D. RGB value is (234,222,157). Sum of RGB (Red+Green+Blue) = 234+222+157=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE9D is #152162. Grayscale: #DADADA. Windows color (decimal): -1384803 or 10346218. OLE color: 10346218.
HSL color Cylindrical-coordinate representation of color #EADE9D: hue angle of 50.65º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EADE9D is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 157 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.08 |
| HSL | 50.65º | 0.65% | 0.77% | - |
| HSV(B) | 50.65º | 0.33% | 0.92% | - |
| XYZ | 66.14 | 72.17 | 42.34 | - |
| YUV | 218.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 157 | 0 | 0.05 | 0.33 | 0.08 | 50.65 | 0.65 | 0.77 |
| Hex | EA | DE | 9D | 0 | 5 | 21 | 8 | 33 | 41 | 4D |
| Octal | 352 | 336 | 235 | 0 | 5 | 41 | 10 | 63 | 101 | 115 |
| Binary | 11101010 | 11011110 | 10011101 | 0 | 101 | 100001 | 1000 | 110011 | 1000001 | 1001101 |
Color Harmonies of #EADE9D
Complementary color
Monochromatic Colors of #EADE9D
Black with #EADE9D
Text Example
Text Example
White with #EADE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE9D; }
p { color: rgb(234,222,157); }
H1.HeaderClassName
{
color: #EADE9D;
}
.AnyTagClassName
{
color: #EADE9D;
}
</style>
background-color css
<style>
a { background-color: #EADE9D; }
a { background-color: rgb(234,222,157); }
div.DivClassName
{
background-color: #EADE9D;
}
.BgClassName
{
background-color: #EADE9D;
}
</style>
border-color css
<style>
span { border-color: #EADE9D; }
span { border-color: rgb(234,222,157); }
td.TdClassName
{
border-color: #EADE9D;
}
.TagClassName
{
border-color: #EADE9D;
}
</style>