Shades of Sidecar #EEDDAE
Tints of Sidecar #EEDDAE
RGB
CMYK
RGB Variations
Color information
#EEDDAE (or 0xEEDDAE) is known color: Sidecar. HEX triplet: EE, DD and AE. RGB value is (238,221,174). Sum of RGB (Red+Green+Blue) = 238+221+174=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDAE is #112251. Grayscale: #DCDCDC. Windows color (decimal): -1122898 or 11460078. OLE color: 11460078.
HSL color Cylindrical-coordinate representation of color #EEDDAE: hue angle of 44.06º degrees, saturation: 0.65, 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 #EEDDAE is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 174 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.07 |
| HSL | 44.06º | 0.65% | 0.81% | - |
| HSV(B) | 44.06º | 0.27% | 0.93% | - |
| XYZ | 68.76 | 72.95 | 50.5 | - |
| YUV | 220.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 174 | 0 | 0.07 | 0.27 | 0.07 | 44.06 | 0.65 | 0.81 |
| Hex | EE | DD | AE | 0 | 7 | 1B | 7 | 2C | 41 | 51 |
| Octal | 356 | 335 | 256 | 0 | 7 | 33 | 7 | 54 | 101 | 121 |
| Binary | 11101110 | 11011101 | 10101110 | 0 | 111 | 11011 | 111 | 101100 | 1000001 | 1010001 |
Color Harmonies of #EEDDAE
Complementary color
Monochromatic Colors of #EEDDAE
Black with #EEDDAE
Text Example
Text Example
White with #EEDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDAE; }
p { color: rgb(238,221,174); }
H1.HeaderClassName
{
color: #EEDDAE;
}
.AnyTagClassName
{
color: #EEDDAE;
}
</style>
background-color css
<style>
a { background-color: #EEDDAE; }
a { background-color: rgb(238,221,174); }
div.DivClassName
{
background-color: #EEDDAE;
}
.BgClassName
{
background-color: #EEDDAE;
}
</style>
border-color css
<style>
span { border-color: #EEDDAE; }
span { border-color: rgb(238,221,174); }
td.TdClassName
{
border-color: #EEDDAE;
}
.TagClassName
{
border-color: #EEDDAE;
}
</style>