Shades of Sidecar #EADEA8
Tints of Sidecar #EADEA8
RGB
CMYK
RGB Variations
Color information
#EADEA8 (or 0xEADEA8) is known color: Sidecar. HEX triplet: EA, DE and A8. RGB value is (234,222,168). Sum of RGB (Red+Green+Blue) = 234+222+168=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADEA8 is #152157. Grayscale: #DBDBDB. Windows color (decimal): -1384792 or 11067114. OLE color: 11067114.
HSL color Cylindrical-coordinate representation of color #EADEA8: hue angle of 49.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EADEA8 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 168 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.08 |
| HSL | 49.09º | 0.61% | 0.79% | - |
| HSV(B) | 49.09º | 0.28% | 0.92% | - |
| XYZ | 67.12 | 72.56 | 47.51 | - |
| YUV | 219.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 168 | 0 | 0.05 | 0.28 | 0.08 | 49.09 | 0.61 | 0.79 |
| Hex | EA | DE | A8 | 0 | 5 | 1C | 8 | 31 | 3D | 4F |
| Octal | 352 | 336 | 250 | 0 | 5 | 34 | 10 | 61 | 75 | 117 |
| Binary | 11101010 | 11011110 | 10101000 | 0 | 101 | 11100 | 1000 | 110001 | 111101 | 1001111 |
Color Harmonies of #EADEA8
Complementary color
Monochromatic Colors of #EADEA8
Black with #EADEA8
Text Example
Text Example
White with #EADEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEA8; }
p { color: rgb(234,222,168); }
H1.HeaderClassName
{
color: #EADEA8;
}
.AnyTagClassName
{
color: #EADEA8;
}
</style>
background-color css
<style>
a { background-color: #EADEA8; }
a { background-color: rgb(234,222,168); }
div.DivClassName
{
background-color: #EADEA8;
}
.BgClassName
{
background-color: #EADEA8;
}
</style>
border-color css
<style>
span { border-color: #EADEA8; }
span { border-color: rgb(234,222,168); }
td.TdClassName
{
border-color: #EADEA8;
}
.TagClassName
{
border-color: #EADEA8;
}
</style>