Shades of Lemon #EADA0E
Tints of Lemon #EADA0E
RGB
CMYK
RGB Variations
Color information
#EADA0E (or 0xEADA0E) is known color: Lemon. HEX triplet: EA, DA and 0E. RGB value is (234,218,14). Sum of RGB (Red+Green+Blue) = 234+218+14=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA0E is #1525F1. Grayscale: #C8C8C8. Windows color (decimal): -1385970 or 973546. OLE color: 973546.
HSL color Cylindrical-coordinate representation of color #EADA0E: hue angle of 55.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EADA0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.08 |
| HSL | 55.64º | 0.89% | 0.49% | - |
| HSV(B) | 55.64º | 0.94% | 0.92% | - |
| XYZ | 59.08 | 67.67 | 10.36 | - |
| YUV | 199.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 14 | 0 | 0.07 | 0.94 | 0.08 | 55.64 | 0.89 | 0.49 |
| Hex | EA | DA | E | 0 | 7 | 5E | 8 | 38 | 59 | 31 |
| Octal | 352 | 332 | 16 | 0 | 7 | 136 | 10 | 70 | 131 | 61 |
| Binary | 11101010 | 11011010 | 1110 | 0 | 111 | 1011110 | 1000 | 111000 | 1011001 | 110001 |
Color Harmonies of #EADA0E
Complementary color
Monochromatic Colors of #EADA0E
Black with #EADA0E
Text Example
Text Example
White with #EADA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA0E; }
p { color: rgb(234,218,14); }
H1.HeaderClassName
{
color: #EADA0E;
}
.AnyTagClassName
{
color: #EADA0E;
}
</style>
background-color css
<style>
a { background-color: #EADA0E; }
a { background-color: rgb(234,218,14); }
div.DivClassName
{
background-color: #EADA0E;
}
.BgClassName
{
background-color: #EADA0E;
}
</style>
border-color css
<style>
span { border-color: #EADA0E; }
span { border-color: rgb(234,218,14); }
td.TdClassName
{
border-color: #EADA0E;
}
.TagClassName
{
border-color: #EADA0E;
}
</style>