Shades of Lemon #EAF21D
Tints of Lemon #EAF21D
RGB
CMYK
RGB Variations
Color information
#EAF21D (or 0xEAF21D) is known color: Lemon. HEX triplet: EA, F2 and 1D. RGB value is (234,242,29). Sum of RGB (Red+Green+Blue) = 234+242+29=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 29 (11.72% from 255 or 5.74% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF21D is #150DE2. Grayscale: #D8D8D8. Windows color (decimal): -1379811 or 1962730. OLE color: 1962730.
HSL color Cylindrical-coordinate representation of color #EAF21D: hue angle of 62.25º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAF21D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 29 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.05 |
| HSL | 62.25º | 0.89% | 0.53% | - |
| HSV(B) | 62.25º | 0.88% | 0.95% | - |
| XYZ | 65.91 | 81.09 | 13.34 | - |
| YUV | 215.33 | 22.85 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 29 | 0.03 | 0 | 0.88 | 0.05 | 62.25 | 0.89 | 0.53 |
| Hex | EA | F2 | 1D | 3 | 0 | 58 | 5 | 3E | 59 | 35 |
| Octal | 352 | 362 | 35 | 3 | 0 | 130 | 5 | 76 | 131 | 65 |
| Binary | 11101010 | 11110010 | 11101 | 11 | 0 | 1011000 | 101 | 111110 | 1011001 | 110101 |
Color Harmonies of #EAF21D
Complementary color
Monochromatic Colors of #EAF21D
Black with #EAF21D
Text Example
Text Example
White with #EAF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF21D; }
p { color: rgb(234,242,29); }
H1.HeaderClassName
{
color: #EAF21D;
}
.AnyTagClassName
{
color: #EAF21D;
}
</style>
background-color css
<style>
a { background-color: #EAF21D; }
a { background-color: rgb(234,242,29); }
div.DivClassName
{
background-color: #EAF21D;
}
.BgClassName
{
background-color: #EAF21D;
}
</style>
border-color css
<style>
span { border-color: #EAF21D; }
span { border-color: rgb(234,242,29); }
td.TdClassName
{
border-color: #EAF21D;
}
.TagClassName
{
border-color: #EAF21D;
}
</style>