Shades of Lemon #EAEF0E
Tints of Lemon #EAEF0E
RGB
CMYK
RGB Variations
Color information
#EAEF0E (or 0xEAEF0E) is known color: Lemon. HEX triplet: EA, EF and 0E. RGB value is (234,239,14). Sum of RGB (Red+Green+Blue) = 234+239+14=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEF0E is #1510F1. Grayscale: #D4D4D4. Windows color (decimal): -1380594 or 978922. OLE color: 978922.
HSL color Cylindrical-coordinate representation of color #EAEF0E: hue angle of 61.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAEF0E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.06 |
| HSL | 61.33º | 0.89% | 0.5% | - |
| HSV(B) | 61.33º | 0.94% | 0.94% | - |
| XYZ | 64.88 | 79.26 | 12.29 | - |
| YUV | 211.86 | 16.34 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 14 | 0.02 | 0 | 0.94 | 0.06 | 61.33 | 0.89 | 0.5 |
| Hex | EA | EF | E | 2 | 0 | 5E | 6 | 3D | 59 | 32 |
| Octal | 352 | 357 | 16 | 2 | 0 | 136 | 6 | 75 | 131 | 62 |
| Binary | 11101010 | 11101111 | 1110 | 10 | 0 | 1011110 | 110 | 111101 | 1011001 | 110010 |
Color Harmonies of #EAEF0E
Complementary color
Monochromatic Colors of #EAEF0E
Black with #EAEF0E
Text Example
Text Example
White with #EAEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEF0E; }
p { color: rgb(234,239,14); }
H1.HeaderClassName
{
color: #EAEF0E;
}
.AnyTagClassName
{
color: #EAEF0E;
}
</style>
background-color css
<style>
a { background-color: #EAEF0E; }
a { background-color: rgb(234,239,14); }
div.DivClassName
{
background-color: #EAEF0E;
}
.BgClassName
{
background-color: #EAEF0E;
}
</style>
border-color css
<style>
span { border-color: #EAEF0E; }
span { border-color: rgb(234,239,14); }
td.TdClassName
{
border-color: #EAEF0E;
}
.TagClassName
{
border-color: #EAEF0E;
}
</style>