Shades of Lemon #EDF319
Tints of Lemon #EDF319
RGB
CMYK
RGB Variations
Color information
#EDF319 (or 0xEDF319) is known color: Lemon. HEX triplet: ED, F3 and 19. RGB value is (237,243,25). Sum of RGB (Red+Green+Blue) = 237+243+25=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 25 (10.16% from 255 or 4.95% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF319 is #120CE6. Grayscale: #D9D9D9. Windows color (decimal): -1182951 or 1700845. OLE color: 1700845.
HSL color Cylindrical-coordinate representation of color #EDF319: hue angle of 61.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF319 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.65º | 0.9% | 0.53% | - |
| HSV(B) | 61.65º | 0.9% | 0.95% | - |
| XYZ | 67.15 | 82.18 | 13.24 | - |
| YUV | 216.35 | 20.01 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 25 | 0.02 | 0 | 0.90 | 0.05 | 61.65 | 0.9 | 0.53 |
| Hex | ED | F3 | 19 | 2 | 0 | 5A | 5 | 3E | 5A | 35 |
| Octal | 355 | 363 | 31 | 2 | 0 | 132 | 5 | 76 | 132 | 65 |
| Binary | 11101101 | 11110011 | 11001 | 10 | 0 | 1011010 | 101 | 111110 | 1011010 | 110101 |
Color Harmonies of #EDF319
Complementary color
Monochromatic Colors of #EDF319
Black with #EDF319
Text Example
Text Example
White with #EDF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF319; }
p { color: rgb(237,243,25); }
H1.HeaderClassName
{
color: #EDF319;
}
.AnyTagClassName
{
color: #EDF319;
}
</style>
background-color css
<style>
a { background-color: #EDF319; }
a { background-color: rgb(237,243,25); }
div.DivClassName
{
background-color: #EDF319;
}
.BgClassName
{
background-color: #EDF319;
}
</style>
border-color css
<style>
span { border-color: #EDF319; }
span { border-color: rgb(237,243,25); }
td.TdClassName
{
border-color: #EDF319;
}
.TagClassName
{
border-color: #EDF319;
}
</style>