Shades of Lemon #EFED03
Tints of Lemon #EFED03
RGB
CMYK
RGB Variations
Color information
#EFED03 (or 0xEFED03) is known color: Lemon. HEX triplet: EF, ED and 03. RGB value is (239,237,3). Sum of RGB (Red+Green+Blue) = 239+237+3=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 3 (1.56% from 255 or 0.63% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED03 is #1012FC. Grayscale: #D3D3D3. Windows color (decimal): -1053437 or 257519. OLE color: 257519.
HSL color Cylindrical-coordinate representation of color #EFED03: hue angle of 59.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFED03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.06 |
| HSL | 59.49º | 0.98% | 0.47% | - |
| HSV(B) | 59.49º | 0.99% | 0.94% | - |
| XYZ | 65.9 | 78.93 | 11.85 | - |
| YUV | 210.92 | 10.66 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 3 | 0 | 0.01 | 0.99 | 0.06 | 59.49 | 0.98 | 0.47 |
| Hex | EF | ED | 3 | 0 | 1 | 63 | 6 | 3B | 62 | 2F |
| Octal | 357 | 355 | 3 | 0 | 1 | 143 | 6 | 73 | 142 | 57 |
| Binary | 11101111 | 11101101 | 11 | 0 | 1 | 1100011 | 110 | 111011 | 1100010 | 101111 |
Color Harmonies of #EFED03
Complementary color
Monochromatic Colors of #EFED03
Black with #EFED03
Text Example
Text Example
White with #EFED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED03; }
p { color: rgb(239,237,3); }
H1.HeaderClassName
{
color: #EFED03;
}
.AnyTagClassName
{
color: #EFED03;
}
</style>
background-color css
<style>
a { background-color: #EFED03; }
a { background-color: rgb(239,237,3); }
div.DivClassName
{
background-color: #EFED03;
}
.BgClassName
{
background-color: #EFED03;
}
</style>
border-color css
<style>
span { border-color: #EFED03; }
span { border-color: rgb(239,237,3); }
td.TdClassName
{
border-color: #EFED03;
}
.TagClassName
{
border-color: #EFED03;
}
</style>