Shades of Lemon #EAE10E
Tints of Lemon #EAE10E
RGB
CMYK
RGB Variations
Color information
#EAE10E (or 0xEAE10E) is known color: Lemon. HEX triplet: EA, E1 and 0E. RGB value is (234,225,14). Sum of RGB (Red+Green+Blue) = 234+225+14=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 14 (5.86% from 255 or 2.96% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE10E is #151EF1. Grayscale: #CCCCCC. Windows color (decimal): -1384178 or 975338. OLE color: 975338.
HSL color Cylindrical-coordinate representation of color #EAE10E: hue angle of 57.55º 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 #EAE10E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.08 |
| HSL | 57.55º | 0.89% | 0.49% | - |
| HSV(B) | 57.55º | 0.94% | 0.92% | - |
| XYZ | 60.94 | 71.37 | 10.98 | - |
| YUV | 203.64 | 20.98 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 14 | 0 | 0.04 | 0.94 | 0.08 | 57.55 | 0.89 | 0.49 |
| Hex | EA | E1 | E | 0 | 4 | 5E | 8 | 3A | 59 | 31 |
| Octal | 352 | 341 | 16 | 0 | 4 | 136 | 10 | 72 | 131 | 61 |
| Binary | 11101010 | 11100001 | 1110 | 0 | 100 | 1011110 | 1000 | 111010 | 1011001 | 110001 |
Color Harmonies of #EAE10E
Complementary color
Monochromatic Colors of #EAE10E
Black with #EAE10E
Text Example
Text Example
White with #EAE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE10E; }
p { color: rgb(234,225,14); }
H1.HeaderClassName
{
color: #EAE10E;
}
.AnyTagClassName
{
color: #EAE10E;
}
</style>
background-color css
<style>
a { background-color: #EAE10E; }
a { background-color: rgb(234,225,14); }
div.DivClassName
{
background-color: #EAE10E;
}
.BgClassName
{
background-color: #EAE10E;
}
</style>
border-color css
<style>
span { border-color: #EAE10E; }
span { border-color: rgb(234,225,14); }
td.TdClassName
{
border-color: #EAE10E;
}
.TagClassName
{
border-color: #EAE10E;
}
</style>