Shades of Lemon #EAE916
Tints of Lemon #EAE916
RGB
CMYK
RGB Variations
Color information
#EAE916 (or 0xEAE916) is known color: Lemon. HEX triplet: EA, E9 and 16. RGB value is (234,233,22). Sum of RGB (Red+Green+Blue) = 234+233+22=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 22 (8.98% from 255 or 4.50% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE916 is #1516E9. Grayscale: #D2D2D2. Windows color (decimal): -1382122 or 1501674. OLE color: 1501674.
HSL color Cylindrical-coordinate representation of color #EAE916: hue angle of 59.72º degrees, saturation: 0.83, 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 #EAE916 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 22 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.08 |
| HSL | 59.72º | 0.83% | 0.5% | - |
| HSV(B) | 59.72º | 0.91% | 0.92% | - |
| XYZ | 63.22 | 75.83 | 12.06 | - |
| YUV | 209.25 | 22.33 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 22 | 0 | 0.00 | 0.91 | 0.08 | 59.72 | 0.83 | 0.5 |
| Hex | EA | E9 | 16 | 0 | 0 | 5B | 8 | 3C | 53 | 32 |
| Octal | 352 | 351 | 26 | 0 | 0 | 133 | 10 | 74 | 123 | 62 |
| Binary | 11101010 | 11101001 | 10110 | 0 | 0 | 1011011 | 1000 | 111100 | 1010011 | 110010 |
Color Harmonies of #EAE916
Complementary color
Monochromatic Colors of #EAE916
Black with #EAE916
Text Example
Text Example
White with #EAE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE916; }
p { color: rgb(234,233,22); }
H1.HeaderClassName
{
color: #EAE916;
}
.AnyTagClassName
{
color: #EAE916;
}
</style>
background-color css
<style>
a { background-color: #EAE916; }
a { background-color: rgb(234,233,22); }
div.DivClassName
{
background-color: #EAE916;
}
.BgClassName
{
background-color: #EAE916;
}
</style>
border-color css
<style>
span { border-color: #EAE916; }
span { border-color: rgb(234,233,22); }
td.TdClassName
{
border-color: #EAE916;
}
.TagClassName
{
border-color: #EAE916;
}
</style>