Shades of Lemon #EAF617
Tints of Lemon #EAF617
RGB
CMYK
RGB Variations
Color information
#EAF617 (or 0xEAF617) is known color: Lemon. HEX triplet: EA, F6 and 17. RGB value is (234,246,23). Sum of RGB (Red+Green+Blue) = 234+246+23=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 23 (9.38% from 255 or 4.57% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF617 is #1509E8. Grayscale: #D9D9D9. Windows color (decimal): -1378793 or 1570538. OLE color: 1570538.
HSL color Cylindrical-coordinate representation of color #EAF617: hue angle of 63.23º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAF617 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 23 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.04 |
| HSL | 63.23º | 0.93% | 0.53% | - |
| HSV(B) | 63.23º | 0.91% | 0.96% | - |
| XYZ | 67.04 | 83.47 | 13.39 | - |
| YUV | 216.99 | 18.52 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 23 | 0.05 | 0 | 0.91 | 0.04 | 63.23 | 0.93 | 0.53 |
| Hex | EA | F6 | 17 | 5 | 0 | 5B | 4 | 3F | 5D | 35 |
| Octal | 352 | 366 | 27 | 5 | 0 | 133 | 4 | 77 | 135 | 65 |
| Binary | 11101010 | 11110110 | 10111 | 101 | 0 | 1011011 | 100 | 111111 | 1011101 | 110101 |
Color Harmonies of #EAF617
Complementary color
Monochromatic Colors of #EAF617
Black with #EAF617
Text Example
Text Example
White with #EAF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF617; }
p { color: rgb(234,246,23); }
H1.HeaderClassName
{
color: #EAF617;
}
.AnyTagClassName
{
color: #EAF617;
}
</style>
background-color css
<style>
a { background-color: #EAF617; }
a { background-color: rgb(234,246,23); }
div.DivClassName
{
background-color: #EAF617;
}
.BgClassName
{
background-color: #EAF617;
}
</style>
border-color css
<style>
span { border-color: #EAF617; }
span { border-color: rgb(234,246,23); }
td.TdClassName
{
border-color: #EAF617;
}
.TagClassName
{
border-color: #EAF617;
}
</style>