Shades of Lemon #EAE40A
Tints of Lemon #EAE40A
RGB
CMYK
RGB Variations
Color information
#EAE40A (or 0xEAE40A) is known color: Lemon. HEX triplet: EA, E4 and 0A. RGB value is (234,228,10). Sum of RGB (Red+Green+Blue) = 234+228+10=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE40A is #151BF5. Grayscale: #CDCDCD. Windows color (decimal): -1383414 or 713962. OLE color: 713962.
HSL color Cylindrical-coordinate representation of color #EAE40A: hue angle of 58.39º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAE40A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.08 |
| HSL | 58.39º | 0.92% | 0.48% | - |
| HSV(B) | 58.39º | 0.96% | 0.92% | - |
| XYZ | 61.73 | 73 | 11.12 | - |
| YUV | 204.94 | 17.99 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 10 | 0 | 0.03 | 0.96 | 0.08 | 58.39 | 0.92 | 0.48 |
| Hex | EA | E4 | A | 0 | 3 | 60 | 8 | 3A | 5C | 30 |
| Octal | 352 | 344 | 12 | 0 | 3 | 140 | 10 | 72 | 134 | 60 |
| Binary | 11101010 | 11100100 | 1010 | 0 | 11 | 1100000 | 1000 | 111010 | 1011100 | 110000 |
Color Harmonies of #EAE40A
Complementary color
Monochromatic Colors of #EAE40A
Black with #EAE40A
Text Example
Text Example
White with #EAE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE40A; }
p { color: rgb(234,228,10); }
H1.HeaderClassName
{
color: #EAE40A;
}
.AnyTagClassName
{
color: #EAE40A;
}
</style>
background-color css
<style>
a { background-color: #EAE40A; }
a { background-color: rgb(234,228,10); }
div.DivClassName
{
background-color: #EAE40A;
}
.BgClassName
{
background-color: #EAE40A;
}
</style>
border-color css
<style>
span { border-color: #EAE40A; }
span { border-color: rgb(234,228,10); }
td.TdClassName
{
border-color: #EAE40A;
}
.TagClassName
{
border-color: #EAE40A;
}
</style>