Shades of Lemon #EDE809
Tints of Lemon #EDE809
RGB
CMYK
RGB Variations
Color information
#EDE809 (or 0xEDE809) is known color: Lemon. HEX triplet: ED, E8 and 09. RGB value is (237,232,9). Sum of RGB (Red+Green+Blue) = 237+232+9=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 9 (3.91% from 255 or 1.88% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE809 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE809 is #1217F6. Grayscale: #D0D0D0. Windows color (decimal): -1185783 or 649453. OLE color: 649453.
HSL color Cylindrical-coordinate representation of color #EDE809: hue angle of 58.68º 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 #EDE809 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.07 |
| HSL | 58.68º | 0.93% | 0.48% | - |
| HSV(B) | 58.68º | 0.96% | 0.93% | - |
| XYZ | 63.83 | 75.74 | 11.51 | - |
| YUV | 208.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 9 | 0 | 0.02 | 0.96 | 0.07 | 58.68 | 0.93 | 0.48 |
| Hex | ED | E8 | 9 | 0 | 2 | 60 | 7 | 3B | 5D | 30 |
| Octal | 355 | 350 | 11 | 0 | 2 | 140 | 7 | 73 | 135 | 60 |
| Binary | 11101101 | 11101000 | 1001 | 0 | 10 | 1100000 | 111 | 111011 | 1011101 | 110000 |
Color Harmonies of #EDE809
Complementary color
Monochromatic Colors of #EDE809
Black with #EDE809
Text Example
Text Example
White with #EDE809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE809; }
p { color: rgb(237,232,9); }
H1.HeaderClassName
{
color: #EDE809;
}
.AnyTagClassName
{
color: #EDE809;
}
</style>
background-color css
<style>
a { background-color: #EDE809; }
a { background-color: rgb(237,232,9); }
div.DivClassName
{
background-color: #EDE809;
}
.BgClassName
{
background-color: #EDE809;
}
</style>
border-color css
<style>
span { border-color: #EDE809; }
span { border-color: rgb(237,232,9); }
td.TdClassName
{
border-color: #EDE809;
}
.TagClassName
{
border-color: #EDE809;
}
</style>