Shades of Lemon #EFED1D
Tints of Lemon #EFED1D
RGB
CMYK
RGB Variations
Color information
#EFED1D (or 0xEFED1D) is known color: Lemon. HEX triplet: EF, ED and 1D. RGB value is (239,237,29). Sum of RGB (Red+Green+Blue) = 239+237+29=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 29 (11.72% from 255 or 5.74% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED1D is #1012E2. Grayscale: #D6D6D6. Windows color (decimal): -1053411 or 1961455. OLE color: 1961455.
HSL color Cylindrical-coordinate representation of color #EFED1D: hue angle of 59.43º 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 #EFED1D is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 29 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.06 |
| HSL | 59.43º | 0.87% | 0.53% | - |
| HSV(B) | 59.43º | 0.88% | 0.94% | - |
| XYZ | 66.1 | 79.01 | 12.93 | - |
| YUV | 213.89 | 23.66 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 29 | 0 | 0.01 | 0.88 | 0.06 | 59.43 | 0.87 | 0.53 |
| Hex | EF | ED | 1D | 0 | 1 | 58 | 6 | 3B | 57 | 35 |
| Octal | 357 | 355 | 35 | 0 | 1 | 130 | 6 | 73 | 127 | 65 |
| Binary | 11101111 | 11101101 | 11101 | 0 | 1 | 1011000 | 110 | 111011 | 1010111 | 110101 |
Color Harmonies of #EFED1D
Complementary color
Monochromatic Colors of #EFED1D
Black with #EFED1D
Text Example
Text Example
White with #EFED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED1D; }
p { color: rgb(239,237,29); }
H1.HeaderClassName
{
color: #EFED1D;
}
.AnyTagClassName
{
color: #EFED1D;
}
</style>
background-color css
<style>
a { background-color: #EFED1D; }
a { background-color: rgb(239,237,29); }
div.DivClassName
{
background-color: #EFED1D;
}
.BgClassName
{
background-color: #EFED1D;
}
</style>
border-color css
<style>
span { border-color: #EFED1D; }
span { border-color: rgb(239,237,29); }
td.TdClassName
{
border-color: #EFED1D;
}
.TagClassName
{
border-color: #EFED1D;
}
</style>