Shades of Lemon #EAEA14
Tints of Lemon #EAEA14
RGB
CMYK
RGB Variations
Color information
#EAEA14 (or 0xEAEA14) is known color: Lemon. HEX triplet: EA, EA and 14. RGB value is (234,234,20). Sum of RGB (Red+Green+Blue) = 234+234+20=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA14 is #1515EB. Grayscale: #D2D2D2. Windows color (decimal): -1381868 or 1370858. OLE color: 1370858.
HSL color Cylindrical-coordinate representation of color #EAEA14: hue angle of 60º 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 #EAEA14 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 20 | - |
| CMYK | 0 | 0 | 0.91 | 0.08 |
| HSL | 60º | 0.84% | 0.5% | - |
| HSV(B) | 60º | 0.91% | 0.92% | - |
| XYZ | 63.48 | 76.39 | 12.06 | - |
| YUV | 209.6 | 21 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 20 | 0 | 0 | 0.91 | 0.08 | 60 | 0.84 | 0.5 |
| Hex | EA | EA | 14 | 0 | 0 | 5B | 8 | 3C | 54 | 32 |
| Octal | 352 | 352 | 24 | 0 | 0 | 133 | 10 | 74 | 124 | 62 |
| Binary | 11101010 | 11101010 | 10100 | 0 | 0 | 1011011 | 1000 | 111100 | 1010100 | 110010 |
Color Harmonies of #EAEA14
Complementary color
Monochromatic Colors of #EAEA14
Black with #EAEA14
Text Example
Text Example
White with #EAEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA14; }
p { color: rgb(234,234,20); }
H1.HeaderClassName
{
color: #EAEA14;
}
.AnyTagClassName
{
color: #EAEA14;
}
</style>
background-color css
<style>
a { background-color: #EAEA14; }
a { background-color: rgb(234,234,20); }
div.DivClassName
{
background-color: #EAEA14;
}
.BgClassName
{
background-color: #EAEA14;
}
</style>
border-color css
<style>
span { border-color: #EAEA14; }
span { border-color: rgb(234,234,20); }
td.TdClassName
{
border-color: #EAEA14;
}
.TagClassName
{
border-color: #EAEA14;
}
</style>