Shades of Lemon #EFE80B
Tints of Lemon #EFE80B
RGB
CMYK
RGB Variations
Color information
#EFE80B (or 0xEFE80B) is known color: Lemon. HEX triplet: EF, E8 and 0B. RGB value is (239,232,11). Sum of RGB (Red+Green+Blue) = 239+232+11=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE80B is #1017F4. Grayscale: #D1D1D1. Windows color (decimal): -1054709 or 780527. OLE color: 780527.
HSL color Cylindrical-coordinate representation of color #EFE80B: hue angle of 58.16º 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 #EFE80B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.06 |
| HSL | 58.16º | 0.91% | 0.49% | - |
| HSV(B) | 58.16º | 0.95% | 0.94% | - |
| XYZ | 64.51 | 76.09 | 11.6 | - |
| YUV | 208.9 | 16.32 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 11 | 0 | 0.03 | 0.95 | 0.06 | 58.16 | 0.91 | 0.49 |
| Hex | EF | E8 | B | 0 | 3 | 5F | 6 | 3A | 5B | 31 |
| Octal | 357 | 350 | 13 | 0 | 3 | 137 | 6 | 72 | 133 | 61 |
| Binary | 11101111 | 11101000 | 1011 | 0 | 11 | 1011111 | 110 | 111010 | 1011011 | 110001 |
Color Harmonies of #EFE80B
Complementary color
Monochromatic Colors of #EFE80B
Black with #EFE80B
Text Example
Text Example
White with #EFE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE80B; }
p { color: rgb(239,232,11); }
H1.HeaderClassName
{
color: #EFE80B;
}
.AnyTagClassName
{
color: #EFE80B;
}
</style>
background-color css
<style>
a { background-color: #EFE80B; }
a { background-color: rgb(239,232,11); }
div.DivClassName
{
background-color: #EFE80B;
}
.BgClassName
{
background-color: #EFE80B;
}
</style>
border-color css
<style>
span { border-color: #EFE80B; }
span { border-color: rgb(239,232,11); }
td.TdClassName
{
border-color: #EFE80B;
}
.TagClassName
{
border-color: #EFE80B;
}
</style>