Shades of Sidecar #EEDCAD
Tints of Sidecar #EEDCAD
RGB
CMYK
RGB Variations
Color information
#EEDCAD (or 0xEEDCAD) is known color: Sidecar. HEX triplet: EE, DC and AD. RGB value is (238,220,173). Sum of RGB (Red+Green+Blue) = 238+220+173=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCAD is #112352. Grayscale: #DCDCDC. Windows color (decimal): -1123155 or 11394286. OLE color: 11394286.
HSL color Cylindrical-coordinate representation of color #EEDCAD: hue angle of 43.38º 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 #EEDCAD is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 173 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.07 |
| HSL | 43.38º | 0.66% | 0.81% | - |
| HSV(B) | 43.38º | 0.27% | 0.93% | - |
| XYZ | 68.4 | 72.38 | 49.9 | - |
| YUV | 220.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 173 | 0 | 0.08 | 0.27 | 0.07 | 43.38 | 0.66 | 0.81 |
| Hex | EE | DC | AD | 0 | 8 | 1B | 7 | 2B | 42 | 51 |
| Octal | 356 | 334 | 255 | 0 | 10 | 33 | 7 | 53 | 102 | 121 |
| Binary | 11101110 | 11011100 | 10101101 | 0 | 1000 | 11011 | 111 | 101011 | 1000010 | 1010001 |
Color Harmonies of #EEDCAD
Complementary color
Monochromatic Colors of #EEDCAD
Black with #EEDCAD
Text Example
Text Example
White with #EEDCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCAD; }
p { color: rgb(238,220,173); }
H1.HeaderClassName
{
color: #EEDCAD;
}
.AnyTagClassName
{
color: #EEDCAD;
}
</style>
background-color css
<style>
a { background-color: #EEDCAD; }
a { background-color: rgb(238,220,173); }
div.DivClassName
{
background-color: #EEDCAD;
}
.BgClassName
{
background-color: #EEDCAD;
}
</style>
border-color css
<style>
span { border-color: #EEDCAD; }
span { border-color: rgb(238,220,173); }
td.TdClassName
{
border-color: #EEDCAD;
}
.TagClassName
{
border-color: #EEDCAD;
}
</style>