Shades of Lemon #EADF11
Tints of Lemon #EADF11
RGB
CMYK
RGB Variations
Color information
#EADF11 (or 0xEADF11) is known color: Lemon. HEX triplet: EA, DF and 11. RGB value is (234,223,17). Sum of RGB (Red+Green+Blue) = 234+223+17=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 17 (7.03% from 255 or 3.59% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF11 is #1520EE. Grayscale: #CBCBCB. Windows color (decimal): -1384687 or 1171434. OLE color: 1171434.
HSL color Cylindrical-coordinate representation of color #EADF11: hue angle of 56.96º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EADF11 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.08 |
| HSL | 56.96º | 0.86% | 0.49% | - |
| HSV(B) | 56.96º | 0.93% | 0.92% | - |
| XYZ | 60.42 | 70.31 | 10.92 | - |
| YUV | 202.81 | 23.14 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 17 | 0 | 0.05 | 0.93 | 0.08 | 56.96 | 0.86 | 0.49 |
| Hex | EA | DF | 11 | 0 | 5 | 5D | 8 | 39 | 56 | 31 |
| Octal | 352 | 337 | 21 | 0 | 5 | 135 | 10 | 71 | 126 | 61 |
| Binary | 11101010 | 11011111 | 10001 | 0 | 101 | 1011101 | 1000 | 111001 | 1010110 | 110001 |
Color Harmonies of #EADF11
Complementary color
Monochromatic Colors of #EADF11
Black with #EADF11
Text Example
Text Example
White with #EADF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF11; }
p { color: rgb(234,223,17); }
H1.HeaderClassName
{
color: #EADF11;
}
.AnyTagClassName
{
color: #EADF11;
}
</style>
background-color css
<style>
a { background-color: #EADF11; }
a { background-color: rgb(234,223,17); }
div.DivClassName
{
background-color: #EADF11;
}
.BgClassName
{
background-color: #EADF11;
}
</style>
border-color css
<style>
span { border-color: #EADF11; }
span { border-color: rgb(234,223,17); }
td.TdClassName
{
border-color: #EADF11;
}
.TagClassName
{
border-color: #EADF11;
}
</style>