Shades of Lemon #EAE418
Tints of Lemon #EAE418
RGB
CMYK
RGB Variations
Color information
#EAE418 (or 0xEAE418) is known color: Lemon. HEX triplet: EA, E4 and 18. RGB value is (234,228,24). Sum of RGB (Red+Green+Blue) = 234+228+24=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE418 is #151BE7. Grayscale: #CFCFCF. Windows color (decimal): -1383400 or 1631466. OLE color: 1631466.
HSL color Cylindrical-coordinate representation of color #EAE418: hue angle of 58.29º 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 #EAE418 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.08 |
| HSL | 58.29º | 0.83% | 0.51% | - |
| HSV(B) | 58.29º | 0.9% | 0.92% | - |
| XYZ | 61.84 | 73.05 | 11.7 | - |
| YUV | 206.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 24 | 0 | 0.03 | 0.90 | 0.08 | 58.29 | 0.83 | 0.51 |
| Hex | EA | E4 | 18 | 0 | 3 | 5A | 8 | 3A | 53 | 33 |
| Octal | 352 | 344 | 30 | 0 | 3 | 132 | 10 | 72 | 123 | 63 |
| Binary | 11101010 | 11100100 | 11000 | 0 | 11 | 1011010 | 1000 | 111010 | 1010011 | 110011 |
Color Harmonies of #EAE418
Complementary color
Monochromatic Colors of #EAE418
Black with #EAE418
Text Example
Text Example
White with #EAE418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE418; }
p { color: rgb(234,228,24); }
H1.HeaderClassName
{
color: #EAE418;
}
.AnyTagClassName
{
color: #EAE418;
}
</style>
background-color css
<style>
a { background-color: #EAE418; }
a { background-color: rgb(234,228,24); }
div.DivClassName
{
background-color: #EAE418;
}
.BgClassName
{
background-color: #EAE418;
}
</style>
border-color css
<style>
span { border-color: #EAE418; }
span { border-color: rgb(234,228,24); }
td.TdClassName
{
border-color: #EAE418;
}
.TagClassName
{
border-color: #EAE418;
}
</style>