Shades of Sidecar #EEDDAC
Tints of Sidecar #EEDDAC
RGB
CMYK
RGB Variations
Color information
#EEDDAC (or 0xEEDDAC) is known color: Sidecar. HEX triplet: EE, DD and AC. RGB value is (238,221,172). Sum of RGB (Red+Green+Blue) = 238+221+172=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDAC is #112253. Grayscale: #DCDCDC. Windows color (decimal): -1122900 or 11329006. OLE color: 11329006.
HSL color Cylindrical-coordinate representation of color #EEDDAC: hue angle of 44.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEDDAC is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 221 | 172 | - |
CMYK | 0 | 0.07 | 0.28 | 0.07 |
HSL | 44.55º | 0.66% | 0.8% | - |
HSV(B) | 44.55º | 0.28% | 0.93% | - |
XYZ | 68.56 | 72.87 | 49.48 | - |
YUV | 220.5 | 100.63 | 140.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 221 | 172 | 0 | 0.07 | 0.28 | 0.07 | 44.55 | 0.66 | 0.8 |
Hex | EE | DD | AC | 0 | 7 | 1C | 7 | 2D | 42 | 50 |
Octal | 356 | 335 | 254 | 0 | 7 | 34 | 7 | 55 | 102 | 120 |
Binary | 11101110 | 11011101 | 10101100 | 0 | 111 | 11100 | 111 | 101101 | 1000010 | 1010000 |
Color Harmonies of #EEDDAC
Complementary color
Monochromatic Colors of #EEDDAC
Black with #EEDDAC
Text Example
Text Example
White with #EEDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDAC; }
p { color: rgb(238,221,172); }
H1.HeaderClassName
{
color: #EEDDAC;
}
.AnyTagClassName
{
color: #EEDDAC;
}
</style>
background-color css
<style>
a { background-color: #EEDDAC; }
a { background-color: rgb(238,221,172); }
div.DivClassName
{
background-color: #EEDDAC;
}
.BgClassName
{
background-color: #EEDDAC;
}
</style>
border-color css
<style>
span { border-color: #EEDDAC; }
span { border-color: rgb(238,221,172); }
td.TdClassName
{
border-color: #EEDDAC;
}
.TagClassName
{
border-color: #EEDDAC;
}
</style>