Shades of Lemon #EDF522
Tints of Lemon #EDF522
RGB
CMYK
RGB Variations
Color information
#EDF522 (or 0xEDF522) is known color: Lemon. HEX triplet: ED, F5 and 22. RGB value is (237,245,34). Sum of RGB (Red+Green+Blue) = 237+245+34=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 34 (13.67% from 255 or 6.59% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF522 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF522 is #120ADD. Grayscale: #DBDBDB. Windows color (decimal): -1182430 or 2291181. OLE color: 2291181.
HSL color Cylindrical-coordinate representation of color #EDF522: hue angle of 62.27º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF522 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 34 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.04 |
| HSL | 62.27º | 0.91% | 0.55% | - |
| HSV(B) | 62.27º | 0.86% | 0.96% | - |
| XYZ | 67.87 | 83.42 | 14.04 | - |
| YUV | 218.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 34 | 0.03 | 0 | 0.86 | 0.04 | 62.27 | 0.91 | 0.55 |
| Hex | ED | F5 | 22 | 3 | 0 | 56 | 4 | 3E | 5B | 37 |
| Octal | 355 | 365 | 42 | 3 | 0 | 126 | 4 | 76 | 133 | 67 |
| Binary | 11101101 | 11110101 | 100010 | 11 | 0 | 1010110 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EDF522
Complementary color
Monochromatic Colors of #EDF522
Black with #EDF522
Text Example
Text Example
White with #EDF522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF522; }
p { color: rgb(237,245,34); }
H1.HeaderClassName
{
color: #EDF522;
}
.AnyTagClassName
{
color: #EDF522;
}
</style>
background-color css
<style>
a { background-color: #EDF522; }
a { background-color: rgb(237,245,34); }
div.DivClassName
{
background-color: #EDF522;
}
.BgClassName
{
background-color: #EDF522;
}
</style>
border-color css
<style>
span { border-color: #EDF522; }
span { border-color: rgb(237,245,34); }
td.TdClassName
{
border-color: #EDF522;
}
.TagClassName
{
border-color: #EDF522;
}
</style>