Shades of Lemon #EFDA13
Tints of Lemon #EFDA13
RGB
CMYK
RGB Variations
Color information
#EFDA13 (or 0xEFDA13) is known color: Lemon. HEX triplet: EF, DA and 13. RGB value is (239,218,19). Sum of RGB (Red+Green+Blue) = 239+218+19=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA13 is #1025EC. Grayscale: #CACACA. Windows color (decimal): -1058285 or 1301231. OLE color: 1301231.
HSL color Cylindrical-coordinate representation of color #EFDA13: hue angle of 54.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFDA13 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 19 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.06 |
| HSL | 54.27º | 0.87% | 0.51% | - |
| HSV(B) | 54.27º | 0.92% | 0.94% | - |
| XYZ | 60.79 | 68.54 | 10.64 | - |
| YUV | 201.59 | 24.96 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 19 | 0 | 0.09 | 0.92 | 0.06 | 54.27 | 0.87 | 0.51 |
| Hex | EF | DA | 13 | 0 | 9 | 5C | 6 | 36 | 57 | 33 |
| Octal | 357 | 332 | 23 | 0 | 11 | 134 | 6 | 66 | 127 | 63 |
| Binary | 11101111 | 11011010 | 10011 | 0 | 1001 | 1011100 | 110 | 110110 | 1010111 | 110011 |
Color Harmonies of #EFDA13
Complementary color
Monochromatic Colors of #EFDA13
Black with #EFDA13
Text Example
Text Example
White with #EFDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA13; }
p { color: rgb(239,218,19); }
H1.HeaderClassName
{
color: #EFDA13;
}
.AnyTagClassName
{
color: #EFDA13;
}
</style>
background-color css
<style>
a { background-color: #EFDA13; }
a { background-color: rgb(239,218,19); }
div.DivClassName
{
background-color: #EFDA13;
}
.BgClassName
{
background-color: #EFDA13;
}
</style>
border-color css
<style>
span { border-color: #EFDA13; }
span { border-color: rgb(239,218,19); }
td.TdClassName
{
border-color: #EFDA13;
}
.TagClassName
{
border-color: #EFDA13;
}
</style>