Shades of Lemon #EAE819
Tints of Lemon #EAE819
RGB
CMYK
RGB Variations
Color information
#EAE819 (or 0xEAE819) is known color: Lemon. HEX triplet: EA, E8 and 19. RGB value is (234,232,25). Sum of RGB (Red+Green+Blue) = 234+232+25=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE819 is #1517E6. Grayscale: #D1D1D1. Windows color (decimal): -1382375 or 1698026. OLE color: 1698026.
HSL color Cylindrical-coordinate representation of color #EAE819: 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.89%. Process color model (Four color, CMYK) of #EAE819 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 25 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.08 |
| HSL | 59.43º | 0.83% | 0.51% | - |
| HSV(B) | 59.43º | 0.89% | 0.92% | - |
| XYZ | 62.96 | 75.28 | 12.13 | - |
| YUV | 209 | 24.16 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 25 | 0 | 0.01 | 0.89 | 0.08 | 59.43 | 0.83 | 0.51 |
| Hex | EA | E8 | 19 | 0 | 1 | 59 | 8 | 3B | 53 | 33 |
| Octal | 352 | 350 | 31 | 0 | 1 | 131 | 10 | 73 | 123 | 63 |
| Binary | 11101010 | 11101000 | 11001 | 0 | 1 | 1011001 | 1000 | 111011 | 1010011 | 110011 |
Color Harmonies of #EAE819
Complementary color
Monochromatic Colors of #EAE819
Black with #EAE819
Text Example
Text Example
White with #EAE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE819; }
p { color: rgb(234,232,25); }
H1.HeaderClassName
{
color: #EAE819;
}
.AnyTagClassName
{
color: #EAE819;
}
</style>
background-color css
<style>
a { background-color: #EAE819; }
a { background-color: rgb(234,232,25); }
div.DivClassName
{
background-color: #EAE819;
}
.BgClassName
{
background-color: #EAE819;
}
</style>
border-color css
<style>
span { border-color: #EAE819; }
span { border-color: rgb(234,232,25); }
td.TdClassName
{
border-color: #EAE819;
}
.TagClassName
{
border-color: #EAE819;
}
</style>