Shades of Sidecar #EDDCAB
Tints of Sidecar #EDDCAB
RGB
CMYK
RGB Variations
Color information
#EDDCAB (or 0xEDDCAB) is known color: Sidecar. HEX triplet: ED, DC and AB. RGB value is (237,220,171). Sum of RGB (Red+Green+Blue) = 237+220+171=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAB is #122354. Grayscale: #DBDBDB. Windows color (decimal): -1188693 or 11263213. OLE color: 11263213.
HSL color Cylindrical-coordinate representation of color #EDDCAB: hue angle of 44.55º 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 #EDDCAB is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 171 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.07 |
| HSL | 44.55º | 0.65% | 0.8% | - |
| HSV(B) | 44.55º | 0.28% | 0.93% | - |
| XYZ | 67.87 | 72.13 | 48.87 | - |
| YUV | 219.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 171 | 0 | 0.07 | 0.28 | 0.07 | 44.55 | 0.65 | 0.8 |
| Hex | ED | DC | AB | 0 | 7 | 1C | 7 | 2D | 41 | 50 |
| Octal | 355 | 334 | 253 | 0 | 7 | 34 | 7 | 55 | 101 | 120 |
| Binary | 11101101 | 11011100 | 10101011 | 0 | 111 | 11100 | 111 | 101101 | 1000001 | 1010000 |
Color Harmonies of #EDDCAB
Complementary color
Monochromatic Colors of #EDDCAB
Black with #EDDCAB
Text Example
Text Example
White with #EDDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCAB; }
p { color: rgb(237,220,171); }
H1.HeaderClassName
{
color: #EDDCAB;
}
.AnyTagClassName
{
color: #EDDCAB;
}
</style>
background-color css
<style>
a { background-color: #EDDCAB; }
a { background-color: rgb(237,220,171); }
div.DivClassName
{
background-color: #EDDCAB;
}
.BgClassName
{
background-color: #EDDCAB;
}
</style>
border-color css
<style>
span { border-color: #EDDCAB; }
span { border-color: rgb(237,220,171); }
td.TdClassName
{
border-color: #EDDCAB;
}
.TagClassName
{
border-color: #EDDCAB;
}
</style>