Shades of Lemon #EFDD19
Tints of Lemon #EFDD19
RGB
CMYK
RGB Variations
Color information
#EFDD19 (or 0xEFDD19) is known color: Lemon. HEX triplet: EF, DD and 19. RGB value is (239,221,25). Sum of RGB (Red+Green+Blue) = 239+221+25=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD19 is #1022E6. Grayscale: #CCCCCC. Windows color (decimal): -1057511 or 1695215. OLE color: 1695215.
HSL color Cylindrical-coordinate representation of color #EFDD19: hue angle of 54.95º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFDD19 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 25 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.06 |
| HSL | 54.95º | 0.87% | 0.52% | - |
| HSV(B) | 54.95º | 0.9% | 0.94% | - |
| XYZ | 61.63 | 70.13 | 11.21 | - |
| YUV | 204.04 | 26.96 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 25 | 0 | 0.08 | 0.90 | 0.06 | 54.95 | 0.87 | 0.52 |
| Hex | EF | DD | 19 | 0 | 8 | 5A | 6 | 37 | 57 | 34 |
| Octal | 357 | 335 | 31 | 0 | 10 | 132 | 6 | 67 | 127 | 64 |
| Binary | 11101111 | 11011101 | 11001 | 0 | 1000 | 1011010 | 110 | 110111 | 1010111 | 110100 |
Color Harmonies of #EFDD19
Complementary color
Monochromatic Colors of #EFDD19
Black with #EFDD19
Text Example
Text Example
White with #EFDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD19; }
p { color: rgb(239,221,25); }
H1.HeaderClassName
{
color: #EFDD19;
}
.AnyTagClassName
{
color: #EFDD19;
}
</style>
background-color css
<style>
a { background-color: #EFDD19; }
a { background-color: rgb(239,221,25); }
div.DivClassName
{
background-color: #EFDD19;
}
.BgClassName
{
background-color: #EFDD19;
}
</style>
border-color css
<style>
span { border-color: #EFDD19; }
span { border-color: rgb(239,221,25); }
td.TdClassName
{
border-color: #EFDD19;
}
.TagClassName
{
border-color: #EFDD19;
}
</style>