Shades of Lemon #EAE913
Tints of Lemon #EAE913
RGB
CMYK
RGB Variations
Color information
#EAE913 (or 0xEAE913) is known color: Lemon. HEX triplet: EA, E9 and 13. RGB value is (234,233,19). Sum of RGB (Red+Green+Blue) = 234+233+19=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE913 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE913 is #1516EC. Grayscale: #D1D1D1. Windows color (decimal): -1382125 or 1305066. OLE color: 1305066.
HSL color Cylindrical-coordinate representation of color #EAE913: hue angle of 59.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAE913 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 19 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.08 |
| HSL | 59.72º | 0.85% | 0.5% | - |
| HSV(B) | 59.72º | 0.92% | 0.92% | - |
| XYZ | 63.19 | 75.82 | 11.92 | - |
| YUV | 208.9 | 20.83 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 19 | 0 | 0.00 | 0.92 | 0.08 | 59.72 | 0.85 | 0.5 |
| Hex | EA | E9 | 13 | 0 | 0 | 5C | 8 | 3C | 55 | 32 |
| Octal | 352 | 351 | 23 | 0 | 0 | 134 | 10 | 74 | 125 | 62 |
| Binary | 11101010 | 11101001 | 10011 | 0 | 0 | 1011100 | 1000 | 111100 | 1010101 | 110010 |
Color Harmonies of #EAE913
Complementary color
Monochromatic Colors of #EAE913
Black with #EAE913
Text Example
Text Example
White with #EAE913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE913; }
p { color: rgb(234,233,19); }
H1.HeaderClassName
{
color: #EAE913;
}
.AnyTagClassName
{
color: #EAE913;
}
</style>
background-color css
<style>
a { background-color: #EAE913; }
a { background-color: rgb(234,233,19); }
div.DivClassName
{
background-color: #EAE913;
}
.BgClassName
{
background-color: #EAE913;
}
</style>
border-color css
<style>
span { border-color: #EAE913; }
span { border-color: rgb(234,233,19); }
td.TdClassName
{
border-color: #EAE913;
}
.TagClassName
{
border-color: #EAE913;
}
</style>