Shades of Lemon #EAEA0D
Tints of Lemon #EAEA0D
RGB
CMYK
RGB Variations
Color information
#EAEA0D (or 0xEAEA0D) is known color: Lemon. HEX triplet: EA, EA and 0D. RGB value is (234,234,13). Sum of RGB (Red+Green+Blue) = 234+234+13=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA0D is #1515F2. Grayscale: #D1D1D1. Windows color (decimal): -1381875 or 912106. OLE color: 912106.
HSL color Cylindrical-coordinate representation of color #EAEA0D: hue angle of 60º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAEA0D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 13 | - |
| CMYK | 0 | 0 | 0.94 | 0.08 |
| HSL | 60º | 0.89% | 0.48% | - |
| HSV(B) | 60º | 0.94% | 0.92% | - |
| XYZ | 63.43 | 76.37 | 11.78 | - |
| YUV | 208.81 | 17.5 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 13 | 0 | 0 | 0.94 | 0.08 | 60 | 0.89 | 0.48 |
| Hex | EA | EA | D | 0 | 0 | 5E | 8 | 3C | 59 | 30 |
| Octal | 352 | 352 | 15 | 0 | 0 | 136 | 10 | 74 | 131 | 60 |
| Binary | 11101010 | 11101010 | 1101 | 0 | 0 | 1011110 | 1000 | 111100 | 1011001 | 110000 |
Color Harmonies of #EAEA0D
Complementary color
Monochromatic Colors of #EAEA0D
Black with #EAEA0D
Text Example
Text Example
White with #EAEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA0D; }
p { color: rgb(234,234,13); }
H1.HeaderClassName
{
color: #EAEA0D;
}
.AnyTagClassName
{
color: #EAEA0D;
}
</style>
background-color css
<style>
a { background-color: #EAEA0D; }
a { background-color: rgb(234,234,13); }
div.DivClassName
{
background-color: #EAEA0D;
}
.BgClassName
{
background-color: #EAEA0D;
}
</style>
border-color css
<style>
span { border-color: #EAEA0D; }
span { border-color: rgb(234,234,13); }
td.TdClassName
{
border-color: #EAEA0D;
}
.TagClassName
{
border-color: #EAEA0D;
}
</style>