Shades of Lemon #EADE11
Tints of Lemon #EADE11
RGB
CMYK
RGB Variations
Color information
#EADE11 (or 0xEADE11) is known color: Lemon. HEX triplet: EA, DE and 11. RGB value is (234,222,17). Sum of RGB (Red+Green+Blue) = 234+222+17=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE11 is #1521EE. Grayscale: #CBCBCB. Windows color (decimal): -1384943 or 1171178. OLE color: 1171178.
HSL color Cylindrical-coordinate representation of color #EADE11: hue angle of 56.68º 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 #EADE11 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.08 |
| HSL | 56.68º | 0.86% | 0.49% | - |
| HSV(B) | 56.68º | 0.93% | 0.92% | - |
| XYZ | 60.15 | 69.78 | 10.83 | - |
| YUV | 202.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 17 | 0 | 0.05 | 0.93 | 0.08 | 56.68 | 0.86 | 0.49 |
| Hex | EA | DE | 11 | 0 | 5 | 5D | 8 | 39 | 56 | 31 |
| Octal | 352 | 336 | 21 | 0 | 5 | 135 | 10 | 71 | 126 | 61 |
| Binary | 11101010 | 11011110 | 10001 | 0 | 101 | 1011101 | 1000 | 111001 | 1010110 | 110001 |
Color Harmonies of #EADE11
Complementary color
Monochromatic Colors of #EADE11
Black with #EADE11
Text Example
Text Example
White with #EADE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE11; }
p { color: rgb(234,222,17); }
H1.HeaderClassName
{
color: #EADE11;
}
.AnyTagClassName
{
color: #EADE11;
}
</style>
background-color css
<style>
a { background-color: #EADE11; }
a { background-color: rgb(234,222,17); }
div.DivClassName
{
background-color: #EADE11;
}
.BgClassName
{
background-color: #EADE11;
}
</style>
border-color css
<style>
span { border-color: #EADE11; }
span { border-color: rgb(234,222,17); }
td.TdClassName
{
border-color: #EADE11;
}
.TagClassName
{
border-color: #EADE11;
}
</style>