Shades of Sidecar #EEDAA7
Tints of Sidecar #EEDAA7
RGB
CMYK
RGB Variations
Color information
#EEDAA7 (or 0xEEDAA7) is known color: Sidecar. HEX triplet: EE, DA and A7. RGB value is (238,218,167). Sum of RGB (Red+Green+Blue) = 238+218+167=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 167 (65.62% from 255 or 26.81% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAA7 is #112558. Grayscale: #DADADA. Windows color (decimal): -1123673 or 11000558. OLE color: 11000558.
HSL color Cylindrical-coordinate representation of color #EEDAA7: hue angle of 43.1º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEDAA7 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 167 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.07 |
| HSL | 43.1º | 0.68% | 0.79% | - |
| HSV(B) | 43.1º | 0.3% | 0.93% | - |
| XYZ | 67.31 | 71.11 | 46.74 | - |
| YUV | 218.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 167 | 0 | 0.08 | 0.30 | 0.07 | 43.1 | 0.68 | 0.79 |
| Hex | EE | DA | A7 | 0 | 8 | 1E | 7 | 2B | 44 | 4F |
| Octal | 356 | 332 | 247 | 0 | 10 | 36 | 7 | 53 | 104 | 117 |
| Binary | 11101110 | 11011010 | 10100111 | 0 | 1000 | 11110 | 111 | 101011 | 1000100 | 1001111 |
Color Harmonies of #EEDAA7
Complementary color
Monochromatic Colors of #EEDAA7
Black with #EEDAA7
Text Example
Text Example
White with #EEDAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAA7; }
p { color: rgb(238,218,167); }
H1.HeaderClassName
{
color: #EEDAA7;
}
.AnyTagClassName
{
color: #EEDAA7;
}
</style>
background-color css
<style>
a { background-color: #EEDAA7; }
a { background-color: rgb(238,218,167); }
div.DivClassName
{
background-color: #EEDAA7;
}
.BgClassName
{
background-color: #EEDAA7;
}
</style>
border-color css
<style>
span { border-color: #EEDAA7; }
span { border-color: rgb(238,218,167); }
td.TdClassName
{
border-color: #EEDAA7;
}
.TagClassName
{
border-color: #EEDAA7;
}
</style>