Shades of Lemon #EFDA0F
Tints of Lemon #EFDA0F
RGB
CMYK
RGB Variations
Color information
#EFDA0F (or 0xEFDA0F) is known color: Lemon. HEX triplet: EF, DA and 0F. RGB value is (239,218,15). Sum of RGB (Red+Green+Blue) = 239+218+15=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA0F is #1025F0. Grayscale: #C9C9C9. Windows color (decimal): -1058289 or 1039087. OLE color: 1039087.
HSL color Cylindrical-coordinate representation of color #EFDA0F: hue angle of 54.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFDA0F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.06 |
| HSL | 54.38º | 0.88% | 0.5% | - |
| HSV(B) | 54.38º | 0.94% | 0.94% | - |
| XYZ | 60.75 | 68.53 | 10.48 | - |
| YUV | 201.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 15 | 0 | 0.09 | 0.94 | 0.06 | 54.38 | 0.88 | 0.5 |
| Hex | EF | DA | F | 0 | 9 | 5E | 6 | 36 | 58 | 32 |
| Octal | 357 | 332 | 17 | 0 | 11 | 136 | 6 | 66 | 130 | 62 |
| Binary | 11101111 | 11011010 | 1111 | 0 | 1001 | 1011110 | 110 | 110110 | 1011000 | 110010 |
Color Harmonies of #EFDA0F
Complementary color
Monochromatic Colors of #EFDA0F
Black with #EFDA0F
Text Example
Text Example
White with #EFDA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA0F; }
p { color: rgb(239,218,15); }
H1.HeaderClassName
{
color: #EFDA0F;
}
.AnyTagClassName
{
color: #EFDA0F;
}
</style>
background-color css
<style>
a { background-color: #EFDA0F; }
a { background-color: rgb(239,218,15); }
div.DivClassName
{
background-color: #EFDA0F;
}
.BgClassName
{
background-color: #EFDA0F;
}
</style>
border-color css
<style>
span { border-color: #EFDA0F; }
span { border-color: rgb(239,218,15); }
td.TdClassName
{
border-color: #EFDA0F;
}
.TagClassName
{
border-color: #EFDA0F;
}
</style>