Shades of Lemon #EDF00B
Tints of Lemon #EDF00B
RGB
CMYK
RGB Variations
Color information
#EDF00B (or 0xEDF00B) is known color: Lemon. HEX triplet: ED, F0 and 0B. RGB value is (237,240,11). Sum of RGB (Red+Green+Blue) = 237+240+11=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 11 (4.69% from 255 or 2.25% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF00B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF00B is #120FF4. Grayscale: #D5D5D5. Windows color (decimal): -1183733 or 782573. OLE color: 782573.
HSL color Cylindrical-coordinate representation of color #EDF00B: hue angle of 60.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF00B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.06 |
| HSL | 60.79º | 0.91% | 0.49% | - |
| HSV(B) | 60.79º | 0.95% | 0.94% | - |
| XYZ | 66.15 | 80.35 | 12.34 | - |
| YUV | 213 | 14.01 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 11 | 0.01 | 0 | 0.95 | 0.06 | 60.79 | 0.91 | 0.49 |
| Hex | ED | F0 | B | 1 | 0 | 5F | 6 | 3D | 5B | 31 |
| Octal | 355 | 360 | 13 | 1 | 0 | 137 | 6 | 75 | 133 | 61 |
| Binary | 11101101 | 11110000 | 1011 | 1 | 0 | 1011111 | 110 | 111101 | 1011011 | 110001 |
Color Harmonies of #EDF00B
Complementary color
Monochromatic Colors of #EDF00B
Black with #EDF00B
Text Example
Text Example
White with #EDF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF00B; }
p { color: rgb(237,240,11); }
H1.HeaderClassName
{
color: #EDF00B;
}
.AnyTagClassName
{
color: #EDF00B;
}
</style>
background-color css
<style>
a { background-color: #EDF00B; }
a { background-color: rgb(237,240,11); }
div.DivClassName
{
background-color: #EDF00B;
}
.BgClassName
{
background-color: #EDF00B;
}
</style>
border-color css
<style>
span { border-color: #EDF00B; }
span { border-color: rgb(237,240,11); }
td.TdClassName
{
border-color: #EDF00B;
}
.TagClassName
{
border-color: #EDF00B;
}
</style>