Shades of Lemon #EADF17
Tints of Lemon #EADF17
RGB
CMYK
RGB Variations
Color information
#EADF17 (or 0xEADF17) is known color: Lemon. HEX triplet: EA, DF and 17. RGB value is (234,223,23). Sum of RGB (Red+Green+Blue) = 234+223+23=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF17 is #1520E8. Grayscale: #CCCCCC. Windows color (decimal): -1384681 or 1564650. OLE color: 1564650.
HSL color Cylindrical-coordinate representation of color #EADF17: hue angle of 56.87º 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 #EADF17 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.08 |
| HSL | 56.87º | 0.83% | 0.5% | - |
| HSV(B) | 56.87º | 0.9% | 0.92% | - |
| XYZ | 60.47 | 70.33 | 11.2 | - |
| YUV | 203.49 | 26.14 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 23 | 0 | 0.05 | 0.90 | 0.08 | 56.87 | 0.83 | 0.5 |
| Hex | EA | DF | 17 | 0 | 5 | 5A | 8 | 39 | 53 | 32 |
| Octal | 352 | 337 | 27 | 0 | 5 | 132 | 10 | 71 | 123 | 62 |
| Binary | 11101010 | 11011111 | 10111 | 0 | 101 | 1011010 | 1000 | 111001 | 1010011 | 110010 |
Color Harmonies of #EADF17
Complementary color
Monochromatic Colors of #EADF17
Black with #EADF17
Text Example
Text Example
White with #EADF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF17; }
p { color: rgb(234,223,23); }
H1.HeaderClassName
{
color: #EADF17;
}
.AnyTagClassName
{
color: #EADF17;
}
</style>
background-color css
<style>
a { background-color: #EADF17; }
a { background-color: rgb(234,223,23); }
div.DivClassName
{
background-color: #EADF17;
}
.BgClassName
{
background-color: #EADF17;
}
</style>
border-color css
<style>
span { border-color: #EADF17; }
span { border-color: rgb(234,223,23); }
td.TdClassName
{
border-color: #EADF17;
}
.TagClassName
{
border-color: #EADF17;
}
</style>