Shades of Lemon #EAE417
Tints of Lemon #EAE417
RGB
CMYK
RGB Variations
Color information
#EAE417 (or 0xEAE417) is known color: Lemon. HEX triplet: EA, E4 and 17. RGB value is (234,228,23). Sum of RGB (Red+Green+Blue) = 234+228+23=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE417 is #151BE8. Grayscale: #CFCFCF. Windows color (decimal): -1383401 or 1565930. OLE color: 1565930.
HSL color Cylindrical-coordinate representation of color #EAE417: hue angle of 58.29º 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 #EAE417 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.08 |
| HSL | 58.29º | 0.83% | 0.5% | - |
| HSV(B) | 58.29º | 0.9% | 0.92% | - |
| XYZ | 61.83 | 73.04 | 11.65 | - |
| YUV | 206.42 | 24.49 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 23 | 0 | 0.03 | 0.90 | 0.08 | 58.29 | 0.83 | 0.5 |
| Hex | EA | E4 | 17 | 0 | 3 | 5A | 8 | 3A | 53 | 32 |
| Octal | 352 | 344 | 27 | 0 | 3 | 132 | 10 | 72 | 123 | 62 |
| Binary | 11101010 | 11100100 | 10111 | 0 | 11 | 1011010 | 1000 | 111010 | 1010011 | 110010 |
Color Harmonies of #EAE417
Complementary color
Monochromatic Colors of #EAE417
Black with #EAE417
Text Example
Text Example
White with #EAE417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE417; }
p { color: rgb(234,228,23); }
H1.HeaderClassName
{
color: #EAE417;
}
.AnyTagClassName
{
color: #EAE417;
}
</style>
background-color css
<style>
a { background-color: #EAE417; }
a { background-color: rgb(234,228,23); }
div.DivClassName
{
background-color: #EAE417;
}
.BgClassName
{
background-color: #EAE417;
}
</style>
border-color css
<style>
span { border-color: #EAE417; }
span { border-color: rgb(234,228,23); }
td.TdClassName
{
border-color: #EAE417;
}
.TagClassName
{
border-color: #EAE417;
}
</style>