Shades of Lemon #EDF30C
Tints of Lemon #EDF30C
RGB
CMYK
RGB Variations
Color information
#EDF30C (or 0xEDF30C) is known color: Lemon. HEX triplet: ED, F3 and 0C. RGB value is (237,243,12). Sum of RGB (Red+Green+Blue) = 237+243+12=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 12 (5.08% from 255 or 2.44% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF30C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF30C is #120CF3. Grayscale: #D7D7D7. Windows color (decimal): -1182964 or 848877. OLE color: 848877.
HSL color Cylindrical-coordinate representation of color #EDF30C: hue angle of 61.56º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF30C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.05 |
| HSL | 61.56º | 0.91% | 0.5% | - |
| HSV(B) | 61.56º | 0.95% | 0.95% | - |
| XYZ | 67.04 | 82.13 | 12.67 | - |
| YUV | 214.87 | 13.51 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 12 | 0.02 | 0 | 0.95 | 0.05 | 61.56 | 0.91 | 0.5 |
| Hex | ED | F3 | C | 2 | 0 | 5F | 5 | 3E | 5B | 32 |
| Octal | 355 | 363 | 14 | 2 | 0 | 137 | 5 | 76 | 133 | 62 |
| Binary | 11101101 | 11110011 | 1100 | 10 | 0 | 1011111 | 101 | 111110 | 1011011 | 110010 |
Color Harmonies of #EDF30C
Complementary color
Monochromatic Colors of #EDF30C
Black with #EDF30C
Text Example
Text Example
White with #EDF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF30C; }
p { color: rgb(237,243,12); }
H1.HeaderClassName
{
color: #EDF30C;
}
.AnyTagClassName
{
color: #EDF30C;
}
</style>
background-color css
<style>
a { background-color: #EDF30C; }
a { background-color: rgb(237,243,12); }
div.DivClassName
{
background-color: #EDF30C;
}
.BgClassName
{
background-color: #EDF30C;
}
</style>
border-color css
<style>
span { border-color: #EDF30C; }
span { border-color: rgb(237,243,12); }
td.TdClassName
{
border-color: #EDF30C;
}
.TagClassName
{
border-color: #EDF30C;
}
</style>