Shades of Lemon #EADE14
Tints of Lemon #EADE14
RGB
CMYK
RGB Variations
Color information
#EADE14 (or 0xEADE14) is known color: Lemon. HEX triplet: EA, DE and 14. RGB value is (234,222,20). Sum of RGB (Red+Green+Blue) = 234+222+20=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE14 is #1521EB. Grayscale: #CBCBCB. Windows color (decimal): -1384940 or 1367786. OLE color: 1367786.
HSL color Cylindrical-coordinate representation of color #EADE14: hue angle of 56.64º degrees, saturation: 0.84, 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 #EADE14 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 20 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.08 |
| HSL | 56.64º | 0.84% | 0.5% | - |
| HSV(B) | 56.64º | 0.91% | 0.92% | - |
| XYZ | 60.18 | 69.79 | 10.96 | - |
| YUV | 202.56 | 24.98 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 20 | 0 | 0.05 | 0.91 | 0.08 | 56.64 | 0.84 | 0.5 |
| Hex | EA | DE | 14 | 0 | 5 | 5B | 8 | 39 | 54 | 32 |
| Octal | 352 | 336 | 24 | 0 | 5 | 133 | 10 | 71 | 124 | 62 |
| Binary | 11101010 | 11011110 | 10100 | 0 | 101 | 1011011 | 1000 | 111001 | 1010100 | 110010 |
Color Harmonies of #EADE14
Complementary color
Monochromatic Colors of #EADE14
Black with #EADE14
Text Example
Text Example
White with #EADE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE14; }
p { color: rgb(234,222,20); }
H1.HeaderClassName
{
color: #EADE14;
}
.AnyTagClassName
{
color: #EADE14;
}
</style>
background-color css
<style>
a { background-color: #EADE14; }
a { background-color: rgb(234,222,20); }
div.DivClassName
{
background-color: #EADE14;
}
.BgClassName
{
background-color: #EADE14;
}
</style>
border-color css
<style>
span { border-color: #EADE14; }
span { border-color: rgb(234,222,20); }
td.TdClassName
{
border-color: #EADE14;
}
.TagClassName
{
border-color: #EADE14;
}
</style>