Shades of Lemon #EAE20E
Tints of Lemon #EAE20E
RGB
CMYK
RGB Variations
Color information
#EAE20E (or 0xEAE20E) is known color: Lemon. HEX triplet: EA, E2 and 0E. RGB value is (234,226,14). Sum of RGB (Red+Green+Blue) = 234+226+14=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE20E is #151DF1. Grayscale: #CDCDCD. Windows color (decimal): -1383922 or 975594. OLE color: 975594.
HSL color Cylindrical-coordinate representation of color #EAE20E: hue angle of 57.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAE20E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.08 |
| HSL | 57.82º | 0.89% | 0.49% | - |
| HSV(B) | 57.82º | 0.94% | 0.92% | - |
| XYZ | 61.21 | 71.92 | 11.07 | - |
| YUV | 204.22 | 20.65 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 14 | 0 | 0.03 | 0.94 | 0.08 | 57.82 | 0.89 | 0.49 |
| Hex | EA | E2 | E | 0 | 3 | 5E | 8 | 3A | 59 | 31 |
| Octal | 352 | 342 | 16 | 0 | 3 | 136 | 10 | 72 | 131 | 61 |
| Binary | 11101010 | 11100010 | 1110 | 0 | 11 | 1011110 | 1000 | 111010 | 1011001 | 110001 |
Color Harmonies of #EAE20E
Complementary color
Monochromatic Colors of #EAE20E
Black with #EAE20E
Text Example
Text Example
White with #EAE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE20E; }
p { color: rgb(234,226,14); }
H1.HeaderClassName
{
color: #EAE20E;
}
.AnyTagClassName
{
color: #EAE20E;
}
</style>
background-color css
<style>
a { background-color: #EAE20E; }
a { background-color: rgb(234,226,14); }
div.DivClassName
{
background-color: #EAE20E;
}
.BgClassName
{
background-color: #EAE20E;
}
</style>
border-color css
<style>
span { border-color: #EAE20E; }
span { border-color: rgb(234,226,14); }
td.TdClassName
{
border-color: #EAE20E;
}
.TagClassName
{
border-color: #EAE20E;
}
</style>