Shades of Lemon #EADD0E
Tints of Lemon #EADD0E
RGB
CMYK
RGB Variations
Color information
#EADD0E (or 0xEADD0E) is known color: Lemon. HEX triplet: EA, DD and 0E. RGB value is (234,221,14). Sum of RGB (Red+Green+Blue) = 234+221+14=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD0E is #1522F1. Grayscale: #CACACA. Windows color (decimal): -1385202 or 974314. OLE color: 974314.
HSL color Cylindrical-coordinate representation of color #EADD0E: hue angle of 56.45º 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 #EADD0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.08 |
| HSL | 56.45º | 0.89% | 0.49% | - |
| HSV(B) | 56.45º | 0.94% | 0.92% | - |
| XYZ | 59.87 | 69.24 | 10.62 | - |
| YUV | 201.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 14 | 0 | 0.06 | 0.94 | 0.08 | 56.45 | 0.89 | 0.49 |
| Hex | EA | DD | E | 0 | 6 | 5E | 8 | 38 | 59 | 31 |
| Octal | 352 | 335 | 16 | 0 | 6 | 136 | 10 | 70 | 131 | 61 |
| Binary | 11101010 | 11011101 | 1110 | 0 | 110 | 1011110 | 1000 | 111000 | 1011001 | 110001 |
Color Harmonies of #EADD0E
Complementary color
Monochromatic Colors of #EADD0E
Black with #EADD0E
Text Example
Text Example
White with #EADD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD0E; }
p { color: rgb(234,221,14); }
H1.HeaderClassName
{
color: #EADD0E;
}
.AnyTagClassName
{
color: #EADD0E;
}
</style>
background-color css
<style>
a { background-color: #EADD0E; }
a { background-color: rgb(234,221,14); }
div.DivClassName
{
background-color: #EADD0E;
}
.BgClassName
{
background-color: #EADD0E;
}
</style>
border-color css
<style>
span { border-color: #EADD0E; }
span { border-color: rgb(234,221,14); }
td.TdClassName
{
border-color: #EADD0E;
}
.TagClassName
{
border-color: #EADD0E;
}
</style>