Shades of Lemon #EAE818
Tints of Lemon #EAE818
RGB
CMYK
RGB Variations
Color information
#EAE818 (or 0xEAE818) is known color: Lemon. HEX triplet: EA, E8 and 18. RGB value is (234,232,24). Sum of RGB (Red+Green+Blue) = 234+232+24=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 24 (9.77% from 255 or 4.90% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE818 is #1517E7. Grayscale: #D1D1D1. Windows color (decimal): -1382376 or 1632490. OLE color: 1632490.
HSL color Cylindrical-coordinate representation of color #EAE818: hue angle of 59.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAE818 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.08 |
| HSL | 59.43º | 0.83% | 0.51% | - |
| HSV(B) | 59.43º | 0.9% | 0.92% | - |
| XYZ | 62.95 | 75.27 | 12.08 | - |
| YUV | 208.89 | 23.66 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 24 | 0 | 0.01 | 0.90 | 0.08 | 59.43 | 0.83 | 0.51 |
| Hex | EA | E8 | 18 | 0 | 1 | 5A | 8 | 3B | 53 | 33 |
| Octal | 352 | 350 | 30 | 0 | 1 | 132 | 10 | 73 | 123 | 63 |
| Binary | 11101010 | 11101000 | 11000 | 0 | 1 | 1011010 | 1000 | 111011 | 1010011 | 110011 |
Color Harmonies of #EAE818
Complementary color
Monochromatic Colors of #EAE818
Black with #EAE818
Text Example
Text Example
White with #EAE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE818; }
p { color: rgb(234,232,24); }
H1.HeaderClassName
{
color: #EAE818;
}
.AnyTagClassName
{
color: #EAE818;
}
</style>
background-color css
<style>
a { background-color: #EAE818; }
a { background-color: rgb(234,232,24); }
div.DivClassName
{
background-color: #EAE818;
}
.BgClassName
{
background-color: #EAE818;
}
</style>
border-color css
<style>
span { border-color: #EAE818; }
span { border-color: rgb(234,232,24); }
td.TdClassName
{
border-color: #EAE818;
}
.TagClassName
{
border-color: #EAE818;
}
</style>