Shades of Lemon #EAF520
Tints of Lemon #EAF520
RGB
CMYK
RGB Variations
Color information
#EAF520 (or 0xEAF520) is known color: Lemon. HEX triplet: EA, F5 and 20. RGB value is (234,245,32). Sum of RGB (Red+Green+Blue) = 234+245+32=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 32 (12.89% from 255 or 6.26% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF520 is #150ADF. Grayscale: #DADADA. Windows color (decimal): -1379040 or 2160106. OLE color: 2160106.
HSL color Cylindrical-coordinate representation of color #EAF520: hue angle of 63.1º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAF520 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 32 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.04 |
| HSL | 63.1º | 0.91% | 0.54% | - |
| HSV(B) | 63.1º | 0.87% | 0.96% | - |
| XYZ | 66.84 | 82.9 | 13.85 | - |
| YUV | 217.43 | 23.36 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 32 | 0.04 | 0 | 0.87 | 0.04 | 63.1 | 0.91 | 0.54 |
| Hex | EA | F5 | 20 | 4 | 0 | 57 | 4 | 3F | 5B | 36 |
| Octal | 352 | 365 | 40 | 4 | 0 | 127 | 4 | 77 | 133 | 66 |
| Binary | 11101010 | 11110101 | 100000 | 100 | 0 | 1010111 | 100 | 111111 | 1011011 | 110110 |
Color Harmonies of #EAF520
Complementary color
Monochromatic Colors of #EAF520
Black with #EAF520
Text Example
Text Example
White with #EAF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF520; }
p { color: rgb(234,245,32); }
H1.HeaderClassName
{
color: #EAF520;
}
.AnyTagClassName
{
color: #EAF520;
}
</style>
background-color css
<style>
a { background-color: #EAF520; }
a { background-color: rgb(234,245,32); }
div.DivClassName
{
background-color: #EAF520;
}
.BgClassName
{
background-color: #EAF520;
}
</style>
border-color css
<style>
span { border-color: #EAF520; }
span { border-color: rgb(234,245,32); }
td.TdClassName
{
border-color: #EAF520;
}
.TagClassName
{
border-color: #EAF520;
}
</style>