Shades of Lemon #EDF30F
Tints of Lemon #EDF30F
RGB
CMYK
RGB Variations
Color information
#EDF30F (or 0xEDF30F) is known color: Lemon. HEX triplet: ED, F3 and 0F. RGB value is (237,243,15). Sum of RGB (Red+Green+Blue) = 237+243+15=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 15 (6.25% from 255 or 3.03% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF30F is #120CF0. Grayscale: #D8D8D8. Windows color (decimal): -1182961 or 1045485. OLE color: 1045485.
HSL color Cylindrical-coordinate representation of color #EDF30F: hue angle of 61.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF30F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.05 |
| HSL | 61.58º | 0.9% | 0.51% | - |
| HSV(B) | 61.58º | 0.94% | 0.95% | - |
| XYZ | 67.06 | 82.14 | 12.77 | - |
| YUV | 215.21 | 15.01 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 15 | 0.02 | 0 | 0.94 | 0.05 | 61.58 | 0.9 | 0.51 |
| Hex | ED | F3 | F | 2 | 0 | 5E | 5 | 3E | 5A | 33 |
| Octal | 355 | 363 | 17 | 2 | 0 | 136 | 5 | 76 | 132 | 63 |
| Binary | 11101101 | 11110011 | 1111 | 10 | 0 | 1011110 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #EDF30F
Complementary color
Monochromatic Colors of #EDF30F
Black with #EDF30F
Text Example
Text Example
White with #EDF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF30F; }
p { color: rgb(237,243,15); }
H1.HeaderClassName
{
color: #EDF30F;
}
.AnyTagClassName
{
color: #EDF30F;
}
</style>
background-color css
<style>
a { background-color: #EDF30F; }
a { background-color: rgb(237,243,15); }
div.DivClassName
{
background-color: #EDF30F;
}
.BgClassName
{
background-color: #EDF30F;
}
</style>
border-color css
<style>
span { border-color: #EDF30F; }
span { border-color: rgb(237,243,15); }
td.TdClassName
{
border-color: #EDF30F;
}
.TagClassName
{
border-color: #EDF30F;
}
</style>