Shades of Sidecar #EEDDAD
Tints of Sidecar #EEDDAD
RGB
CMYK
RGB Variations
Color information
#EEDDAD (or 0xEEDDAD) is known color: Sidecar. HEX triplet: EE, DD and AD. RGB value is (238,221,173). Sum of RGB (Red+Green+Blue) = 238+221+173=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDAD is #112252. Grayscale: #DCDCDC. Windows color (decimal): -1122899 or 11394542. OLE color: 11394542.
HSL color Cylindrical-coordinate representation of color #EEDDAD: hue angle of 44.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEDDAD is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 173 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.07 |
| HSL | 44.31º | 0.66% | 0.81% | - |
| HSV(B) | 44.31º | 0.27% | 0.93% | - |
| XYZ | 68.66 | 72.91 | 49.99 | - |
| YUV | 220.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 173 | 0 | 0.07 | 0.27 | 0.07 | 44.31 | 0.66 | 0.81 |
| Hex | EE | DD | AD | 0 | 7 | 1B | 7 | 2C | 42 | 51 |
| Octal | 356 | 335 | 255 | 0 | 7 | 33 | 7 | 54 | 102 | 121 |
| Binary | 11101110 | 11011101 | 10101101 | 0 | 111 | 11011 | 111 | 101100 | 1000010 | 1010001 |
Color Harmonies of #EEDDAD
Complementary color
Monochromatic Colors of #EEDDAD
Black with #EEDDAD
Text Example
Text Example
White with #EEDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDAD; }
p { color: rgb(238,221,173); }
H1.HeaderClassName
{
color: #EEDDAD;
}
.AnyTagClassName
{
color: #EEDDAD;
}
</style>
background-color css
<style>
a { background-color: #EEDDAD; }
a { background-color: rgb(238,221,173); }
div.DivClassName
{
background-color: #EEDDAD;
}
.BgClassName
{
background-color: #EEDDAD;
}
</style>
border-color css
<style>
span { border-color: #EEDDAD; }
span { border-color: rgb(238,221,173); }
td.TdClassName
{
border-color: #EEDDAD;
}
.TagClassName
{
border-color: #EEDDAD;
}
</style>