Shades of Lemon #EAE618
Tints of Lemon #EAE618
RGB
CMYK
RGB Variations
Color information
#EAE618 (or 0xEAE618) is known color: Lemon. HEX triplet: EA, E6 and 18. RGB value is (234,230,24). Sum of RGB (Red+Green+Blue) = 234+230+24=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE618 is #1519E7. Grayscale: #D0D0D0. Windows color (decimal): -1382888 or 1631978. OLE color: 1631978.
HSL color Cylindrical-coordinate representation of color #EAE618: hue angle of 58.86º 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 #EAE618 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.08 |
| HSL | 58.86º | 0.83% | 0.51% | - |
| HSV(B) | 58.86º | 0.9% | 0.92% | - |
| XYZ | 62.39 | 74.15 | 11.89 | - |
| YUV | 207.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 24 | 0 | 0.02 | 0.90 | 0.08 | 58.86 | 0.83 | 0.51 |
| Hex | EA | E6 | 18 | 0 | 2 | 5A | 8 | 3B | 53 | 33 |
| Octal | 352 | 346 | 30 | 0 | 2 | 132 | 10 | 73 | 123 | 63 |
| Binary | 11101010 | 11100110 | 11000 | 0 | 10 | 1011010 | 1000 | 111011 | 1010011 | 110011 |
Color Harmonies of #EAE618
Complementary color
Monochromatic Colors of #EAE618
Black with #EAE618
Text Example
Text Example
White with #EAE618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE618; }
p { color: rgb(234,230,24); }
H1.HeaderClassName
{
color: #EAE618;
}
.AnyTagClassName
{
color: #EAE618;
}
</style>
background-color css
<style>
a { background-color: #EAE618; }
a { background-color: rgb(234,230,24); }
div.DivClassName
{
background-color: #EAE618;
}
.BgClassName
{
background-color: #EAE618;
}
</style>
border-color css
<style>
span { border-color: #EAE618; }
span { border-color: rgb(234,230,24); }
td.TdClassName
{
border-color: #EAE618;
}
.TagClassName
{
border-color: #EAE618;
}
</style>