Shades of Lemon #EAF71D
Tints of Lemon #EAF71D
RGB
CMYK
RGB Variations
Color information
#EAF71D (or 0xEAF71D) is known color: Lemon. HEX triplet: EA, F7 and 1D. RGB value is (234,247,29). Sum of RGB (Red+Green+Blue) = 234+247+29=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 29 (11.72% from 255 or 5.69% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF71D is #1508E2. Grayscale: #DBDBDB. Windows color (decimal): -1378531 or 1964010. OLE color: 1964010.
HSL color Cylindrical-coordinate representation of color #EAF71D: hue angle of 63.58º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAF71D is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 29 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.03 |
| HSL | 63.58º | 0.93% | 0.54% | - |
| HSV(B) | 63.58º | 0.88% | 0.97% | - |
| XYZ | 67.41 | 84.1 | 13.84 | - |
| YUV | 218.26 | 21.19 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 29 | 0.05 | 0 | 0.88 | 0.03 | 63.58 | 0.93 | 0.54 |
| Hex | EA | F7 | 1D | 5 | 0 | 58 | 3 | 40 | 5D | 36 |
| Octal | 352 | 367 | 35 | 5 | 0 | 130 | 3 | 100 | 135 | 66 |
| Binary | 11101010 | 11110111 | 11101 | 101 | 0 | 1011000 | 11 | 1000000 | 1011101 | 110110 |
Color Harmonies of #EAF71D
Complementary color
Monochromatic Colors of #EAF71D
Black with #EAF71D
Text Example
Text Example
White with #EAF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF71D; }
p { color: rgb(234,247,29); }
H1.HeaderClassName
{
color: #EAF71D;
}
.AnyTagClassName
{
color: #EAF71D;
}
</style>
background-color css
<style>
a { background-color: #EAF71D; }
a { background-color: rgb(234,247,29); }
div.DivClassName
{
background-color: #EAF71D;
}
.BgClassName
{
background-color: #EAF71D;
}
</style>
border-color css
<style>
span { border-color: #EAF71D; }
span { border-color: rgb(234,247,29); }
td.TdClassName
{
border-color: #EAF71D;
}
.TagClassName
{
border-color: #EAF71D;
}
</style>