Shades of Lemon #EADF16
Tints of Lemon #EADF16
RGB
CMYK
RGB Variations
Color information
#EADF16 (or 0xEADF16) is known color: Lemon. HEX triplet: EA, DF and 16. RGB value is (234,223,22). Sum of RGB (Red+Green+Blue) = 234+223+22=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF16 is #1520E9. Grayscale: #CCCCCC. Windows color (decimal): -1384682 or 1499114. OLE color: 1499114.
HSL color Cylindrical-coordinate representation of color #EADF16: hue angle of 56.89º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EADF16 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.08 |
| HSL | 56.89º | 0.83% | 0.5% | - |
| HSV(B) | 56.89º | 0.91% | 0.92% | - |
| XYZ | 60.46 | 70.33 | 11.15 | - |
| YUV | 203.38 | 25.64 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 22 | 0 | 0.05 | 0.91 | 0.08 | 56.89 | 0.83 | 0.5 |
| Hex | EA | DF | 16 | 0 | 5 | 5B | 8 | 39 | 53 | 32 |
| Octal | 352 | 337 | 26 | 0 | 5 | 133 | 10 | 71 | 123 | 62 |
| Binary | 11101010 | 11011111 | 10110 | 0 | 101 | 1011011 | 1000 | 111001 | 1010011 | 110010 |
Color Harmonies of #EADF16
Complementary color
Monochromatic Colors of #EADF16
Black with #EADF16
Text Example
Text Example
White with #EADF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF16; }
p { color: rgb(234,223,22); }
H1.HeaderClassName
{
color: #EADF16;
}
.AnyTagClassName
{
color: #EADF16;
}
</style>
background-color css
<style>
a { background-color: #EADF16; }
a { background-color: rgb(234,223,22); }
div.DivClassName
{
background-color: #EADF16;
}
.BgClassName
{
background-color: #EADF16;
}
</style>
border-color css
<style>
span { border-color: #EADF16; }
span { border-color: rgb(234,223,22); }
td.TdClassName
{
border-color: #EADF16;
}
.TagClassName
{
border-color: #EADF16;
}
</style>