Shades of Lemon #EAF10F
Tints of Lemon #EAF10F
RGB
CMYK
RGB Variations
Color information
#EAF10F (or 0xEAF10F) is known color: Lemon. HEX triplet: EA, F1 and 0F. RGB value is (234,241,15). Sum of RGB (Red+Green+Blue) = 234+241+15=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF10F is #150EF0. Grayscale: #D6D6D6. Windows color (decimal): -1380081 or 1044970. OLE color: 1044970.
HSL color Cylindrical-coordinate representation of color #EAF10F: hue angle of 61.86º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAF10F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.05 |
| HSL | 61.86º | 0.89% | 0.5% | - |
| HSV(B) | 61.86º | 0.94% | 0.95% | - |
| XYZ | 65.47 | 80.44 | 12.53 | - |
| YUV | 213.14 | 16.18 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 15 | 0.03 | 0 | 0.94 | 0.05 | 61.86 | 0.89 | 0.5 |
| Hex | EA | F1 | F | 3 | 0 | 5E | 5 | 3E | 59 | 32 |
| Octal | 352 | 361 | 17 | 3 | 0 | 136 | 5 | 76 | 131 | 62 |
| Binary | 11101010 | 11110001 | 1111 | 11 | 0 | 1011110 | 101 | 111110 | 1011001 | 110010 |
Color Harmonies of #EAF10F
Complementary color
Monochromatic Colors of #EAF10F
Black with #EAF10F
Text Example
Text Example
White with #EAF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF10F; }
p { color: rgb(234,241,15); }
H1.HeaderClassName
{
color: #EAF10F;
}
.AnyTagClassName
{
color: #EAF10F;
}
</style>
background-color css
<style>
a { background-color: #EAF10F; }
a { background-color: rgb(234,241,15); }
div.DivClassName
{
background-color: #EAF10F;
}
.BgClassName
{
background-color: #EAF10F;
}
</style>
border-color css
<style>
span { border-color: #EAF10F; }
span { border-color: rgb(234,241,15); }
td.TdClassName
{
border-color: #EAF10F;
}
.TagClassName
{
border-color: #EAF10F;
}
</style>