Shades of Lemon #EAF519
Tints of Lemon #EAF519
RGB
CMYK
RGB Variations
Color information
#EAF519 (or 0xEAF519) is known color: Lemon. HEX triplet: EA, F5 and 19. RGB value is (234,245,25). Sum of RGB (Red+Green+Blue) = 234+245+25=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 25 (10.16% from 255 or 4.96% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF519 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF519 is #150AE6. Grayscale: #D9D9D9. Windows color (decimal): -1379047 or 1701354. OLE color: 1701354.
HSL color Cylindrical-coordinate representation of color #EAF519: hue angle of 63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAF519 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 25 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.04 |
| HSL | 63º | 0.92% | 0.53% | - |
| HSV(B) | 63º | 0.9% | 0.96% | - |
| XYZ | 66.76 | 82.87 | 13.4 | - |
| YUV | 216.63 | 19.86 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 25 | 0.04 | 0 | 0.90 | 0.04 | 63 | 0.92 | 0.53 |
| Hex | EA | F5 | 19 | 4 | 0 | 5A | 4 | 3F | 5C | 35 |
| Octal | 352 | 365 | 31 | 4 | 0 | 132 | 4 | 77 | 134 | 65 |
| Binary | 11101010 | 11110101 | 11001 | 100 | 0 | 1011010 | 100 | 111111 | 1011100 | 110101 |
Color Harmonies of #EAF519
Complementary color
Monochromatic Colors of #EAF519
Black with #EAF519
Text Example
Text Example
White with #EAF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF519; }
p { color: rgb(234,245,25); }
H1.HeaderClassName
{
color: #EAF519;
}
.AnyTagClassName
{
color: #EAF519;
}
</style>
background-color css
<style>
a { background-color: #EAF519; }
a { background-color: rgb(234,245,25); }
div.DivClassName
{
background-color: #EAF519;
}
.BgClassName
{
background-color: #EAF519;
}
</style>
border-color css
<style>
span { border-color: #EAF519; }
span { border-color: rgb(234,245,25); }
td.TdClassName
{
border-color: #EAF519;
}
.TagClassName
{
border-color: #EAF519;
}
</style>