Shades of Lemon #EDDC17
Tints of Lemon #EDDC17
RGB
CMYK
RGB Variations
Color information
#EDDC17 (or 0xEDDC17) is known color: Lemon. HEX triplet: ED, DC and 17. RGB value is (237,220,23). Sum of RGB (Red+Green+Blue) = 237+220+23=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC17 is #1223E8. Grayscale: #CBCBCB. Windows color (decimal): -1188841 or 1563885. OLE color: 1563885.
HSL color Cylindrical-coordinate representation of color #EDDC17: hue angle of 55.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDDC17 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 23 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.07 |
| HSL | 55.23º | 0.86% | 0.51% | - |
| HSV(B) | 55.23º | 0.9% | 0.93% | - |
| XYZ | 60.67 | 69.25 | 10.98 | - |
| YUV | 202.63 | 26.63 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 23 | 0 | 0.07 | 0.90 | 0.07 | 55.23 | 0.86 | 0.51 |
| Hex | ED | DC | 17 | 0 | 7 | 5A | 7 | 37 | 56 | 33 |
| Octal | 355 | 334 | 27 | 0 | 7 | 132 | 7 | 67 | 126 | 63 |
| Binary | 11101101 | 11011100 | 10111 | 0 | 111 | 1011010 | 111 | 110111 | 1010110 | 110011 |
Color Harmonies of #EDDC17
Complementary color
Monochromatic Colors of #EDDC17
Black with #EDDC17
Text Example
Text Example
White with #EDDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC17; }
p { color: rgb(237,220,23); }
H1.HeaderClassName
{
color: #EDDC17;
}
.AnyTagClassName
{
color: #EDDC17;
}
</style>
background-color css
<style>
a { background-color: #EDDC17; }
a { background-color: rgb(237,220,23); }
div.DivClassName
{
background-color: #EDDC17;
}
.BgClassName
{
background-color: #EDDC17;
}
</style>
border-color css
<style>
span { border-color: #EDDC17; }
span { border-color: rgb(237,220,23); }
td.TdClassName
{
border-color: #EDDC17;
}
.TagClassName
{
border-color: #EDDC17;
}
</style>