Shades of Lemon #EFEA1E
Tints of Lemon #EFEA1E
RGB
CMYK
RGB Variations
Color information
#EFEA1E (or 0xEFEA1E) is known color: Lemon. HEX triplet: EF, EA and 1E. RGB value is (239,234,30). Sum of RGB (Red+Green+Blue) = 239+234+30=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 30 (12.11% from 255 or 5.96% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA1E is #1015E1. Grayscale: #D5D5D5. Windows color (decimal): -1054178 or 2026223. OLE color: 2026223.
HSL color Cylindrical-coordinate representation of color #EFEA1E: hue angle of 58.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFEA1E is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 30 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.06 |
| HSL | 58.56º | 0.87% | 0.53% | - |
| HSV(B) | 58.56º | 0.87% | 0.94% | - |
| XYZ | 65.25 | 77.29 | 12.71 | - |
| YUV | 212.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 30 | 0 | 0.02 | 0.87 | 0.06 | 58.56 | 0.87 | 0.53 |
| Hex | EF | EA | 1E | 0 | 2 | 57 | 6 | 3B | 57 | 35 |
| Octal | 357 | 352 | 36 | 0 | 2 | 127 | 6 | 73 | 127 | 65 |
| Binary | 11101111 | 11101010 | 11110 | 0 | 10 | 1010111 | 110 | 111011 | 1010111 | 110101 |
Color Harmonies of #EFEA1E
Complementary color
Monochromatic Colors of #EFEA1E
Black with #EFEA1E
Text Example
Text Example
White with #EFEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA1E; }
p { color: rgb(239,234,30); }
H1.HeaderClassName
{
color: #EFEA1E;
}
.AnyTagClassName
{
color: #EFEA1E;
}
</style>
background-color css
<style>
a { background-color: #EFEA1E; }
a { background-color: rgb(239,234,30); }
div.DivClassName
{
background-color: #EFEA1E;
}
.BgClassName
{
background-color: #EFEA1E;
}
</style>
border-color css
<style>
span { border-color: #EFEA1E; }
span { border-color: rgb(239,234,30); }
td.TdClassName
{
border-color: #EFEA1E;
}
.TagClassName
{
border-color: #EFEA1E;
}
</style>