Shades of Lemon #EFE419
Tints of Lemon #EFE419
RGB
CMYK
RGB Variations
Color information
#EFE419 (or 0xEFE419) is known color: Lemon. HEX triplet: EF, E4 and 19. RGB value is (239,228,25). Sum of RGB (Red+Green+Blue) = 239+228+25=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 25 (10.16% from 255 or 5.08% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE419 is #101BE6. Grayscale: #D0D0D0. Windows color (decimal): -1055719 or 1697007. OLE color: 1697007.
HSL color Cylindrical-coordinate representation of color #EFE419: hue angle of 56.92º 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 #EFE419 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 25 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.06 |
| HSL | 56.92º | 0.87% | 0.52% | - |
| HSV(B) | 56.92º | 0.9% | 0.94% | - |
| XYZ | 63.52 | 73.91 | 11.84 | - |
| YUV | 208.15 | 24.64 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 25 | 0 | 0.05 | 0.90 | 0.06 | 56.92 | 0.87 | 0.52 |
| Hex | EF | E4 | 19 | 0 | 5 | 5A | 6 | 39 | 57 | 34 |
| Octal | 357 | 344 | 31 | 0 | 5 | 132 | 6 | 71 | 127 | 64 |
| Binary | 11101111 | 11100100 | 11001 | 0 | 101 | 1011010 | 110 | 111001 | 1010111 | 110100 |
Color Harmonies of #EFE419
Complementary color
Monochromatic Colors of #EFE419
Black with #EFE419
Text Example
Text Example
White with #EFE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE419; }
p { color: rgb(239,228,25); }
H1.HeaderClassName
{
color: #EFE419;
}
.AnyTagClassName
{
color: #EFE419;
}
</style>
background-color css
<style>
a { background-color: #EFE419; }
a { background-color: rgb(239,228,25); }
div.DivClassName
{
background-color: #EFE419;
}
.BgClassName
{
background-color: #EFE419;
}
</style>
border-color css
<style>
span { border-color: #EFE419; }
span { border-color: rgb(239,228,25); }
td.TdClassName
{
border-color: #EFE419;
}
.TagClassName
{
border-color: #EFE419;
}
</style>