Shades of Lemon #EFE91D
Tints of Lemon #EFE91D
RGB
CMYK
RGB Variations
Color information
#EFE91D (or 0xEFE91D) is known color: Lemon. HEX triplet: EF, E9 and 1D. RGB value is (239,233,29). Sum of RGB (Red+Green+Blue) = 239+233+29=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE91D is #1016E2. Grayscale: #D4D4D4. Windows color (decimal): -1054435 or 1960431. OLE color: 1960431.
HSL color Cylindrical-coordinate representation of color #EFE91D: hue angle of 58.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFE91D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 29 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.06 |
| HSL | 58.29º | 0.87% | 0.53% | - |
| HSV(B) | 58.29º | 0.88% | 0.94% | - |
| XYZ | 64.96 | 76.72 | 12.55 | - |
| YUV | 211.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 29 | 0 | 0.03 | 0.88 | 0.06 | 58.29 | 0.87 | 0.53 |
| Hex | EF | E9 | 1D | 0 | 3 | 58 | 6 | 3A | 57 | 35 |
| Octal | 357 | 351 | 35 | 0 | 3 | 130 | 6 | 72 | 127 | 65 |
| Binary | 11101111 | 11101001 | 11101 | 0 | 11 | 1011000 | 110 | 111010 | 1010111 | 110101 |
Color Harmonies of #EFE91D
Complementary color
Monochromatic Colors of #EFE91D
Black with #EFE91D
Text Example
Text Example
White with #EFE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE91D; }
p { color: rgb(239,233,29); }
H1.HeaderClassName
{
color: #EFE91D;
}
.AnyTagClassName
{
color: #EFE91D;
}
</style>
background-color css
<style>
a { background-color: #EFE91D; }
a { background-color: rgb(239,233,29); }
div.DivClassName
{
background-color: #EFE91D;
}
.BgClassName
{
background-color: #EFE91D;
}
</style>
border-color css
<style>
span { border-color: #EFE91D; }
span { border-color: rgb(239,233,29); }
td.TdClassName
{
border-color: #EFE91D;
}
.TagClassName
{
border-color: #EFE91D;
}
</style>