Shades of Lemon #EADC0E
Tints of Lemon #EADC0E
RGB
CMYK
RGB Variations
Color information
#EADC0E (or 0xEADC0E) is known color: Lemon. HEX triplet: EA, DC and 0E. RGB value is (234,220,14). Sum of RGB (Red+Green+Blue) = 234+220+14=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC0E is #1523F1. Grayscale: #C9C9C9. Windows color (decimal): -1385458 or 974058. OLE color: 974058.
HSL color Cylindrical-coordinate representation of color #EADC0E: hue angle of 56.18º 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 #EADC0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.08 |
| HSL | 56.18º | 0.89% | 0.49% | - |
| HSV(B) | 56.18º | 0.94% | 0.92% | - |
| XYZ | 59.6 | 68.71 | 10.54 | - |
| YUV | 200.7 | 22.64 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 14 | 0 | 0.06 | 0.94 | 0.08 | 56.18 | 0.89 | 0.49 |
| Hex | EA | DC | E | 0 | 6 | 5E | 8 | 38 | 59 | 31 |
| Octal | 352 | 334 | 16 | 0 | 6 | 136 | 10 | 70 | 131 | 61 |
| Binary | 11101010 | 11011100 | 1110 | 0 | 110 | 1011110 | 1000 | 111000 | 1011001 | 110001 |
Color Harmonies of #EADC0E
Complementary color
Monochromatic Colors of #EADC0E
Black with #EADC0E
Text Example
Text Example
White with #EADC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC0E; }
p { color: rgb(234,220,14); }
H1.HeaderClassName
{
color: #EADC0E;
}
.AnyTagClassName
{
color: #EADC0E;
}
</style>
background-color css
<style>
a { background-color: #EADC0E; }
a { background-color: rgb(234,220,14); }
div.DivClassName
{
background-color: #EADC0E;
}
.BgClassName
{
background-color: #EADC0E;
}
</style>
border-color css
<style>
span { border-color: #EADC0E; }
span { border-color: rgb(234,220,14); }
td.TdClassName
{
border-color: #EADC0E;
}
.TagClassName
{
border-color: #EADC0E;
}
</style>