Shades of Lemon #EADD14
Tints of Lemon #EADD14
RGB
CMYK
RGB Variations
Color information
#EADD14 (or 0xEADD14) is known color: Lemon. HEX triplet: EA, DD and 14. RGB value is (234,221,20). Sum of RGB (Red+Green+Blue) = 234+221+20=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD14 is #1522EB. Grayscale: #CACACA. Windows color (decimal): -1385196 or 1367530. OLE color: 1367530.
HSL color Cylindrical-coordinate representation of color #EADD14: hue angle of 56.36º 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 #EADD14 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 20 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.08 |
| HSL | 56.36º | 0.84% | 0.5% | - |
| HSV(B) | 56.36º | 0.91% | 0.92% | - |
| XYZ | 59.91 | 69.26 | 10.87 | - |
| YUV | 201.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 20 | 0 | 0.06 | 0.91 | 0.08 | 56.36 | 0.84 | 0.5 |
| Hex | EA | DD | 14 | 0 | 6 | 5B | 8 | 38 | 54 | 32 |
| Octal | 352 | 335 | 24 | 0 | 6 | 133 | 10 | 70 | 124 | 62 |
| Binary | 11101010 | 11011101 | 10100 | 0 | 110 | 1011011 | 1000 | 111000 | 1010100 | 110010 |
Color Harmonies of #EADD14
Complementary color
Monochromatic Colors of #EADD14
Black with #EADD14
Text Example
Text Example
White with #EADD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD14; }
p { color: rgb(234,221,20); }
H1.HeaderClassName
{
color: #EADD14;
}
.AnyTagClassName
{
color: #EADD14;
}
</style>
background-color css
<style>
a { background-color: #EADD14; }
a { background-color: rgb(234,221,20); }
div.DivClassName
{
background-color: #EADD14;
}
.BgClassName
{
background-color: #EADD14;
}
</style>
border-color css
<style>
span { border-color: #EADD14; }
span { border-color: rgb(234,221,20); }
td.TdClassName
{
border-color: #EADD14;
}
.TagClassName
{
border-color: #EADD14;
}
</style>