Shades of Lemon #EDDD0E
Tints of Lemon #EDDD0E
RGB
CMYK
RGB Variations
Color information
#EDDD0E (or 0xEDDD0E) is known color: Lemon. HEX triplet: ED, DD and 0E. RGB value is (237,221,14). Sum of RGB (Red+Green+Blue) = 237+221+14=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD0E is #1222F1. Grayscale: #CBCBCB. Windows color (decimal): -1188594 or 974317. OLE color: 974317.
HSL color Cylindrical-coordinate representation of color #EDDD0E: hue angle of 55.7º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDDD0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.07 |
| HSL | 55.7º | 0.89% | 0.49% | - |
| HSV(B) | 55.7º | 0.94% | 0.93% | - |
| XYZ | 60.86 | 69.75 | 10.67 | - |
| YUV | 202.19 | 21.8 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 14 | 0 | 0.07 | 0.94 | 0.07 | 55.7 | 0.89 | 0.49 |
| Hex | ED | DD | E | 0 | 7 | 5E | 7 | 38 | 59 | 31 |
| Octal | 355 | 335 | 16 | 0 | 7 | 136 | 7 | 70 | 131 | 61 |
| Binary | 11101101 | 11011101 | 1110 | 0 | 111 | 1011110 | 111 | 111000 | 1011001 | 110001 |
Color Harmonies of #EDDD0E
Complementary color
Monochromatic Colors of #EDDD0E
Black with #EDDD0E
Text Example
Text Example
White with #EDDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD0E; }
p { color: rgb(237,221,14); }
H1.HeaderClassName
{
color: #EDDD0E;
}
.AnyTagClassName
{
color: #EDDD0E;
}
</style>
background-color css
<style>
a { background-color: #EDDD0E; }
a { background-color: rgb(237,221,14); }
div.DivClassName
{
background-color: #EDDD0E;
}
.BgClassName
{
background-color: #EDDD0E;
}
</style>
border-color css
<style>
span { border-color: #EDDD0E; }
span { border-color: rgb(237,221,14); }
td.TdClassName
{
border-color: #EDDD0E;
}
.TagClassName
{
border-color: #EDDD0E;
}
</style>