Shades of Sidecar #EEDEAD
Tints of Sidecar #EEDEAD
RGB
CMYK
RGB Variations
Color information
#EEDEAD (or 0xEEDEAD) is known color: Sidecar. HEX triplet: EE, DE and AD. RGB value is (238,222,173). Sum of RGB (Red+Green+Blue) = 238+222+173=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDEAD is #112152. Grayscale: #DDDDDD. Windows color (decimal): -1122643 or 11394798. OLE color: 11394798.
HSL color Cylindrical-coordinate representation of color #EEDEAD: hue angle of 45.23º 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 #EEDEAD is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 173 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.07 |
| HSL | 45.23º | 0.66% | 0.81% | - |
| HSV(B) | 45.23º | 0.27% | 0.93% | - |
| XYZ | 68.92 | 73.44 | 50.08 | - |
| YUV | 221.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 173 | 0 | 0.07 | 0.27 | 0.07 | 45.23 | 0.66 | 0.81 |
| Hex | EE | DE | AD | 0 | 7 | 1B | 7 | 2D | 42 | 51 |
| Octal | 356 | 336 | 255 | 0 | 7 | 33 | 7 | 55 | 102 | 121 |
| Binary | 11101110 | 11011110 | 10101101 | 0 | 111 | 11011 | 111 | 101101 | 1000010 | 1010001 |
Color Harmonies of #EEDEAD
Complementary color
Monochromatic Colors of #EEDEAD
Black with #EEDEAD
Text Example
Text Example
White with #EEDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEAD; }
p { color: rgb(238,222,173); }
H1.HeaderClassName
{
color: #EEDEAD;
}
.AnyTagClassName
{
color: #EEDEAD;
}
</style>
background-color css
<style>
a { background-color: #EEDEAD; }
a { background-color: rgb(238,222,173); }
div.DivClassName
{
background-color: #EEDEAD;
}
.BgClassName
{
background-color: #EEDEAD;
}
</style>
border-color css
<style>
span { border-color: #EEDEAD; }
span { border-color: rgb(238,222,173); }
td.TdClassName
{
border-color: #EEDEAD;
}
.TagClassName
{
border-color: #EEDEAD;
}
</style>