Shades of Lemon #EFE81A
Tints of Lemon #EFE81A
RGB
CMYK
RGB Variations
Color information
#EFE81A (or 0xEFE81A) is known color: Lemon. HEX triplet: EF, E8 and 1A. RGB value is (239,232,26). Sum of RGB (Red+Green+Blue) = 239+232+26=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 26 (10.55% from 255 or 5.23% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE81A is #1017E5. Grayscale: #D3D3D3. Windows color (decimal): -1054694 or 1763567. OLE color: 1763567.
HSL color Cylindrical-coordinate representation of color #EFE81A: hue angle of 58.03º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFE81A is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 26 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.06 |
| HSL | 58.03º | 0.87% | 0.52% | - |
| HSV(B) | 58.03º | 0.89% | 0.94% | - |
| XYZ | 64.64 | 76.14 | 12.27 | - |
| YUV | 210.61 | 23.82 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 26 | 0 | 0.03 | 0.89 | 0.06 | 58.03 | 0.87 | 0.52 |
| Hex | EF | E8 | 1A | 0 | 3 | 59 | 6 | 3A | 57 | 34 |
| Octal | 357 | 350 | 32 | 0 | 3 | 131 | 6 | 72 | 127 | 64 |
| Binary | 11101111 | 11101000 | 11010 | 0 | 11 | 1011001 | 110 | 111010 | 1010111 | 110100 |
Color Harmonies of #EFE81A
Complementary color
Monochromatic Colors of #EFE81A
Black with #EFE81A
Text Example
Text Example
White with #EFE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE81A; }
p { color: rgb(239,232,26); }
H1.HeaderClassName
{
color: #EFE81A;
}
.AnyTagClassName
{
color: #EFE81A;
}
</style>
background-color css
<style>
a { background-color: #EFE81A; }
a { background-color: rgb(239,232,26); }
div.DivClassName
{
background-color: #EFE81A;
}
.BgClassName
{
background-color: #EFE81A;
}
</style>
border-color css
<style>
span { border-color: #EFE81A; }
span { border-color: rgb(239,232,26); }
td.TdClassName
{
border-color: #EFE81A;
}
.TagClassName
{
border-color: #EFE81A;
}
</style>