Shades of Lemon #EAF619
Tints of Lemon #EAF619
RGB
CMYK
RGB Variations
Color information
#EAF619 (or 0xEAF619) is known color: Lemon. HEX triplet: EA, F6 and 19. RGB value is (234,246,25). Sum of RGB (Red+Green+Blue) = 234+246+25=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 25 (10.16% from 255 or 4.95% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF619 is #1509E6. Grayscale: #DADADA. Windows color (decimal): -1378791 or 1701610. OLE color: 1701610.
HSL color Cylindrical-coordinate representation of color #EAF619: hue angle of 63.26º 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 #EAF619 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 25 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.04 |
| HSL | 63.26º | 0.92% | 0.53% | - |
| HSV(B) | 63.26º | 0.9% | 0.96% | - |
| XYZ | 67.06 | 83.47 | 13.5 | - |
| YUV | 217.22 | 19.52 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 25 | 0.05 | 0 | 0.90 | 0.04 | 63.26 | 0.92 | 0.53 |
| Hex | EA | F6 | 19 | 5 | 0 | 5A | 4 | 3F | 5C | 35 |
| Octal | 352 | 366 | 31 | 5 | 0 | 132 | 4 | 77 | 134 | 65 |
| Binary | 11101010 | 11110110 | 11001 | 101 | 0 | 1011010 | 100 | 111111 | 1011100 | 110101 |
Color Harmonies of #EAF619
Complementary color
Monochromatic Colors of #EAF619
Black with #EAF619
Text Example
Text Example
White with #EAF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF619; }
p { color: rgb(234,246,25); }
H1.HeaderClassName
{
color: #EAF619;
}
.AnyTagClassName
{
color: #EAF619;
}
</style>
background-color css
<style>
a { background-color: #EAF619; }
a { background-color: rgb(234,246,25); }
div.DivClassName
{
background-color: #EAF619;
}
.BgClassName
{
background-color: #EAF619;
}
</style>
border-color css
<style>
span { border-color: #EAF619; }
span { border-color: rgb(234,246,25); }
td.TdClassName
{
border-color: #EAF619;
}
.TagClassName
{
border-color: #EAF619;
}
</style>