Shades of Lemon #EFED00
Tints of Lemon #EFED00
RGB
CMYK
RGB Variations
Color information
#EFED00 (or 0xEFED00) is known color: Lemon. HEX triplet: EF, ED and 00. RGB value is (239,237,0). Sum of RGB (Red+Green+Blue) = 239+237+0=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED00 is #1012FF. Grayscale: #D3D3D3. Windows color (decimal): -1053440 or 60911. OLE color: 60911.
HSL color Cylindrical-coordinate representation of color #EFED00: hue angle of 59.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFED00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.06 |
| HSL | 59.5º | 1% | 0.47% | - |
| HSV(B) | 59.5º | 1% | 0.94% | - |
| XYZ | 65.88 | 78.92 | 11.76 | - |
| YUV | 210.58 | 9.16 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 0 | 0 | 0.01 | 1 | 0.06 | 59.5 | 1 | 0.47 |
| Hex | EF | ED | 0 | 0 | 1 | 64 | 6 | 3B | 64 | 2F |
| Octal | 357 | 355 | 0 | 0 | 1 | 144 | 6 | 73 | 144 | 57 |
| Binary | 11101111 | 11101101 | 0 | 0 | 1 | 1100100 | 110 | 111011 | 1100100 | 101111 |
Color Harmonies of #EFED00
Complementary color
Monochromatic Colors of #EFED00
Black with #EFED00
Text Example
Text Example
White with #EFED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED00; }
p { color: rgb(239,237,0); }
H1.HeaderClassName
{
color: #EFED00;
}
.AnyTagClassName
{
color: #EFED00;
}
</style>
background-color css
<style>
a { background-color: #EFED00; }
a { background-color: rgb(239,237,0); }
div.DivClassName
{
background-color: #EFED00;
}
.BgClassName
{
background-color: #EFED00;
}
</style>
border-color css
<style>
span { border-color: #EFED00; }
span { border-color: rgb(239,237,0); }
td.TdClassName
{
border-color: #EFED00;
}
.TagClassName
{
border-color: #EFED00;
}
</style>