Shades of Sidecar #EDE0A4
Tints of Sidecar #EDE0A4
RGB
CMYK
RGB Variations
Color information
#EDE0A4 (or 0xEDE0A4) is known color: Sidecar. HEX triplet: ED, E0 and A4. RGB value is (237,224,164). Sum of RGB (Red+Green+Blue) = 237+224+164=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0A4 is #121F5B. Grayscale: #DDDDDD. Windows color (decimal): -1187676 or 10805485. OLE color: 10805485.
HSL color Cylindrical-coordinate representation of color #EDE0A4: hue angle of 49.32º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDE0A4 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 164 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.07 |
| HSL | 49.32º | 0.67% | 0.79% | - |
| HSV(B) | 49.32º | 0.31% | 0.93% | - |
| XYZ | 68.28 | 74 | 45.81 | - |
| YUV | 221.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 164 | 0 | 0.05 | 0.31 | 0.07 | 49.32 | 0.67 | 0.79 |
| Hex | ED | E0 | A4 | 0 | 5 | 1F | 7 | 31 | 43 | 4F |
| Octal | 355 | 340 | 244 | 0 | 5 | 37 | 7 | 61 | 103 | 117 |
| Binary | 11101101 | 11100000 | 10100100 | 0 | 101 | 11111 | 111 | 110001 | 1000011 | 1001111 |
Color Harmonies of #EDE0A4
Complementary color
Monochromatic Colors of #EDE0A4
Black with #EDE0A4
Text Example
Text Example
White with #EDE0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0A4; }
p { color: rgb(237,224,164); }
H1.HeaderClassName
{
color: #EDE0A4;
}
.AnyTagClassName
{
color: #EDE0A4;
}
</style>
background-color css
<style>
a { background-color: #EDE0A4; }
a { background-color: rgb(237,224,164); }
div.DivClassName
{
background-color: #EDE0A4;
}
.BgClassName
{
background-color: #EDE0A4;
}
</style>
border-color css
<style>
span { border-color: #EDE0A4; }
span { border-color: rgb(237,224,164); }
td.TdClassName
{
border-color: #EDE0A4;
}
.TagClassName
{
border-color: #EDE0A4;
}
</style>