Shades of Lemon #EAE814
Tints of Lemon #EAE814
RGB
CMYK
RGB Variations
Color information
#EAE814 (or 0xEAE814) is known color: Lemon. HEX triplet: EA, E8 and 14. RGB value is (234,232,20). Sum of RGB (Red+Green+Blue) = 234+232+20=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE814 is #1517EB. Grayscale: #D1D1D1. Windows color (decimal): -1382380 or 1370346. OLE color: 1370346.
HSL color Cylindrical-coordinate representation of color #EAE814: hue angle of 59.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAE814 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.08 |
| HSL | 59.44º | 0.84% | 0.5% | - |
| HSV(B) | 59.44º | 0.91% | 0.92% | - |
| XYZ | 62.91 | 75.26 | 11.87 | - |
| YUV | 208.43 | 21.66 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 20 | 0 | 0.01 | 0.91 | 0.08 | 59.44 | 0.84 | 0.5 |
| Hex | EA | E8 | 14 | 0 | 1 | 5B | 8 | 3B | 54 | 32 |
| Octal | 352 | 350 | 24 | 0 | 1 | 133 | 10 | 73 | 124 | 62 |
| Binary | 11101010 | 11101000 | 10100 | 0 | 1 | 1011011 | 1000 | 111011 | 1010100 | 110010 |
Color Harmonies of #EAE814
Complementary color
Monochromatic Colors of #EAE814
Black with #EAE814
Text Example
Text Example
White with #EAE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE814; }
p { color: rgb(234,232,20); }
H1.HeaderClassName
{
color: #EAE814;
}
.AnyTagClassName
{
color: #EAE814;
}
</style>
background-color css
<style>
a { background-color: #EAE814; }
a { background-color: rgb(234,232,20); }
div.DivClassName
{
background-color: #EAE814;
}
.BgClassName
{
background-color: #EAE814;
}
</style>
border-color css
<style>
span { border-color: #EAE814; }
span { border-color: rgb(234,232,20); }
td.TdClassName
{
border-color: #EAE814;
}
.TagClassName
{
border-color: #EAE814;
}
</style>