Shades of Lemon #EFE819
Tints of Lemon #EFE819
RGB
CMYK
RGB Variations
Color information
#EFE819 (or 0xEFE819) is known color: Lemon. HEX triplet: EF, E8 and 19. RGB value is (239,232,25). Sum of RGB (Red+Green+Blue) = 239+232+25=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 25 (10.16% from 255 or 5.04% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE819 is #1017E6. Grayscale: #D3D3D3. Windows color (decimal): -1054695 or 1698031. OLE color: 1698031.
HSL color Cylindrical-coordinate representation of color #EFE819: hue angle of 58.04º 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 #EFE819 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 25 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.06 |
| HSL | 58.04º | 0.87% | 0.52% | - |
| HSV(B) | 58.04º | 0.9% | 0.94% | - |
| XYZ | 64.63 | 76.13 | 12.21 | - |
| YUV | 210.5 | 23.32 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 25 | 0 | 0.03 | 0.90 | 0.06 | 58.04 | 0.87 | 0.52 |
| Hex | EF | E8 | 19 | 0 | 3 | 5A | 6 | 3A | 57 | 34 |
| Octal | 357 | 350 | 31 | 0 | 3 | 132 | 6 | 72 | 127 | 64 |
| Binary | 11101111 | 11101000 | 11001 | 0 | 11 | 1011010 | 110 | 111010 | 1010111 | 110100 |
Color Harmonies of #EFE819
Complementary color
Monochromatic Colors of #EFE819
Black with #EFE819
Text Example
Text Example
White with #EFE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE819; }
p { color: rgb(239,232,25); }
H1.HeaderClassName
{
color: #EFE819;
}
.AnyTagClassName
{
color: #EFE819;
}
</style>
background-color css
<style>
a { background-color: #EFE819; }
a { background-color: rgb(239,232,25); }
div.DivClassName
{
background-color: #EFE819;
}
.BgClassName
{
background-color: #EFE819;
}
</style>
border-color css
<style>
span { border-color: #EFE819; }
span { border-color: rgb(239,232,25); }
td.TdClassName
{
border-color: #EFE819;
}
.TagClassName
{
border-color: #EFE819;
}
</style>