Shades of Lemon #EAE90A
Tints of Lemon #EAE90A
RGB
CMYK
RGB Variations
Color information
#EAE90A (or 0xEAE90A) is known color: Lemon. HEX triplet: EA, E9 and 0A. RGB value is (234,233,10). Sum of RGB (Red+Green+Blue) = 234+233+10=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE90A is #1516F5. Grayscale: #D0D0D0. Windows color (decimal): -1382134 or 715242. OLE color: 715242.
HSL color Cylindrical-coordinate representation of color #EAE90A: hue angle of 59.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAE90A is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 10 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.08 |
| HSL | 59.73º | 0.92% | 0.48% | - |
| HSV(B) | 59.73º | 0.96% | 0.92% | - |
| XYZ | 63.13 | 75.79 | 11.59 | - |
| YUV | 207.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 10 | 0 | 0.00 | 0.96 | 0.08 | 59.73 | 0.92 | 0.48 |
| Hex | EA | E9 | A | 0 | 0 | 60 | 8 | 3C | 5C | 30 |
| Octal | 352 | 351 | 12 | 0 | 0 | 140 | 10 | 74 | 134 | 60 |
| Binary | 11101010 | 11101001 | 1010 | 0 | 0 | 1100000 | 1000 | 111100 | 1011100 | 110000 |
Color Harmonies of #EAE90A
Complementary color
Monochromatic Colors of #EAE90A
Black with #EAE90A
Text Example
Text Example
White with #EAE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE90A; }
p { color: rgb(234,233,10); }
H1.HeaderClassName
{
color: #EAE90A;
}
.AnyTagClassName
{
color: #EAE90A;
}
</style>
background-color css
<style>
a { background-color: #EAE90A; }
a { background-color: rgb(234,233,10); }
div.DivClassName
{
background-color: #EAE90A;
}
.BgClassName
{
background-color: #EAE90A;
}
</style>
border-color css
<style>
span { border-color: #EAE90A; }
span { border-color: rgb(234,233,10); }
td.TdClassName
{
border-color: #EAE90A;
}
.TagClassName
{
border-color: #EAE90A;
}
</style>