Shades of Lemon #EDF013
Tints of Lemon #EDF013
RGB
CMYK
RGB Variations
Color information
#EDF013 (or 0xEDF013) is known color: Lemon. HEX triplet: ED, F0 and 13. RGB value is (237,240,19). Sum of RGB (Red+Green+Blue) = 237+240+19=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 19 (7.81% from 255 or 3.83% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF013 is #120FEC. Grayscale: #D6D6D6. Windows color (decimal): -1183725 or 1306861. OLE color: 1306861.
HSL color Cylindrical-coordinate representation of color #EDF013: hue angle of 60.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDF013 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 19 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.06 |
| HSL | 60.81º | 0.88% | 0.51% | - |
| HSV(B) | 60.81º | 0.92% | 0.94% | - |
| XYZ | 66.2 | 80.37 | 12.64 | - |
| YUV | 213.91 | 18.01 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 19 | 0.01 | 0 | 0.92 | 0.06 | 60.81 | 0.88 | 0.51 |
| Hex | ED | F0 | 13 | 1 | 0 | 5C | 6 | 3D | 58 | 33 |
| Octal | 355 | 360 | 23 | 1 | 0 | 134 | 6 | 75 | 130 | 63 |
| Binary | 11101101 | 11110000 | 10011 | 1 | 0 | 1011100 | 110 | 111101 | 1011000 | 110011 |
Color Harmonies of #EDF013
Complementary color
Monochromatic Colors of #EDF013
Black with #EDF013
Text Example
Text Example
White with #EDF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF013; }
p { color: rgb(237,240,19); }
H1.HeaderClassName
{
color: #EDF013;
}
.AnyTagClassName
{
color: #EDF013;
}
</style>
background-color css
<style>
a { background-color: #EDF013; }
a { background-color: rgb(237,240,19); }
div.DivClassName
{
background-color: #EDF013;
}
.BgClassName
{
background-color: #EDF013;
}
</style>
border-color css
<style>
span { border-color: #EDF013; }
span { border-color: rgb(237,240,19); }
td.TdClassName
{
border-color: #EDF013;
}
.TagClassName
{
border-color: #EDF013;
}
</style>