Shades of Lemon #EFE712
Tints of Lemon #EFE712
RGB
CMYK
RGB Variations
Color information
#EFE712 (or 0xEFE712) is known color: Lemon. HEX triplet: EF, E7 and 12. RGB value is (239,231,18). Sum of RGB (Red+Green+Blue) = 239+231+18=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE712 is #1018ED. Grayscale: #D1D1D1. Windows color (decimal): -1054958 or 1239023. OLE color: 1239023.
HSL color Cylindrical-coordinate representation of color #EFE712: hue angle of 57.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFE712 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.06 |
| HSL | 57.83º | 0.87% | 0.5% | - |
| HSV(B) | 57.83º | 0.92% | 0.94% | - |
| XYZ | 64.28 | 75.55 | 11.77 | - |
| YUV | 209.11 | 20.15 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 18 | 0 | 0.03 | 0.92 | 0.06 | 57.83 | 0.87 | 0.5 |
| Hex | EF | E7 | 12 | 0 | 3 | 5C | 6 | 3A | 57 | 32 |
| Octal | 357 | 347 | 22 | 0 | 3 | 134 | 6 | 72 | 127 | 62 |
| Binary | 11101111 | 11100111 | 10010 | 0 | 11 | 1011100 | 110 | 111010 | 1010111 | 110010 |
Color Harmonies of #EFE712
Complementary color
Monochromatic Colors of #EFE712
Black with #EFE712
Text Example
Text Example
White with #EFE712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE712; }
p { color: rgb(239,231,18); }
H1.HeaderClassName
{
color: #EFE712;
}
.AnyTagClassName
{
color: #EFE712;
}
</style>
background-color css
<style>
a { background-color: #EFE712; }
a { background-color: rgb(239,231,18); }
div.DivClassName
{
background-color: #EFE712;
}
.BgClassName
{
background-color: #EFE712;
}
</style>
border-color css
<style>
span { border-color: #EFE712; }
span { border-color: rgb(239,231,18); }
td.TdClassName
{
border-color: #EFE712;
}
.TagClassName
{
border-color: #EFE712;
}
</style>