Shades of Lemon #EAE912
Tints of Lemon #EAE912
RGB
CMYK
RGB Variations
Color information
#EAE912 (or 0xEAE912) is known color: Lemon. HEX triplet: EA, E9 and 12. RGB value is (234,233,18). Sum of RGB (Red+Green+Blue) = 234+233+18=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE912 is #1516ED. Grayscale: #D1D1D1. Windows color (decimal): -1382126 or 1239530. OLE color: 1239530.
HSL color Cylindrical-coordinate representation of color #EAE912: hue angle of 59.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAE912 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 18 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.08 |
| HSL | 59.72º | 0.86% | 0.49% | - |
| HSV(B) | 59.72º | 0.92% | 0.92% | - |
| XYZ | 63.18 | 75.81 | 11.88 | - |
| YUV | 208.79 | 20.33 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 18 | 0 | 0.00 | 0.92 | 0.08 | 59.72 | 0.86 | 0.49 |
| Hex | EA | E9 | 12 | 0 | 0 | 5C | 8 | 3C | 56 | 31 |
| Octal | 352 | 351 | 22 | 0 | 0 | 134 | 10 | 74 | 126 | 61 |
| Binary | 11101010 | 11101001 | 10010 | 0 | 0 | 1011100 | 1000 | 111100 | 1010110 | 110001 |
Color Harmonies of #EAE912
Complementary color
Monochromatic Colors of #EAE912
Black with #EAE912
Text Example
Text Example
White with #EAE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE912; }
p { color: rgb(234,233,18); }
H1.HeaderClassName
{
color: #EAE912;
}
.AnyTagClassName
{
color: #EAE912;
}
</style>
background-color css
<style>
a { background-color: #EAE912; }
a { background-color: rgb(234,233,18); }
div.DivClassName
{
background-color: #EAE912;
}
.BgClassName
{
background-color: #EAE912;
}
</style>
border-color css
<style>
span { border-color: #EAE912; }
span { border-color: rgb(234,233,18); }
td.TdClassName
{
border-color: #EAE912;
}
.TagClassName
{
border-color: #EAE912;
}
</style>