Shades of Lemon #EDF309
Tints of Lemon #EDF309
RGB
CMYK
RGB Variations
Color information
#EDF309 (or 0xEDF309) is known color: Lemon. HEX triplet: ED, F3 and 09. RGB value is (237,243,9). Sum of RGB (Red+Green+Blue) = 237+243+9=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 9 (3.91% from 255 or 1.84% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF309 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF309 is #120CF6. Grayscale: #D7D7D7. Windows color (decimal): -1182967 or 652269. OLE color: 652269.
HSL color Cylindrical-coordinate representation of color #EDF309: hue angle of 61.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF309 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.05 |
| HSL | 61.54º | 0.93% | 0.49% | - |
| HSV(B) | 61.54º | 0.96% | 0.95% | - |
| XYZ | 67.02 | 82.13 | 12.58 | - |
| YUV | 214.53 | 12.01 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 9 | 0.02 | 0 | 0.96 | 0.05 | 61.54 | 0.93 | 0.49 |
| Hex | ED | F3 | 9 | 2 | 0 | 60 | 5 | 3E | 5D | 31 |
| Octal | 355 | 363 | 11 | 2 | 0 | 140 | 5 | 76 | 135 | 61 |
| Binary | 11101101 | 11110011 | 1001 | 10 | 0 | 1100000 | 101 | 111110 | 1011101 | 110001 |
Color Harmonies of #EDF309
Complementary color
Monochromatic Colors of #EDF309
Black with #EDF309
Text Example
Text Example
White with #EDF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF309; }
p { color: rgb(237,243,9); }
H1.HeaderClassName
{
color: #EDF309;
}
.AnyTagClassName
{
color: #EDF309;
}
</style>
background-color css
<style>
a { background-color: #EDF309; }
a { background-color: rgb(237,243,9); }
div.DivClassName
{
background-color: #EDF309;
}
.BgClassName
{
background-color: #EDF309;
}
</style>
border-color css
<style>
span { border-color: #EDF309; }
span { border-color: rgb(237,243,9); }
td.TdClassName
{
border-color: #EDF309;
}
.TagClassName
{
border-color: #EDF309;
}
</style>