Shades of Lemon #EAF213
Tints of Lemon #EAF213
RGB
CMYK
RGB Variations
Color information
#EAF213 (or 0xEAF213) is known color: Lemon. HEX triplet: EA, F2 and 13. RGB value is (234,242,19). Sum of RGB (Red+Green+Blue) = 234+242+19=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 19 (7.81% from 255 or 3.84% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF213 is #150DEC. Grayscale: #D7D7D7. Windows color (decimal): -1379821 or 1307370. OLE color: 1307370.
HSL color Cylindrical-coordinate representation of color #EAF213: hue angle of 62.15º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAF213 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.05 |
| HSL | 62.15º | 0.9% | 0.51% | - |
| HSV(B) | 62.15º | 0.92% | 0.95% | - |
| XYZ | 65.8 | 81.04 | 12.79 | - |
| YUV | 214.19 | 17.85 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 19 | 0.03 | 0 | 0.92 | 0.05 | 62.15 | 0.9 | 0.51 |
| Hex | EA | F2 | 13 | 3 | 0 | 5C | 5 | 3E | 5A | 33 |
| Octal | 352 | 362 | 23 | 3 | 0 | 134 | 5 | 76 | 132 | 63 |
| Binary | 11101010 | 11110010 | 10011 | 11 | 0 | 1011100 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #EAF213
Complementary color
Monochromatic Colors of #EAF213
Black with #EAF213
Text Example
Text Example
White with #EAF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF213; }
p { color: rgb(234,242,19); }
H1.HeaderClassName
{
color: #EAF213;
}
.AnyTagClassName
{
color: #EAF213;
}
</style>
background-color css
<style>
a { background-color: #EAF213; }
a { background-color: rgb(234,242,19); }
div.DivClassName
{
background-color: #EAF213;
}
.BgClassName
{
background-color: #EAF213;
}
</style>
border-color css
<style>
span { border-color: #EAF213; }
span { border-color: rgb(234,242,19); }
td.TdClassName
{
border-color: #EAF213;
}
.TagClassName
{
border-color: #EAF213;
}
</style>