Shades of Lemon #EAF620
Tints of Lemon #EAF620
RGB
CMYK
RGB Variations
Color information
#EAF620 (or 0xEAF620) is known color: Lemon. HEX triplet: EA, F6 and 20. RGB value is (234,246,32). Sum of RGB (Red+Green+Blue) = 234+246+32=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 32 (12.89% from 255 or 6.25% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF620 is #1509DF. Grayscale: #DADADA. Windows color (decimal): -1378784 or 2160362. OLE color: 2160362.
HSL color Cylindrical-coordinate representation of color #EAF620: hue angle of 63.36º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAF620 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 32 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.04 |
| HSL | 63.36º | 0.92% | 0.55% | - |
| HSV(B) | 63.36º | 0.87% | 0.96% | - |
| XYZ | 67.15 | 83.51 | 13.95 | - |
| YUV | 218.02 | 23.02 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 32 | 0.05 | 0 | 0.87 | 0.04 | 63.36 | 0.92 | 0.55 |
| Hex | EA | F6 | 20 | 5 | 0 | 57 | 4 | 3F | 5C | 37 |
| Octal | 352 | 366 | 40 | 5 | 0 | 127 | 4 | 77 | 134 | 67 |
| Binary | 11101010 | 11110110 | 100000 | 101 | 0 | 1010111 | 100 | 111111 | 1011100 | 110111 |
Color Harmonies of #EAF620
Complementary color
Monochromatic Colors of #EAF620
Black with #EAF620
Text Example
Text Example
White with #EAF620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF620; }
p { color: rgb(234,246,32); }
H1.HeaderClassName
{
color: #EAF620;
}
.AnyTagClassName
{
color: #EAF620;
}
</style>
background-color css
<style>
a { background-color: #EAF620; }
a { background-color: rgb(234,246,32); }
div.DivClassName
{
background-color: #EAF620;
}
.BgClassName
{
background-color: #EAF620;
}
</style>
border-color css
<style>
span { border-color: #EAF620; }
span { border-color: rgb(234,246,32); }
td.TdClassName
{
border-color: #EAF620;
}
.TagClassName
{
border-color: #EAF620;
}
</style>