Shades of Lemon #EFE114
Tints of Lemon #EFE114
RGB
CMYK
RGB Variations
Color information
#EFE114 (or 0xEFE114) is known color: Lemon. HEX triplet: EF, E1 and 14. RGB value is (239,225,20). Sum of RGB (Red+Green+Blue) = 239+225+20=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE114 is #101EEB. Grayscale: #CECECE. Windows color (decimal): -1056492 or 1368559. OLE color: 1368559.
HSL color Cylindrical-coordinate representation of color #EFE114: hue angle of 56.16º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFE114 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.06 |
| HSL | 56.16º | 0.87% | 0.51% | - |
| HSV(B) | 56.16º | 0.92% | 0.94% | - |
| XYZ | 62.65 | 72.25 | 11.31 | - |
| YUV | 205.82 | 23.14 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 20 | 0 | 0.06 | 0.92 | 0.06 | 56.16 | 0.87 | 0.51 |
| Hex | EF | E1 | 14 | 0 | 6 | 5C | 6 | 38 | 57 | 33 |
| Octal | 357 | 341 | 24 | 0 | 6 | 134 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100001 | 10100 | 0 | 110 | 1011100 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE114
Complementary color
Monochromatic Colors of #EFE114
Black with #EFE114
Text Example
Text Example
White with #EFE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE114; }
p { color: rgb(239,225,20); }
H1.HeaderClassName
{
color: #EFE114;
}
.AnyTagClassName
{
color: #EFE114;
}
</style>
background-color css
<style>
a { background-color: #EFE114; }
a { background-color: rgb(239,225,20); }
div.DivClassName
{
background-color: #EFE114;
}
.BgClassName
{
background-color: #EFE114;
}
</style>
border-color css
<style>
span { border-color: #EFE114; }
span { border-color: rgb(239,225,20); }
td.TdClassName
{
border-color: #EFE114;
}
.TagClassName
{
border-color: #EFE114;
}
</style>