Shades of Lemon #EDE209
Tints of Lemon #EDE209
RGB
CMYK
RGB Variations
Color information
#EDE209 (or 0xEDE209) is known color: Lemon. HEX triplet: ED, E2 and 09. RGB value is (237,226,9). Sum of RGB (Red+Green+Blue) = 237+226+9=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 9 (3.91% from 255 or 1.91% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE209 is #121DF6. Grayscale: #CDCDCD. Windows color (decimal): -1187319 or 647917. OLE color: 647917.
HSL color Cylindrical-coordinate representation of color #EDE209: hue angle of 57.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDE209 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.07 |
| HSL | 57.11º | 0.93% | 0.48% | - |
| HSV(B) | 57.11º | 0.96% | 0.93% | - |
| XYZ | 62.17 | 72.42 | 10.96 | - |
| YUV | 204.55 | 17.64 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 9 | 0 | 0.05 | 0.96 | 0.07 | 57.11 | 0.93 | 0.48 |
| Hex | ED | E2 | 9 | 0 | 5 | 60 | 7 | 39 | 5D | 30 |
| Octal | 355 | 342 | 11 | 0 | 5 | 140 | 7 | 71 | 135 | 60 |
| Binary | 11101101 | 11100010 | 1001 | 0 | 101 | 1100000 | 111 | 111001 | 1011101 | 110000 |
Color Harmonies of #EDE209
Complementary color
Monochromatic Colors of #EDE209
Black with #EDE209
Text Example
Text Example
White with #EDE209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE209; }
p { color: rgb(237,226,9); }
H1.HeaderClassName
{
color: #EDE209;
}
.AnyTagClassName
{
color: #EDE209;
}
</style>
background-color css
<style>
a { background-color: #EDE209; }
a { background-color: rgb(237,226,9); }
div.DivClassName
{
background-color: #EDE209;
}
.BgClassName
{
background-color: #EDE209;
}
</style>
border-color css
<style>
span { border-color: #EDE209; }
span { border-color: rgb(237,226,9); }
td.TdClassName
{
border-color: #EDE209;
}
.TagClassName
{
border-color: #EDE209;
}
</style>