Shades of Lemon #EFEA0C
Tints of Lemon #EFEA0C
RGB
CMYK
RGB Variations
Color information
#EFEA0C (or 0xEFEA0C) is known color: Lemon. HEX triplet: EF, EA and 0C. RGB value is (239,234,12). Sum of RGB (Red+Green+Blue) = 239+234+12=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA0C is #1015F3. Grayscale: #D3D3D3. Windows color (decimal): -1054196 or 846575. OLE color: 846575.
HSL color Cylindrical-coordinate representation of color #EFEA0C: hue angle of 58.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFEA0C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.06 |
| HSL | 58.68º | 0.9% | 0.49% | - |
| HSV(B) | 58.68º | 0.95% | 0.94% | - |
| XYZ | 65.09 | 77.22 | 11.82 | - |
| YUV | 210.19 | 16.16 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 12 | 0 | 0.02 | 0.95 | 0.06 | 58.68 | 0.9 | 0.49 |
| Hex | EF | EA | C | 0 | 2 | 5F | 6 | 3B | 5A | 31 |
| Octal | 357 | 352 | 14 | 0 | 2 | 137 | 6 | 73 | 132 | 61 |
| Binary | 11101111 | 11101010 | 1100 | 0 | 10 | 1011111 | 110 | 111011 | 1011010 | 110001 |
Color Harmonies of #EFEA0C
Complementary color
Monochromatic Colors of #EFEA0C
Black with #EFEA0C
Text Example
Text Example
White with #EFEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA0C; }
p { color: rgb(239,234,12); }
H1.HeaderClassName
{
color: #EFEA0C;
}
.AnyTagClassName
{
color: #EFEA0C;
}
</style>
background-color css
<style>
a { background-color: #EFEA0C; }
a { background-color: rgb(239,234,12); }
div.DivClassName
{
background-color: #EFEA0C;
}
.BgClassName
{
background-color: #EFEA0C;
}
</style>
border-color css
<style>
span { border-color: #EFEA0C; }
span { border-color: rgb(239,234,12); }
td.TdClassName
{
border-color: #EFEA0C;
}
.TagClassName
{
border-color: #EFEA0C;
}
</style>