Shades of Lemon #EAE718
Tints of Lemon #EAE718
RGB
CMYK
RGB Variations
Color information
#EAE718 (or 0xEAE718) is known color: Lemon. HEX triplet: EA, E7 and 18. RGB value is (234,231,24). Sum of RGB (Red+Green+Blue) = 234+231+24=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE718 is #1518E7. Grayscale: #D1D1D1. Windows color (decimal): -1382632 or 1632234. OLE color: 1632234.
HSL color Cylindrical-coordinate representation of color #EAE718: hue angle of 59.14º 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 #EAE718 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.08 |
| HSL | 59.14º | 0.83% | 0.51% | - |
| HSV(B) | 59.14º | 0.9% | 0.92% | - |
| XYZ | 62.67 | 74.71 | 11.98 | - |
| YUV | 208.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 24 | 0 | 0.01 | 0.90 | 0.08 | 59.14 | 0.83 | 0.51 |
| Hex | EA | E7 | 18 | 0 | 1 | 5A | 8 | 3B | 53 | 33 |
| Octal | 352 | 347 | 30 | 0 | 1 | 132 | 10 | 73 | 123 | 63 |
| Binary | 11101010 | 11100111 | 11000 | 0 | 1 | 1011010 | 1000 | 111011 | 1010011 | 110011 |
Color Harmonies of #EAE718
Complementary color
Monochromatic Colors of #EAE718
Black with #EAE718
Text Example
Text Example
White with #EAE718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE718; }
p { color: rgb(234,231,24); }
H1.HeaderClassName
{
color: #EAE718;
}
.AnyTagClassName
{
color: #EAE718;
}
</style>
background-color css
<style>
a { background-color: #EAE718; }
a { background-color: rgb(234,231,24); }
div.DivClassName
{
background-color: #EAE718;
}
.BgClassName
{
background-color: #EAE718;
}
</style>
border-color css
<style>
span { border-color: #EAE718; }
span { border-color: rgb(234,231,24); }
td.TdClassName
{
border-color: #EAE718;
}
.TagClassName
{
border-color: #EAE718;
}
</style>