Shades of Lemon #EDF01A
Tints of Lemon #EDF01A
RGB
CMYK
RGB Variations
Color information
#EDF01A (or 0xEDF01A) is known color: Lemon. HEX triplet: ED, F0 and 1A. RGB value is (237,240,26). Sum of RGB (Red+Green+Blue) = 237+240+26=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF01A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF01A is #120FE5. Grayscale: #D7D7D7. Windows color (decimal): -1183718 or 1765613. OLE color: 1765613.
HSL color Cylindrical-coordinate representation of color #EDF01A: hue angle of 60.84º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF01A is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 26 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.06 |
| HSL | 60.84º | 0.88% | 0.52% | - |
| HSV(B) | 60.84º | 0.89% | 0.94% | - |
| XYZ | 66.27 | 80.4 | 13 | - |
| YUV | 214.71 | 21.51 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 26 | 0.01 | 0 | 0.89 | 0.06 | 60.84 | 0.88 | 0.52 |
| Hex | ED | F0 | 1A | 1 | 0 | 59 | 6 | 3D | 58 | 34 |
| Octal | 355 | 360 | 32 | 1 | 0 | 131 | 6 | 75 | 130 | 64 |
| Binary | 11101101 | 11110000 | 11010 | 1 | 0 | 1011001 | 110 | 111101 | 1011000 | 110100 |
Color Harmonies of #EDF01A
Complementary color
Monochromatic Colors of #EDF01A
Black with #EDF01A
Text Example
Text Example
White with #EDF01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF01A; }
p { color: rgb(237,240,26); }
H1.HeaderClassName
{
color: #EDF01A;
}
.AnyTagClassName
{
color: #EDF01A;
}
</style>
background-color css
<style>
a { background-color: #EDF01A; }
a { background-color: rgb(237,240,26); }
div.DivClassName
{
background-color: #EDF01A;
}
.BgClassName
{
background-color: #EDF01A;
}
</style>
border-color css
<style>
span { border-color: #EDF01A; }
span { border-color: rgb(237,240,26); }
td.TdClassName
{
border-color: #EDF01A;
}
.TagClassName
{
border-color: #EDF01A;
}
</style>