Shades of Sidecar #EDDCAA
Tints of Sidecar #EDDCAA
RGB
CMYK
RGB Variations
Color information
#EDDCAA (or 0xEDDCAA) is known color: Sidecar. HEX triplet: ED, DC and AA. RGB value is (237,220,170). Sum of RGB (Red+Green+Blue) = 237+220+170=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAA is #122355. Grayscale: #DBDBDB. Windows color (decimal): -1188694 or 11197677. OLE color: 11197677.
HSL color Cylindrical-coordinate representation of color #EDDCAA: hue angle of 44.78º 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 #EDDCAA is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 170 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.07 |
| HSL | 44.78º | 0.65% | 0.8% | - |
| HSV(B) | 44.78º | 0.28% | 0.93% | - |
| XYZ | 67.77 | 72.09 | 48.37 | - |
| YUV | 219.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 170 | 0 | 0.07 | 0.28 | 0.07 | 44.78 | 0.65 | 0.8 |
| Hex | ED | DC | AA | 0 | 7 | 1C | 7 | 2D | 41 | 50 |
| Octal | 355 | 334 | 252 | 0 | 7 | 34 | 7 | 55 | 101 | 120 |
| Binary | 11101101 | 11011100 | 10101010 | 0 | 111 | 11100 | 111 | 101101 | 1000001 | 1010000 |
Color Harmonies of #EDDCAA
Complementary color
Monochromatic Colors of #EDDCAA
Black with #EDDCAA
Text Example
Text Example
White with #EDDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCAA; }
p { color: rgb(237,220,170); }
H1.HeaderClassName
{
color: #EDDCAA;
}
.AnyTagClassName
{
color: #EDDCAA;
}
</style>
background-color css
<style>
a { background-color: #EDDCAA; }
a { background-color: rgb(237,220,170); }
div.DivClassName
{
background-color: #EDDCAA;
}
.BgClassName
{
background-color: #EDDCAA;
}
</style>
border-color css
<style>
span { border-color: #EDDCAA; }
span { border-color: rgb(237,220,170); }
td.TdClassName
{
border-color: #EDDCAA;
}
.TagClassName
{
border-color: #EDDCAA;
}
</style>