Shades of Lemon #EAEA0A
Tints of Lemon #EAEA0A
RGB
CMYK
RGB Variations
Color information
#EAEA0A (or 0xEAEA0A) is known color: Lemon. HEX triplet: EA, EA and 0A. RGB value is (234,234,10). Sum of RGB (Red+Green+Blue) = 234+234+10=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA0A is #1515F5. Grayscale: #D1D1D1. Windows color (decimal): -1381878 or 715498. OLE color: 715498.
HSL color Cylindrical-coordinate representation of color #EAEA0A: hue angle of 60º 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 #EAEA0A is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 10 | - |
| CMYK | 0 | 0 | 0.96 | 0.08 |
| HSL | 60º | 0.92% | 0.48% | - |
| HSV(B) | 60º | 0.96% | 0.92% | - |
| XYZ | 63.41 | 76.36 | 11.68 | - |
| YUV | 208.46 | 16 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 10 | 0 | 0 | 0.96 | 0.08 | 60 | 0.92 | 0.48 |
| Hex | EA | EA | A | 0 | 0 | 60 | 8 | 3C | 5C | 30 |
| Octal | 352 | 352 | 12 | 0 | 0 | 140 | 10 | 74 | 134 | 60 |
| Binary | 11101010 | 11101010 | 1010 | 0 | 0 | 1100000 | 1000 | 111100 | 1011100 | 110000 |
Color Harmonies of #EAEA0A
Complementary color
Monochromatic Colors of #EAEA0A
Black with #EAEA0A
Text Example
Text Example
White with #EAEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA0A; }
p { color: rgb(234,234,10); }
H1.HeaderClassName
{
color: #EAEA0A;
}
.AnyTagClassName
{
color: #EAEA0A;
}
</style>
background-color css
<style>
a { background-color: #EAEA0A; }
a { background-color: rgb(234,234,10); }
div.DivClassName
{
background-color: #EAEA0A;
}
.BgClassName
{
background-color: #EAEA0A;
}
</style>
border-color css
<style>
span { border-color: #EAEA0A; }
span { border-color: rgb(234,234,10); }
td.TdClassName
{
border-color: #EAEA0A;
}
.TagClassName
{
border-color: #EAEA0A;
}
</style>