Shades of Lemon #EAE817
Tints of Lemon #EAE817
RGB
CMYK
RGB Variations
Color information
#EAE817 (or 0xEAE817) is known color: Lemon. HEX triplet: EA, E8 and 17. RGB value is (234,232,23). Sum of RGB (Red+Green+Blue) = 234+232+23=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 23 (9.38% from 255 or 4.70% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE817 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE817 is #1517E8. Grayscale: #D1D1D1. Windows color (decimal): -1382377 or 1566954. OLE color: 1566954.
HSL color Cylindrical-coordinate representation of color #EAE817: hue angle of 59.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAE817 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 23 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.08 |
| HSL | 59.43º | 0.83% | 0.5% | - |
| HSV(B) | 59.43º | 0.9% | 0.92% | - |
| XYZ | 62.94 | 75.27 | 12.02 | - |
| YUV | 208.77 | 23.16 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 23 | 0 | 0.01 | 0.90 | 0.08 | 59.43 | 0.83 | 0.5 |
| Hex | EA | E8 | 17 | 0 | 1 | 5A | 8 | 3B | 53 | 32 |
| Octal | 352 | 350 | 27 | 0 | 1 | 132 | 10 | 73 | 123 | 62 |
| Binary | 11101010 | 11101000 | 10111 | 0 | 1 | 1011010 | 1000 | 111011 | 1010011 | 110010 |
Color Harmonies of #EAE817
Complementary color
Monochromatic Colors of #EAE817
Black with #EAE817
Text Example
Text Example
White with #EAE817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE817; }
p { color: rgb(234,232,23); }
H1.HeaderClassName
{
color: #EAE817;
}
.AnyTagClassName
{
color: #EAE817;
}
</style>
background-color css
<style>
a { background-color: #EAE817; }
a { background-color: rgb(234,232,23); }
div.DivClassName
{
background-color: #EAE817;
}
.BgClassName
{
background-color: #EAE817;
}
</style>
border-color css
<style>
span { border-color: #EAE817; }
span { border-color: rgb(234,232,23); }
td.TdClassName
{
border-color: #EAE817;
}
.TagClassName
{
border-color: #EAE817;
}
</style>