Shades of Lemon #EAE50F
Tints of Lemon #EAE50F
RGB
CMYK
RGB Variations
Color information
#EAE50F (or 0xEAE50F) is known color: Lemon. HEX triplet: EA, E5 and 0F. RGB value is (234,229,15). Sum of RGB (Red+Green+Blue) = 234+229+15=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE50F is #151AF0. Grayscale: #CECECE. Windows color (decimal): -1383153 or 1041898. OLE color: 1041898.
HSL color Cylindrical-coordinate representation of color #EAE50F: hue angle of 58.63º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAE50F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 15 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.08 |
| HSL | 58.63º | 0.88% | 0.49% | - |
| HSV(B) | 58.63º | 0.94% | 0.92% | - |
| XYZ | 62.04 | 73.57 | 11.38 | - |
| YUV | 206.1 | 20.16 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 15 | 0 | 0.02 | 0.94 | 0.08 | 58.63 | 0.88 | 0.49 |
| Hex | EA | E5 | F | 0 | 2 | 5E | 8 | 3B | 58 | 31 |
| Octal | 352 | 345 | 17 | 0 | 2 | 136 | 10 | 73 | 130 | 61 |
| Binary | 11101010 | 11100101 | 1111 | 0 | 10 | 1011110 | 1000 | 111011 | 1011000 | 110001 |
Color Harmonies of #EAE50F
Complementary color
Monochromatic Colors of #EAE50F
Black with #EAE50F
Text Example
Text Example
White with #EAE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE50F; }
p { color: rgb(234,229,15); }
H1.HeaderClassName
{
color: #EAE50F;
}
.AnyTagClassName
{
color: #EAE50F;
}
</style>
background-color css
<style>
a { background-color: #EAE50F; }
a { background-color: rgb(234,229,15); }
div.DivClassName
{
background-color: #EAE50F;
}
.BgClassName
{
background-color: #EAE50F;
}
</style>
border-color css
<style>
span { border-color: #EAE50F; }
span { border-color: rgb(234,229,15); }
td.TdClassName
{
border-color: #EAE50F;
}
.TagClassName
{
border-color: #EAE50F;
}
</style>