Shades of Lemon #EFE50B
Tints of Lemon #EFE50B
RGB
CMYK
RGB Variations
Color information
#EFE50B (or 0xEFE50B) is known color: Lemon. HEX triplet: EF, E5 and 0B. RGB value is (239,229,11). Sum of RGB (Red+Green+Blue) = 239+229+11=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE50B is #101AF4. Grayscale: #D0D0D0. Windows color (decimal): -1055477 or 779759. OLE color: 779759.
HSL color Cylindrical-coordinate representation of color #EFE50B: hue angle of 57.37º degrees, saturation: 0.91, 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 #EFE50B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.06 |
| HSL | 57.37º | 0.91% | 0.49% | - |
| HSV(B) | 57.37º | 0.95% | 0.94% | - |
| XYZ | 63.68 | 74.41 | 11.32 | - |
| YUV | 207.14 | 17.31 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 11 | 0 | 0.04 | 0.95 | 0.06 | 57.37 | 0.91 | 0.49 |
| Hex | EF | E5 | B | 0 | 4 | 5F | 6 | 39 | 5B | 31 |
| Octal | 357 | 345 | 13 | 0 | 4 | 137 | 6 | 71 | 133 | 61 |
| Binary | 11101111 | 11100101 | 1011 | 0 | 100 | 1011111 | 110 | 111001 | 1011011 | 110001 |
Color Harmonies of #EFE50B
Complementary color
Monochromatic Colors of #EFE50B
Black with #EFE50B
Text Example
Text Example
White with #EFE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE50B; }
p { color: rgb(239,229,11); }
H1.HeaderClassName
{
color: #EFE50B;
}
.AnyTagClassName
{
color: #EFE50B;
}
</style>
background-color css
<style>
a { background-color: #EFE50B; }
a { background-color: rgb(239,229,11); }
div.DivClassName
{
background-color: #EFE50B;
}
.BgClassName
{
background-color: #EFE50B;
}
</style>
border-color css
<style>
span { border-color: #EFE50B; }
span { border-color: rgb(239,229,11); }
td.TdClassName
{
border-color: #EFE50B;
}
.TagClassName
{
border-color: #EFE50B;
}
</style>