Shades of Lemon #EAEA08
Tints of Lemon #EAEA08
RGB
CMYK
RGB Variations
Color information
#EAEA08 (or 0xEAEA08) is known color: Lemon. HEX triplet: EA, EA and 08. RGB value is (234,234,8). Sum of RGB (Red+Green+Blue) = 234+234+8=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA08 is #1515F7. Grayscale: #D1D1D1. Windows color (decimal): -1381880 or 584426. OLE color: 584426.
HSL color Cylindrical-coordinate representation of color #EAEA08: hue angle of 60º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAEA08 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 8 | - |
| CMYK | 0 | 0 | 0.97 | 0.08 |
| HSL | 60º | 0.93% | 0.47% | - |
| HSV(B) | 60º | 0.97% | 0.92% | - |
| XYZ | 63.4 | 76.36 | 11.63 | - |
| YUV | 208.24 | 15 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 8 | 0 | 0 | 0.97 | 0.08 | 60 | 0.93 | 0.47 |
| Hex | EA | EA | 8 | 0 | 0 | 61 | 8 | 3C | 5D | 2F |
| Octal | 352 | 352 | 10 | 0 | 0 | 141 | 10 | 74 | 135 | 57 |
| Binary | 11101010 | 11101010 | 1000 | 0 | 0 | 1100001 | 1000 | 111100 | 1011101 | 101111 |
Color Harmonies of #EAEA08
Complementary color
Monochromatic Colors of #EAEA08
Black with #EAEA08
Text Example
Text Example
White with #EAEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA08; }
p { color: rgb(234,234,8); }
H1.HeaderClassName
{
color: #EAEA08;
}
.AnyTagClassName
{
color: #EAEA08;
}
</style>
background-color css
<style>
a { background-color: #EAEA08; }
a { background-color: rgb(234,234,8); }
div.DivClassName
{
background-color: #EAEA08;
}
.BgClassName
{
background-color: #EAEA08;
}
</style>
border-color css
<style>
span { border-color: #EAEA08; }
span { border-color: rgb(234,234,8); }
td.TdClassName
{
border-color: #EAEA08;
}
.TagClassName
{
border-color: #EAEA08;
}
</style>