Shades of Sidecar #EDDDA0
Tints of Sidecar #EDDDA0
RGB
CMYK
RGB Variations
Color information
#EDDDA0 (or 0xEDDDA0) is known color: Sidecar. HEX triplet: ED, DD and A0. RGB value is (237,221,160). Sum of RGB (Red+Green+Blue) = 237+221+160=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDA0 is #12225F. Grayscale: #DBDBDB. Windows color (decimal): -1188448 or 10542573. OLE color: 10542573.
HSL color Cylindrical-coordinate representation of color #EDDDA0: hue angle of 47.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDDDA0 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 160 | - |
CMYK | 0 | 0.07 | 0.32 | 0.07 |
HSL | 47.53º | 0.68% | 0.78% | - |
HSV(B) | 47.53º | 0.32% | 0.93% | - |
XYZ | 67.13 | 72.26 | 43.67 | - |
YUV | 218.83 | 94.8 | 140.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 160 | 0 | 0.07 | 0.32 | 0.07 | 47.53 | 0.68 | 0.78 |
Hex | ED | DD | A0 | 0 | 7 | 20 | 7 | 30 | 44 | 4E |
Octal | 355 | 335 | 240 | 0 | 7 | 40 | 7 | 60 | 104 | 116 |
Binary | 11101101 | 11011101 | 10100000 | 0 | 111 | 100000 | 111 | 110000 | 1000100 | 1001110 |
Color Harmonies of #EDDDA0
Complementary color
Monochromatic Colors of #EDDDA0
Black with #EDDDA0
Text Example
Text Example
White with #EDDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDA0; }
p { color: rgb(237,221,160); }
H1.HeaderClassName
{
color: #EDDDA0;
}
.AnyTagClassName
{
color: #EDDDA0;
}
</style>
background-color css
<style>
a { background-color: #EDDDA0; }
a { background-color: rgb(237,221,160); }
div.DivClassName
{
background-color: #EDDDA0;
}
.BgClassName
{
background-color: #EDDDA0;
}
</style>
border-color css
<style>
span { border-color: #EDDDA0; }
span { border-color: rgb(237,221,160); }
td.TdClassName
{
border-color: #EDDDA0;
}
.TagClassName
{
border-color: #EDDDA0;
}
</style>