Shades of Lemon #EAF110
Tints of Lemon #EAF110
RGB
CMYK
RGB Variations
Color information
#EAF110 (or 0xEAF110) is known color: Lemon. HEX triplet: EA, F1 and 10. RGB value is (234,241,16). Sum of RGB (Red+Green+Blue) = 234+241+16=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 16 (6.64% from 255 or 3.26% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF110 is #150EEF. Grayscale: #D6D6D6. Windows color (decimal): -1380080 or 1110506. OLE color: 1110506.
HSL color Cylindrical-coordinate representation of color #EAF110: hue angle of 61.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAF110 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.05 |
| HSL | 61.87º | 0.89% | 0.5% | - |
| HSV(B) | 61.87º | 0.93% | 0.95% | - |
| XYZ | 65.48 | 80.44 | 12.57 | - |
| YUV | 213.26 | 16.68 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 16 | 0.03 | 0 | 0.93 | 0.05 | 61.87 | 0.89 | 0.5 |
| Hex | EA | F1 | 10 | 3 | 0 | 5D | 5 | 3E | 59 | 32 |
| Octal | 352 | 361 | 20 | 3 | 0 | 135 | 5 | 76 | 131 | 62 |
| Binary | 11101010 | 11110001 | 10000 | 11 | 0 | 1011101 | 101 | 111110 | 1011001 | 110010 |
Color Harmonies of #EAF110
Complementary color
Monochromatic Colors of #EAF110
Black with #EAF110
Text Example
Text Example
White with #EAF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF110; }
p { color: rgb(234,241,16); }
H1.HeaderClassName
{
color: #EAF110;
}
.AnyTagClassName
{
color: #EAF110;
}
</style>
background-color css
<style>
a { background-color: #EAF110; }
a { background-color: rgb(234,241,16); }
div.DivClassName
{
background-color: #EAF110;
}
.BgClassName
{
background-color: #EAF110;
}
</style>
border-color css
<style>
span { border-color: #EAF110; }
span { border-color: rgb(234,241,16); }
td.TdClassName
{
border-color: #EAF110;
}
.TagClassName
{
border-color: #EAF110;
}
</style>