Shades of Sidecar #EADDA6
Tints of Sidecar #EADDA6
RGB
CMYK
RGB Variations
Color information
#EADDA6 (or 0xEADDA6) is known color: Sidecar. HEX triplet: EA, DD and A6. RGB value is (234,221,166). Sum of RGB (Red+Green+Blue) = 234+221+166=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDA6 is #152259. Grayscale: #DADADA. Windows color (decimal): -1385050 or 10935786. OLE color: 10935786.
HSL color Cylindrical-coordinate representation of color #EADDA6: hue angle of 48.53º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EADDA6 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 166 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.08 |
| HSL | 48.53º | 0.62% | 0.78% | - |
| HSV(B) | 48.53º | 0.29% | 0.92% | - |
| XYZ | 66.67 | 71.96 | 46.45 | - |
| YUV | 218.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 166 | 0 | 0.06 | 0.29 | 0.08 | 48.53 | 0.62 | 0.78 |
| Hex | EA | DD | A6 | 0 | 6 | 1D | 8 | 31 | 3E | 4E |
| Octal | 352 | 335 | 246 | 0 | 6 | 35 | 10 | 61 | 76 | 116 |
| Binary | 11101010 | 11011101 | 10100110 | 0 | 110 | 11101 | 1000 | 110001 | 111110 | 1001110 |
Color Harmonies of #EADDA6
Complementary color
Monochromatic Colors of #EADDA6
Black with #EADDA6
Text Example
Text Example
White with #EADDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDA6; }
p { color: rgb(234,221,166); }
H1.HeaderClassName
{
color: #EADDA6;
}
.AnyTagClassName
{
color: #EADDA6;
}
</style>
background-color css
<style>
a { background-color: #EADDA6; }
a { background-color: rgb(234,221,166); }
div.DivClassName
{
background-color: #EADDA6;
}
.BgClassName
{
background-color: #EADDA6;
}
</style>
border-color css
<style>
span { border-color: #EADDA6; }
span { border-color: rgb(234,221,166); }
td.TdClassName
{
border-color: #EADDA6;
}
.TagClassName
{
border-color: #EADDA6;
}
</style>