Shades of Lemon #EFE70A
Tints of Lemon #EFE70A
RGB
CMYK
RGB Variations
Color information
#EFE70A (or 0xEFE70A) is known color: Lemon. HEX triplet: EF, E7 and 0A. RGB value is (239,231,10). Sum of RGB (Red+Green+Blue) = 239+231+10=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 10 (4.30% from 255 or 2.08% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE70A is #1018F5. Grayscale: #D1D1D1. Windows color (decimal): -1054966 or 714735. OLE color: 714735.
HSL color Cylindrical-coordinate representation of color #EFE70A: hue angle of 57.9º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFE70A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.06 |
| HSL | 57.9º | 0.92% | 0.49% | - |
| HSV(B) | 57.9º | 0.96% | 0.94% | - |
| XYZ | 64.23 | 75.52 | 11.48 | - |
| YUV | 208.2 | 16.15 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 10 | 0 | 0.03 | 0.96 | 0.06 | 57.9 | 0.92 | 0.49 |
| Hex | EF | E7 | A | 0 | 3 | 60 | 6 | 3A | 5C | 31 |
| Octal | 357 | 347 | 12 | 0 | 3 | 140 | 6 | 72 | 134 | 61 |
| Binary | 11101111 | 11100111 | 1010 | 0 | 11 | 1100000 | 110 | 111010 | 1011100 | 110001 |
Color Harmonies of #EFE70A
Complementary color
Monochromatic Colors of #EFE70A
Black with #EFE70A
Text Example
Text Example
White with #EFE70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE70A; }
p { color: rgb(239,231,10); }
H1.HeaderClassName
{
color: #EFE70A;
}
.AnyTagClassName
{
color: #EFE70A;
}
</style>
background-color css
<style>
a { background-color: #EFE70A; }
a { background-color: rgb(239,231,10); }
div.DivClassName
{
background-color: #EFE70A;
}
.BgClassName
{
background-color: #EFE70A;
}
</style>
border-color css
<style>
span { border-color: #EFE70A; }
span { border-color: rgb(239,231,10); }
td.TdClassName
{
border-color: #EFE70A;
}
.TagClassName
{
border-color: #EFE70A;
}
</style>