Shades of Lemon #EAE516
Tints of Lemon #EAE516
RGB
CMYK
RGB Variations
Color information
#EAE516 (or 0xEAE516) is known color: Lemon. HEX triplet: EA, E5 and 16. RGB value is (234,229,22). Sum of RGB (Red+Green+Blue) = 234+229+22=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE516 is #151AE9. Grayscale: #CFCFCF. Windows color (decimal): -1383146 or 1500650. OLE color: 1500650.
HSL color Cylindrical-coordinate representation of color #EAE516: hue angle of 58.58º 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 #EAE516 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.08 |
| HSL | 58.58º | 0.83% | 0.5% | - |
| HSV(B) | 58.58º | 0.91% | 0.92% | - |
| XYZ | 62.1 | 73.59 | 11.69 | - |
| YUV | 206.9 | 23.66 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 22 | 0 | 0.02 | 0.91 | 0.08 | 58.58 | 0.83 | 0.5 |
| Hex | EA | E5 | 16 | 0 | 2 | 5B | 8 | 3B | 53 | 32 |
| Octal | 352 | 345 | 26 | 0 | 2 | 133 | 10 | 73 | 123 | 62 |
| Binary | 11101010 | 11100101 | 10110 | 0 | 10 | 1011011 | 1000 | 111011 | 1010011 | 110010 |
Color Harmonies of #EAE516
Complementary color
Monochromatic Colors of #EAE516
Black with #EAE516
Text Example
Text Example
White with #EAE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE516; }
p { color: rgb(234,229,22); }
H1.HeaderClassName
{
color: #EAE516;
}
.AnyTagClassName
{
color: #EAE516;
}
</style>
background-color css
<style>
a { background-color: #EAE516; }
a { background-color: rgb(234,229,22); }
div.DivClassName
{
background-color: #EAE516;
}
.BgClassName
{
background-color: #EAE516;
}
</style>
border-color css
<style>
span { border-color: #EAE516; }
span { border-color: rgb(234,229,22); }
td.TdClassName
{
border-color: #EAE516;
}
.TagClassName
{
border-color: #EAE516;
}
</style>