Shades of Lemon #EAE50D
Tints of Lemon #EAE50D
RGB
CMYK
RGB Variations
Color information
#EAE50D (or 0xEAE50D) is known color: Lemon. HEX triplet: EA, E5 and 0D. RGB value is (234,229,13). Sum of RGB (Red+Green+Blue) = 234+229+13=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE50D is #151AF2. Grayscale: #CECECE. Windows color (decimal): -1383155 or 910826. OLE color: 910826.
HSL color Cylindrical-coordinate representation of color #EAE50D: hue angle of 58.64º 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 #EAE50D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.08 |
| HSL | 58.64º | 0.89% | 0.48% | - |
| HSV(B) | 58.64º | 0.94% | 0.92% | - |
| XYZ | 62.02 | 73.56 | 11.31 | - |
| YUV | 205.87 | 19.16 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 13 | 0 | 0.02 | 0.94 | 0.08 | 58.64 | 0.89 | 0.48 |
| Hex | EA | E5 | D | 0 | 2 | 5E | 8 | 3B | 59 | 30 |
| Octal | 352 | 345 | 15 | 0 | 2 | 136 | 10 | 73 | 131 | 60 |
| Binary | 11101010 | 11100101 | 1101 | 0 | 10 | 1011110 | 1000 | 111011 | 1011001 | 110000 |
Color Harmonies of #EAE50D
Complementary color
Monochromatic Colors of #EAE50D
Black with #EAE50D
Text Example
Text Example
White with #EAE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE50D; }
p { color: rgb(234,229,13); }
H1.HeaderClassName
{
color: #EAE50D;
}
.AnyTagClassName
{
color: #EAE50D;
}
</style>
background-color css
<style>
a { background-color: #EAE50D; }
a { background-color: rgb(234,229,13); }
div.DivClassName
{
background-color: #EAE50D;
}
.BgClassName
{
background-color: #EAE50D;
}
</style>
border-color css
<style>
span { border-color: #EAE50D; }
span { border-color: rgb(234,229,13); }
td.TdClassName
{
border-color: #EAE50D;
}
.TagClassName
{
border-color: #EAE50D;
}
</style>