Shades of Lemon #EFE912
Tints of Lemon #EFE912
RGB
CMYK
RGB Variations
Color information
#EFE912 (or 0xEFE912) is known color: Lemon. HEX triplet: EF, E9 and 12. RGB value is (239,233,18). Sum of RGB (Red+Green+Blue) = 239+233+18=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE912 is #1016ED. Grayscale: #D3D3D3. Windows color (decimal): -1054446 or 1239535. OLE color: 1239535.
HSL color Cylindrical-coordinate representation of color #EFE912: hue angle of 58.37º 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 #EFE912 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.06 |
| HSL | 58.37º | 0.87% | 0.5% | - |
| HSV(B) | 58.37º | 0.92% | 0.94% | - |
| XYZ | 64.84 | 76.67 | 11.95 | - |
| YUV | 210.28 | 19.49 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 18 | 0 | 0.03 | 0.92 | 0.06 | 58.37 | 0.87 | 0.5 |
| Hex | EF | E9 | 12 | 0 | 3 | 5C | 6 | 3A | 57 | 32 |
| Octal | 357 | 351 | 22 | 0 | 3 | 134 | 6 | 72 | 127 | 62 |
| Binary | 11101111 | 11101001 | 10010 | 0 | 11 | 1011100 | 110 | 111010 | 1010111 | 110010 |
Color Harmonies of #EFE912
Complementary color
Monochromatic Colors of #EFE912
Black with #EFE912
Text Example
Text Example
White with #EFE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE912; }
p { color: rgb(239,233,18); }
H1.HeaderClassName
{
color: #EFE912;
}
.AnyTagClassName
{
color: #EFE912;
}
</style>
background-color css
<style>
a { background-color: #EFE912; }
a { background-color: rgb(239,233,18); }
div.DivClassName
{
background-color: #EFE912;
}
.BgClassName
{
background-color: #EFE912;
}
</style>
border-color css
<style>
span { border-color: #EFE912; }
span { border-color: rgb(239,233,18); }
td.TdClassName
{
border-color: #EFE912;
}
.TagClassName
{
border-color: #EFE912;
}
</style>