Shades of Lemon #EADF0E
Tints of Lemon #EADF0E
RGB
CMYK
RGB Variations
Color information
#EADF0E (or 0xEADF0E) is known color: Lemon. HEX triplet: EA, DF and 0E. RGB value is (234,223,14). Sum of RGB (Red+Green+Blue) = 234+223+14=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF0E is #1520F1. Grayscale: #CBCBCB. Windows color (decimal): -1384690 or 974826. OLE color: 974826.
HSL color Cylindrical-coordinate representation of color #EADF0E: hue angle of 57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EADF0E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.08 |
| HSL | 57º | 0.89% | 0.49% | - |
| HSV(B) | 57º | 0.94% | 0.92% | - |
| XYZ | 60.4 | 70.3 | 10.8 | - |
| YUV | 202.46 | 21.64 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 14 | 0 | 0.05 | 0.94 | 0.08 | 57 | 0.89 | 0.49 |
| Hex | EA | DF | E | 0 | 5 | 5E | 8 | 39 | 59 | 31 |
| Octal | 352 | 337 | 16 | 0 | 5 | 136 | 10 | 71 | 131 | 61 |
| Binary | 11101010 | 11011111 | 1110 | 0 | 101 | 1011110 | 1000 | 111001 | 1011001 | 110001 |
Color Harmonies of #EADF0E
Complementary color
Monochromatic Colors of #EADF0E
Black with #EADF0E
Text Example
Text Example
White with #EADF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF0E; }
p { color: rgb(234,223,14); }
H1.HeaderClassName
{
color: #EADF0E;
}
.AnyTagClassName
{
color: #EADF0E;
}
</style>
background-color css
<style>
a { background-color: #EADF0E; }
a { background-color: rgb(234,223,14); }
div.DivClassName
{
background-color: #EADF0E;
}
.BgClassName
{
background-color: #EADF0E;
}
</style>
border-color css
<style>
span { border-color: #EADF0E; }
span { border-color: rgb(234,223,14); }
td.TdClassName
{
border-color: #EADF0E;
}
.TagClassName
{
border-color: #EADF0E;
}
</style>