Shades of Lemon #EAE314
Tints of Lemon #EAE314
RGB
CMYK
RGB Variations
Color information
#EAE314 (or 0xEAE314) is known color: Lemon. HEX triplet: EA, E3 and 14. RGB value is (234,227,20). Sum of RGB (Red+Green+Blue) = 234+227+20=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE314 is #151CEB. Grayscale: #CECECE. Windows color (decimal): -1383660 or 1369066. OLE color: 1369066.
HSL color Cylindrical-coordinate representation of color #EAE314: hue angle of 58.04º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAE314 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.08 |
| HSL | 58.04º | 0.84% | 0.5% | - |
| HSV(B) | 58.04º | 0.91% | 0.92% | - |
| XYZ | 61.53 | 72.48 | 11.41 | - |
| YUV | 205.5 | 23.32 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 20 | 0 | 0.03 | 0.91 | 0.08 | 58.04 | 0.84 | 0.5 |
| Hex | EA | E3 | 14 | 0 | 3 | 5B | 8 | 3A | 54 | 32 |
| Octal | 352 | 343 | 24 | 0 | 3 | 133 | 10 | 72 | 124 | 62 |
| Binary | 11101010 | 11100011 | 10100 | 0 | 11 | 1011011 | 1000 | 111010 | 1010100 | 110010 |
Color Harmonies of #EAE314
Complementary color
Monochromatic Colors of #EAE314
Black with #EAE314
Text Example
Text Example
White with #EAE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE314; }
p { color: rgb(234,227,20); }
H1.HeaderClassName
{
color: #EAE314;
}
.AnyTagClassName
{
color: #EAE314;
}
</style>
background-color css
<style>
a { background-color: #EAE314; }
a { background-color: rgb(234,227,20); }
div.DivClassName
{
background-color: #EAE314;
}
.BgClassName
{
background-color: #EAE314;
}
</style>
border-color css
<style>
span { border-color: #EAE314; }
span { border-color: rgb(234,227,20); }
td.TdClassName
{
border-color: #EAE314;
}
.TagClassName
{
border-color: #EAE314;
}
</style>