Shades of Lemon #EAE018
Tints of Lemon #EAE018
RGB
CMYK
RGB Variations
Color information
#EAE018 (or 0xEAE018) is known color: Lemon. HEX triplet: EA, E0 and 18. RGB value is (234,224,24). Sum of RGB (Red+Green+Blue) = 234+224+24=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE018 is #151FE7. Grayscale: #CDCDCD. Windows color (decimal): -1384424 or 1630442. OLE color: 1630442.
HSL color Cylindrical-coordinate representation of color #EAE018: hue angle of 57.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 #EAE018 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 24 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.08 |
| HSL | 57.14º | 0.83% | 0.51% | - |
| HSV(B) | 57.14º | 0.9% | 0.92% | - |
| XYZ | 60.75 | 70.87 | 11.34 | - |
| YUV | 204.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 24 | 0 | 0.04 | 0.90 | 0.08 | 57.14 | 0.83 | 0.51 |
| Hex | EA | E0 | 18 | 0 | 4 | 5A | 8 | 39 | 53 | 33 |
| Octal | 352 | 340 | 30 | 0 | 4 | 132 | 10 | 71 | 123 | 63 |
| Binary | 11101010 | 11100000 | 11000 | 0 | 100 | 1011010 | 1000 | 111001 | 1010011 | 110011 |
Color Harmonies of #EAE018
Complementary color
Monochromatic Colors of #EAE018
Black with #EAE018
Text Example
Text Example
White with #EAE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE018; }
p { color: rgb(234,224,24); }
H1.HeaderClassName
{
color: #EAE018;
}
.AnyTagClassName
{
color: #EAE018;
}
</style>
background-color css
<style>
a { background-color: #EAE018; }
a { background-color: rgb(234,224,24); }
div.DivClassName
{
background-color: #EAE018;
}
.BgClassName
{
background-color: #EAE018;
}
</style>
border-color css
<style>
span { border-color: #EAE018; }
span { border-color: rgb(234,224,24); }
td.TdClassName
{
border-color: #EAE018;
}
.TagClassName
{
border-color: #EAE018;
}
</style>