Shades of Lemon #EFEA0A
Tints of Lemon #EFEA0A
RGB
CMYK
RGB Variations
Color information
#EFEA0A (or 0xEFEA0A) is known color: Lemon. HEX triplet: EF, EA and 0A. RGB value is (239,234,10). Sum of RGB (Red+Green+Blue) = 239+234+10=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA0A is #1015F5. Grayscale: #D2D2D2. Windows color (decimal): -1054198 or 715503. OLE color: 715503.
HSL color Cylindrical-coordinate representation of color #EFEA0A: hue angle of 58.69º 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 #EFEA0A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.06 |
| HSL | 58.69º | 0.92% | 0.49% | - |
| HSV(B) | 58.69º | 0.96% | 0.94% | - |
| XYZ | 65.07 | 77.22 | 11.76 | - |
| YUV | 209.96 | 15.16 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 10 | 0 | 0.02 | 0.96 | 0.06 | 58.69 | 0.92 | 0.49 |
| Hex | EF | EA | A | 0 | 2 | 60 | 6 | 3B | 5C | 31 |
| Octal | 357 | 352 | 12 | 0 | 2 | 140 | 6 | 73 | 134 | 61 |
| Binary | 11101111 | 11101010 | 1010 | 0 | 10 | 1100000 | 110 | 111011 | 1011100 | 110001 |
Color Harmonies of #EFEA0A
Complementary color
Monochromatic Colors of #EFEA0A
Black with #EFEA0A
Text Example
Text Example
White with #EFEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA0A; }
p { color: rgb(239,234,10); }
H1.HeaderClassName
{
color: #EFEA0A;
}
.AnyTagClassName
{
color: #EFEA0A;
}
</style>
background-color css
<style>
a { background-color: #EFEA0A; }
a { background-color: rgb(239,234,10); }
div.DivClassName
{
background-color: #EFEA0A;
}
.BgClassName
{
background-color: #EFEA0A;
}
</style>
border-color css
<style>
span { border-color: #EFEA0A; }
span { border-color: rgb(239,234,10); }
td.TdClassName
{
border-color: #EFEA0A;
}
.TagClassName
{
border-color: #EFEA0A;
}
</style>