Shades of Lemon #EFEA03
Tints of Lemon #EFEA03
RGB
CMYK
RGB Variations
Color information
#EFEA03 (or 0xEFEA03) is known color: Lemon. HEX triplet: EF, EA and 03. RGB value is (239,234,3). Sum of RGB (Red+Green+Blue) = 239+234+3=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 3 (1.56% from 255 or 0.63% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA03 is #1015FC. Grayscale: #D2D2D2. Windows color (decimal): -1054205 or 256751. OLE color: 256751.
HSL color Cylindrical-coordinate representation of color #EFEA03: hue angle of 58.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFEA03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.06 |
| HSL | 58.73º | 0.98% | 0.47% | - |
| HSV(B) | 58.73º | 0.99% | 0.94% | - |
| XYZ | 65.04 | 77.2 | 11.56 | - |
| YUV | 209.16 | 11.66 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 3 | 0 | 0.02 | 0.99 | 0.06 | 58.73 | 0.98 | 0.47 |
| Hex | EF | EA | 3 | 0 | 2 | 63 | 6 | 3B | 62 | 2F |
| Octal | 357 | 352 | 3 | 0 | 2 | 143 | 6 | 73 | 142 | 57 |
| Binary | 11101111 | 11101010 | 11 | 0 | 10 | 1100011 | 110 | 111011 | 1100010 | 101111 |
Color Harmonies of #EFEA03
Complementary color
Monochromatic Colors of #EFEA03
Black with #EFEA03
Text Example
Text Example
White with #EFEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA03; }
p { color: rgb(239,234,3); }
H1.HeaderClassName
{
color: #EFEA03;
}
.AnyTagClassName
{
color: #EFEA03;
}
</style>
background-color css
<style>
a { background-color: #EFEA03; }
a { background-color: rgb(239,234,3); }
div.DivClassName
{
background-color: #EFEA03;
}
.BgClassName
{
background-color: #EFEA03;
}
</style>
border-color css
<style>
span { border-color: #EFEA03; }
span { border-color: rgb(239,234,3); }
td.TdClassName
{
border-color: #EFEA03;
}
.TagClassName
{
border-color: #EFEA03;
}
</style>