Shades of Sidecar #EDDEAA
Tints of Sidecar #EDDEAA
RGB
CMYK
RGB Variations
Color information
#EDDEAA (or 0xEDDEAA) is known color: Sidecar. HEX triplet: ED, DE and AA. RGB value is (237,222,170). Sum of RGB (Red+Green+Blue) = 237+222+170=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAA is #122155. Grayscale: #DCDCDC. Windows color (decimal): -1188182 or 11198189. OLE color: 11198189.
HSL color Cylindrical-coordinate representation of color #EDDEAA: hue angle of 46.57º degrees, saturation: 0.65, 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 #EDDEAA is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 170 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.07 |
| HSL | 46.57º | 0.65% | 0.8% | - |
| HSV(B) | 46.57º | 0.28% | 0.93% | - |
| XYZ | 68.3 | 73.15 | 48.55 | - |
| YUV | 220.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 170 | 0 | 0.06 | 0.28 | 0.07 | 46.57 | 0.65 | 0.8 |
| Hex | ED | DE | AA | 0 | 6 | 1C | 7 | 2F | 41 | 50 |
| Octal | 355 | 336 | 252 | 0 | 6 | 34 | 7 | 57 | 101 | 120 |
| Binary | 11101101 | 11011110 | 10101010 | 0 | 110 | 11100 | 111 | 101111 | 1000001 | 1010000 |
Color Harmonies of #EDDEAA
Complementary color
Monochromatic Colors of #EDDEAA
Black with #EDDEAA
Text Example
Text Example
White with #EDDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEAA; }
p { color: rgb(237,222,170); }
H1.HeaderClassName
{
color: #EDDEAA;
}
.AnyTagClassName
{
color: #EDDEAA;
}
</style>
background-color css
<style>
a { background-color: #EDDEAA; }
a { background-color: rgb(237,222,170); }
div.DivClassName
{
background-color: #EDDEAA;
}
.BgClassName
{
background-color: #EDDEAA;
}
</style>
border-color css
<style>
span { border-color: #EDDEAA; }
span { border-color: rgb(237,222,170); }
td.TdClassName
{
border-color: #EDDEAA;
}
.TagClassName
{
border-color: #EDDEAA;
}
</style>