Shades of Sidecar #EADEAE
Tints of Sidecar #EADEAE
RGB
CMYK
RGB Variations
Color information
#EADEAE (or 0xEADEAE) is known color: Sidecar. HEX triplet: EA, DE and AE. RGB value is (234,222,174). Sum of RGB (Red+Green+Blue) = 234+222+174=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADEAE is #152151. Grayscale: #DCDCDC. Windows color (decimal): -1384786 or 11460330. OLE color: 11460330.
HSL color Cylindrical-coordinate representation of color #EADEAE: hue angle of 48º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EADEAE is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 174 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.08 |
| HSL | 48º | 0.59% | 0.8% | - |
| HSV(B) | 48º | 0.26% | 0.92% | - |
| XYZ | 67.69 | 72.79 | 50.53 | - |
| YUV | 220.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 174 | 0 | 0.05 | 0.26 | 0.08 | 48 | 0.59 | 0.8 |
| Hex | EA | DE | AE | 0 | 5 | 1A | 8 | 30 | 3B | 50 |
| Octal | 352 | 336 | 256 | 0 | 5 | 32 | 10 | 60 | 73 | 120 |
| Binary | 11101010 | 11011110 | 10101110 | 0 | 101 | 11010 | 1000 | 110000 | 111011 | 1010000 |
Color Harmonies of #EADEAE
Complementary color
Monochromatic Colors of #EADEAE
Black with #EADEAE
Text Example
Text Example
White with #EADEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEAE; }
p { color: rgb(234,222,174); }
H1.HeaderClassName
{
color: #EADEAE;
}
.AnyTagClassName
{
color: #EADEAE;
}
</style>
background-color css
<style>
a { background-color: #EADEAE; }
a { background-color: rgb(234,222,174); }
div.DivClassName
{
background-color: #EADEAE;
}
.BgClassName
{
background-color: #EADEAE;
}
</style>
border-color css
<style>
span { border-color: #EADEAE; }
span { border-color: rgb(234,222,174); }
td.TdClassName
{
border-color: #EADEAE;
}
.TagClassName
{
border-color: #EADEAE;
}
</style>