Shades of Lemon #EADE16
Tints of Lemon #EADE16
RGB
CMYK
RGB Variations
Color information
#EADE16 (or 0xEADE16) is known color: Lemon. HEX triplet: EA, DE and 16. RGB value is (234,222,22). Sum of RGB (Red+Green+Blue) = 234+222+22=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE16 is #1521E9. Grayscale: #CBCBCB. Windows color (decimal): -1384938 or 1498858. OLE color: 1498858.
HSL color Cylindrical-coordinate representation of color #EADE16: hue angle of 56.6º 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 #EADE16 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.08 |
| HSL | 56.6º | 0.83% | 0.5% | - |
| HSV(B) | 56.6º | 0.91% | 0.92% | - |
| XYZ | 60.2 | 69.79 | 11.06 | - |
| YUV | 202.79 | 25.98 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 22 | 0 | 0.05 | 0.91 | 0.08 | 56.6 | 0.83 | 0.5 |
| Hex | EA | DE | 16 | 0 | 5 | 5B | 8 | 39 | 53 | 32 |
| Octal | 352 | 336 | 26 | 0 | 5 | 133 | 10 | 71 | 123 | 62 |
| Binary | 11101010 | 11011110 | 10110 | 0 | 101 | 1011011 | 1000 | 111001 | 1010011 | 110010 |
Color Harmonies of #EADE16
Complementary color
Monochromatic Colors of #EADE16
Black with #EADE16
Text Example
Text Example
White with #EADE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE16; }
p { color: rgb(234,222,22); }
H1.HeaderClassName
{
color: #EADE16;
}
.AnyTagClassName
{
color: #EADE16;
}
</style>
background-color css
<style>
a { background-color: #EADE16; }
a { background-color: rgb(234,222,22); }
div.DivClassName
{
background-color: #EADE16;
}
.BgClassName
{
background-color: #EADE16;
}
</style>
border-color css
<style>
span { border-color: #EADE16; }
span { border-color: rgb(234,222,22); }
td.TdClassName
{
border-color: #EADE16;
}
.TagClassName
{
border-color: #EADE16;
}
</style>