Shades of Lemon #EDDA14
Tints of Lemon #EDDA14
RGB
CMYK
RGB Variations
Color information
#EDDA14 (or 0xEDDA14) is known color: Lemon. HEX triplet: ED, DA and 14. RGB value is (237,218,20). Sum of RGB (Red+Green+Blue) = 237+218+20=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA14 is #1225EB. Grayscale: #C9C9C9. Windows color (decimal): -1189356 or 1366765. OLE color: 1366765.
HSL color Cylindrical-coordinate representation of color #EDDA14: hue angle of 54.75º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDDA14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.07 |
| HSL | 54.75º | 0.86% | 0.5% | - |
| HSV(B) | 54.75º | 0.92% | 0.93% | - |
| XYZ | 60.12 | 68.2 | 10.66 | - |
| YUV | 201.11 | 25.79 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 20 | 0 | 0.08 | 0.92 | 0.07 | 54.75 | 0.86 | 0.5 |
| Hex | ED | DA | 14 | 0 | 8 | 5C | 7 | 37 | 56 | 32 |
| Octal | 355 | 332 | 24 | 0 | 10 | 134 | 7 | 67 | 126 | 62 |
| Binary | 11101101 | 11011010 | 10100 | 0 | 1000 | 1011100 | 111 | 110111 | 1010110 | 110010 |
Color Harmonies of #EDDA14
Complementary color
Monochromatic Colors of #EDDA14
Black with #EDDA14
Text Example
Text Example
White with #EDDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA14; }
p { color: rgb(237,218,20); }
H1.HeaderClassName
{
color: #EDDA14;
}
.AnyTagClassName
{
color: #EDDA14;
}
</style>
background-color css
<style>
a { background-color: #EDDA14; }
a { background-color: rgb(237,218,20); }
div.DivClassName
{
background-color: #EDDA14;
}
.BgClassName
{
background-color: #EDDA14;
}
</style>
border-color css
<style>
span { border-color: #EDDA14; }
span { border-color: rgb(237,218,20); }
td.TdClassName
{
border-color: #EDDA14;
}
.TagClassName
{
border-color: #EDDA14;
}
</style>