Shades of Lemon #EDEF04
Tints of Lemon #EDEF04
RGB
CMYK
RGB Variations
Color information
#EDEF04 (or 0xEDEF04) is known color: Lemon. HEX triplet: ED, EF and 04. RGB value is (237,239,4). Sum of RGB (Red+Green+Blue) = 237+239+4=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 4 (1.95% from 255 or 0.83% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF04 is #1210FB. Grayscale: #D4D4D4. Windows color (decimal): -1183996 or 323565. OLE color: 323565.
HSL color Cylindrical-coordinate representation of color #EDEF04: hue angle of 60.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDEF04 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.06 |
| HSL | 60.51º | 0.97% | 0.48% | - |
| HSV(B) | 60.51º | 0.98% | 0.94% | - |
| XYZ | 65.81 | 79.75 | 12.04 | - |
| YUV | 211.61 | 10.84 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 4 | 0.01 | 0 | 0.98 | 0.06 | 60.51 | 0.97 | 0.48 |
| Hex | ED | EF | 4 | 1 | 0 | 62 | 6 | 3D | 61 | 30 |
| Octal | 355 | 357 | 4 | 1 | 0 | 142 | 6 | 75 | 141 | 60 |
| Binary | 11101101 | 11101111 | 100 | 1 | 0 | 1100010 | 110 | 111101 | 1100001 | 110000 |
Color Harmonies of #EDEF04
Complementary color
Monochromatic Colors of #EDEF04
Black with #EDEF04
Text Example
Text Example
White with #EDEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF04; }
p { color: rgb(237,239,4); }
H1.HeaderClassName
{
color: #EDEF04;
}
.AnyTagClassName
{
color: #EDEF04;
}
</style>
background-color css
<style>
a { background-color: #EDEF04; }
a { background-color: rgb(237,239,4); }
div.DivClassName
{
background-color: #EDEF04;
}
.BgClassName
{
background-color: #EDEF04;
}
</style>
border-color css
<style>
span { border-color: #EDEF04; }
span { border-color: rgb(237,239,4); }
td.TdClassName
{
border-color: #EDEF04;
}
.TagClassName
{
border-color: #EDEF04;
}
</style>