Shades of Lemon #EFE50D
Tints of Lemon #EFE50D
RGB
CMYK
RGB Variations
Color information
#EFE50D (or 0xEFE50D) is known color: Lemon. HEX triplet: EF, E5 and 0D. RGB value is (239,229,13). Sum of RGB (Red+Green+Blue) = 239+229+13=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE50D is #101AF2. Grayscale: #D0D0D0. Windows color (decimal): -1055475 or 910831. OLE color: 910831.
HSL color Cylindrical-coordinate representation of color #EFE50D: hue angle of 57.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFE50D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.06 |
| HSL | 57.35º | 0.9% | 0.49% | - |
| HSV(B) | 57.35º | 0.95% | 0.94% | - |
| XYZ | 63.69 | 74.42 | 11.39 | - |
| YUV | 207.37 | 18.31 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 13 | 0 | 0.04 | 0.95 | 0.06 | 57.35 | 0.9 | 0.49 |
| Hex | EF | E5 | D | 0 | 4 | 5F | 6 | 39 | 5A | 31 |
| Octal | 357 | 345 | 15 | 0 | 4 | 137 | 6 | 71 | 132 | 61 |
| Binary | 11101111 | 11100101 | 1101 | 0 | 100 | 1011111 | 110 | 111001 | 1011010 | 110001 |
Color Harmonies of #EFE50D
Complementary color
Monochromatic Colors of #EFE50D
Black with #EFE50D
Text Example
Text Example
White with #EFE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE50D; }
p { color: rgb(239,229,13); }
H1.HeaderClassName
{
color: #EFE50D;
}
.AnyTagClassName
{
color: #EFE50D;
}
</style>
background-color css
<style>
a { background-color: #EFE50D; }
a { background-color: rgb(239,229,13); }
div.DivClassName
{
background-color: #EFE50D;
}
.BgClassName
{
background-color: #EFE50D;
}
</style>
border-color css
<style>
span { border-color: #EFE50D; }
span { border-color: rgb(239,229,13); }
td.TdClassName
{
border-color: #EFE50D;
}
.TagClassName
{
border-color: #EFE50D;
}
</style>