Shades of Lemon #EADE17
Tints of Lemon #EADE17
RGB
CMYK
RGB Variations
Color information
#EADE17 (or 0xEADE17) is known color: Lemon. HEX triplet: EA, DE and 17. RGB value is (234,222,23). Sum of RGB (Red+Green+Blue) = 234+222+23=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE17 is #1521E8. Grayscale: #CBCBCB. Windows color (decimal): -1384937 or 1564394. OLE color: 1564394.
HSL color Cylindrical-coordinate representation of color #EADE17: hue angle of 56.59º 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 #EADE17 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.08 |
| HSL | 56.59º | 0.83% | 0.5% | - |
| HSV(B) | 56.59º | 0.9% | 0.92% | - |
| XYZ | 60.21 | 69.8 | 11.11 | - |
| YUV | 202.9 | 26.48 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 23 | 0 | 0.05 | 0.90 | 0.08 | 56.59 | 0.83 | 0.5 |
| Hex | EA | DE | 17 | 0 | 5 | 5A | 8 | 39 | 53 | 32 |
| Octal | 352 | 336 | 27 | 0 | 5 | 132 | 10 | 71 | 123 | 62 |
| Binary | 11101010 | 11011110 | 10111 | 0 | 101 | 1011010 | 1000 | 111001 | 1010011 | 110010 |
Color Harmonies of #EADE17
Complementary color
Monochromatic Colors of #EADE17
Black with #EADE17
Text Example
Text Example
White with #EADE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE17; }
p { color: rgb(234,222,23); }
H1.HeaderClassName
{
color: #EADE17;
}
.AnyTagClassName
{
color: #EADE17;
}
</style>
background-color css
<style>
a { background-color: #EADE17; }
a { background-color: rgb(234,222,23); }
div.DivClassName
{
background-color: #EADE17;
}
.BgClassName
{
background-color: #EADE17;
}
</style>
border-color css
<style>
span { border-color: #EADE17; }
span { border-color: rgb(234,222,23); }
td.TdClassName
{
border-color: #EADE17;
}
.TagClassName
{
border-color: #EADE17;
}
</style>