Shades of Lemon #EAE90D
Tints of Lemon #EAE90D
RGB
CMYK
RGB Variations
Color information
#EAE90D (or 0xEAE90D) is known color: Lemon. HEX triplet: EA, E9 and 0D. RGB value is (234,233,13). Sum of RGB (Red+Green+Blue) = 234+233+13=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE90D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE90D is #1516F2. Grayscale: #D1D1D1. Windows color (decimal): -1382131 or 911850. OLE color: 911850.
HSL color Cylindrical-coordinate representation of color #EAE90D: hue angle of 59.73º 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 #EAE90D is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 13 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.08 |
| HSL | 59.73º | 0.89% | 0.48% | - |
| HSV(B) | 59.73º | 0.94% | 0.92% | - |
| XYZ | 63.14 | 75.8 | 11.68 | - |
| YUV | 208.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 13 | 0 | 0.00 | 0.94 | 0.08 | 59.73 | 0.89 | 0.48 |
| Hex | EA | E9 | D | 0 | 0 | 5E | 8 | 3C | 59 | 30 |
| Octal | 352 | 351 | 15 | 0 | 0 | 136 | 10 | 74 | 131 | 60 |
| Binary | 11101010 | 11101001 | 1101 | 0 | 0 | 1011110 | 1000 | 111100 | 1011001 | 110000 |
Color Harmonies of #EAE90D
Complementary color
Monochromatic Colors of #EAE90D
Black with #EAE90D
Text Example
Text Example
White with #EAE90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE90D; }
p { color: rgb(234,233,13); }
H1.HeaderClassName
{
color: #EAE90D;
}
.AnyTagClassName
{
color: #EAE90D;
}
</style>
background-color css
<style>
a { background-color: #EAE90D; }
a { background-color: rgb(234,233,13); }
div.DivClassName
{
background-color: #EAE90D;
}
.BgClassName
{
background-color: #EAE90D;
}
</style>
border-color css
<style>
span { border-color: #EAE90D; }
span { border-color: rgb(234,233,13); }
td.TdClassName
{
border-color: #EAE90D;
}
.TagClassName
{
border-color: #EAE90D;
}
</style>