Shades of Sidecar #EEDDAF
Tints of Sidecar #EEDDAF
RGB
CMYK
RGB Variations
Color information
#EEDDAF (or 0xEEDDAF) is known color: Sidecar. HEX triplet: EE, DD and AF. RGB value is (238,221,175). Sum of RGB (Red+Green+Blue) = 238+221+175=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDAF is #112250. Grayscale: #DDDDDD. Windows color (decimal): -1122897 or 11525614. OLE color: 11525614.
HSL color Cylindrical-coordinate representation of color #EEDDAF: hue angle of 43.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEDDAF is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 175 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.07 |
| HSL | 43.81º | 0.65% | 0.81% | - |
| HSV(B) | 43.81º | 0.26% | 0.93% | - |
| XYZ | 68.85 | 72.99 | 51.02 | - |
| YUV | 220.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 175 | 0 | 0.07 | 0.26 | 0.07 | 43.81 | 0.65 | 0.81 |
| Hex | EE | DD | AF | 0 | 7 | 1A | 7 | 2C | 41 | 51 |
| Octal | 356 | 335 | 257 | 0 | 7 | 32 | 7 | 54 | 101 | 121 |
| Binary | 11101110 | 11011101 | 10101111 | 0 | 111 | 11010 | 111 | 101100 | 1000001 | 1010001 |
Color Harmonies of #EEDDAF
Complementary color
Monochromatic Colors of #EEDDAF
Black with #EEDDAF
Text Example
Text Example
White with #EEDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDAF; }
p { color: rgb(238,221,175); }
H1.HeaderClassName
{
color: #EEDDAF;
}
.AnyTagClassName
{
color: #EEDDAF;
}
</style>
background-color css
<style>
a { background-color: #EEDDAF; }
a { background-color: rgb(238,221,175); }
div.DivClassName
{
background-color: #EEDDAF;
}
.BgClassName
{
background-color: #EEDDAF;
}
</style>
border-color css
<style>
span { border-color: #EEDDAF; }
span { border-color: rgb(238,221,175); }
td.TdClassName
{
border-color: #EEDDAF;
}
.TagClassName
{
border-color: #EEDDAF;
}
</style>