Shades of Lemon #EAF514
Tints of Lemon #EAF514
RGB
CMYK
RGB Variations
Color information
#EAF514 (or 0xEAF514) is known color: Lemon. HEX triplet: EA, F5 and 14. RGB value is (234,245,20). Sum of RGB (Red+Green+Blue) = 234+245+20=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 20 (8.20% from 255 or 4.01% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF514 is #150AEB. Grayscale: #D8D8D8. Windows color (decimal): -1379052 or 1373674. OLE color: 1373674.
HSL color Cylindrical-coordinate representation of color #EAF514: hue angle of 62.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAF514 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.04 |
| HSL | 62.93º | 0.92% | 0.52% | - |
| HSV(B) | 62.93º | 0.92% | 0.96% | - |
| XYZ | 66.71 | 82.85 | 13.14 | - |
| YUV | 216.06 | 17.36 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 20 | 0.04 | 0 | 0.92 | 0.04 | 62.93 | 0.92 | 0.52 |
| Hex | EA | F5 | 14 | 4 | 0 | 5C | 4 | 3F | 5C | 34 |
| Octal | 352 | 365 | 24 | 4 | 0 | 134 | 4 | 77 | 134 | 64 |
| Binary | 11101010 | 11110101 | 10100 | 100 | 0 | 1011100 | 100 | 111111 | 1011100 | 110100 |
Color Harmonies of #EAF514
Complementary color
Monochromatic Colors of #EAF514
Black with #EAF514
Text Example
Text Example
White with #EAF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF514; }
p { color: rgb(234,245,20); }
H1.HeaderClassName
{
color: #EAF514;
}
.AnyTagClassName
{
color: #EAF514;
}
</style>
background-color css
<style>
a { background-color: #EAF514; }
a { background-color: rgb(234,245,20); }
div.DivClassName
{
background-color: #EAF514;
}
.BgClassName
{
background-color: #EAF514;
}
</style>
border-color css
<style>
span { border-color: #EAF514; }
span { border-color: rgb(234,245,20); }
td.TdClassName
{
border-color: #EAF514;
}
.TagClassName
{
border-color: #EAF514;
}
</style>