Shades of Sidecar #EADDAE
Tints of Sidecar #EADDAE
RGB
CMYK
RGB Variations
Color information
#EADDAE (or 0xEADDAE) is known color: Sidecar. HEX triplet: EA, DD and AE. RGB value is (234,221,174). Sum of RGB (Red+Green+Blue) = 234+221+174=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDAE is #152251. Grayscale: #DBDBDB. Windows color (decimal): -1385042 or 11460074. OLE color: 11460074.
HSL color Cylindrical-coordinate representation of color #EADDAE: hue angle of 47º 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 #EADDAE is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 174 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.08 |
| HSL | 47º | 0.59% | 0.8% | - |
| HSV(B) | 47º | 0.26% | 0.92% | - |
| XYZ | 67.43 | 72.26 | 50.44 | - |
| YUV | 219.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 174 | 0 | 0.06 | 0.26 | 0.08 | 47 | 0.59 | 0.8 |
| Hex | EA | DD | AE | 0 | 6 | 1A | 8 | 2F | 3B | 50 |
| Octal | 352 | 335 | 256 | 0 | 6 | 32 | 10 | 57 | 73 | 120 |
| Binary | 11101010 | 11011101 | 10101110 | 0 | 110 | 11010 | 1000 | 101111 | 111011 | 1010000 |
Color Harmonies of #EADDAE
Complementary color
Monochromatic Colors of #EADDAE
Black with #EADDAE
Text Example
Text Example
White with #EADDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDAE; }
p { color: rgb(234,221,174); }
H1.HeaderClassName
{
color: #EADDAE;
}
.AnyTagClassName
{
color: #EADDAE;
}
</style>
background-color css
<style>
a { background-color: #EADDAE; }
a { background-color: rgb(234,221,174); }
div.DivClassName
{
background-color: #EADDAE;
}
.BgClassName
{
background-color: #EADDAE;
}
</style>
border-color css
<style>
span { border-color: #EADDAE; }
span { border-color: rgb(234,221,174); }
td.TdClassName
{
border-color: #EADDAE;
}
.TagClassName
{
border-color: #EADDAE;
}
</style>