Shades of Lemon #EAE908
Tints of Lemon #EAE908
RGB
CMYK
RGB Variations
Color information
#EAE908 (or 0xEAE908) is known color: Lemon. HEX triplet: EA, E9 and 08. RGB value is (234,233,8). Sum of RGB (Red+Green+Blue) = 234+233+8=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 8 (3.52% from 255 or 1.68% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE908 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE908 is #1516F7. Grayscale: #D0D0D0. Windows color (decimal): -1382136 or 584170. OLE color: 584170.
HSL color Cylindrical-coordinate representation of color #EAE908: hue angle of 59.73º 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 #EAE908 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 8 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.08 |
| HSL | 59.73º | 0.93% | 0.47% | - |
| HSV(B) | 59.73º | 0.97% | 0.92% | - |
| XYZ | 63.11 | 75.79 | 11.53 | - |
| YUV | 207.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 8 | 0 | 0.00 | 0.97 | 0.08 | 59.73 | 0.93 | 0.47 |
| Hex | EA | E9 | 8 | 0 | 0 | 61 | 8 | 3C | 5D | 2F |
| Octal | 352 | 351 | 10 | 0 | 0 | 141 | 10 | 74 | 135 | 57 |
| Binary | 11101010 | 11101001 | 1000 | 0 | 0 | 1100001 | 1000 | 111100 | 1011101 | 101111 |
Color Harmonies of #EAE908
Complementary color
Monochromatic Colors of #EAE908
Black with #EAE908
Text Example
Text Example
White with #EAE908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE908; }
p { color: rgb(234,233,8); }
H1.HeaderClassName
{
color: #EAE908;
}
.AnyTagClassName
{
color: #EAE908;
}
</style>
background-color css
<style>
a { background-color: #EAE908; }
a { background-color: rgb(234,233,8); }
div.DivClassName
{
background-color: #EAE908;
}
.BgClassName
{
background-color: #EAE908;
}
</style>
border-color css
<style>
span { border-color: #EAE908; }
span { border-color: rgb(234,233,8); }
td.TdClassName
{
border-color: #EAE908;
}
.TagClassName
{
border-color: #EAE908;
}
</style>