Shades of Lemon #EAF00E
Tints of Lemon #EAF00E
RGB
CMYK
RGB Variations
Color information
#EAF00E (or 0xEAF00E) is known color: Lemon. HEX triplet: EA, F0 and 0E. RGB value is (234,240,14). Sum of RGB (Red+Green+Blue) = 234+240+14=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF00E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF00E is #150FF1. Grayscale: #D5D5D5. Windows color (decimal): -1380338 or 979178. OLE color: 979178.
HSL color Cylindrical-coordinate representation of color #EAF00E: hue angle of 61.59º 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 #EAF00E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.06 |
| HSL | 61.59º | 0.89% | 0.5% | - |
| HSV(B) | 61.59º | 0.94% | 0.94% | - |
| XYZ | 65.17 | 79.84 | 12.39 | - |
| YUV | 212.44 | 16.01 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 14 | 0.02 | 0 | 0.94 | 0.06 | 61.59 | 0.89 | 0.5 |
| Hex | EA | F0 | E | 2 | 0 | 5E | 6 | 3E | 59 | 32 |
| Octal | 352 | 360 | 16 | 2 | 0 | 136 | 6 | 76 | 131 | 62 |
| Binary | 11101010 | 11110000 | 1110 | 10 | 0 | 1011110 | 110 | 111110 | 1011001 | 110010 |
Color Harmonies of #EAF00E
Complementary color
Monochromatic Colors of #EAF00E
Black with #EAF00E
Text Example
Text Example
White with #EAF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF00E; }
p { color: rgb(234,240,14); }
H1.HeaderClassName
{
color: #EAF00E;
}
.AnyTagClassName
{
color: #EAF00E;
}
</style>
background-color css
<style>
a { background-color: #EAF00E; }
a { background-color: rgb(234,240,14); }
div.DivClassName
{
background-color: #EAF00E;
}
.BgClassName
{
background-color: #EAF00E;
}
</style>
border-color css
<style>
span { border-color: #EAF00E; }
span { border-color: rgb(234,240,14); }
td.TdClassName
{
border-color: #EAF00E;
}
.TagClassName
{
border-color: #EAF00E;
}
</style>