Shades of Lemon #EDE617
Tints of Lemon #EDE617
RGB
CMYK
RGB Variations
Color information
#EDE617 (or 0xEDE617) is known color: Lemon. HEX triplet: ED, E6 and 17. RGB value is (237,230,23). Sum of RGB (Red+Green+Blue) = 237+230+23=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 23 (9.38% from 255 or 4.69% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE617 is #1219E8. Grayscale: #D1D1D1. Windows color (decimal): -1186281 or 1566445. OLE color: 1566445.
HSL color Cylindrical-coordinate representation of color #EDE617: hue angle of 58.04º 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 #EDE617 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.07 |
| HSL | 58.04º | 0.86% | 0.51% | - |
| HSV(B) | 58.04º | 0.9% | 0.93% | - |
| XYZ | 63.38 | 74.66 | 11.88 | - |
| YUV | 208.5 | 23.32 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 23 | 0 | 0.03 | 0.90 | 0.07 | 58.04 | 0.86 | 0.51 |
| Hex | ED | E6 | 17 | 0 | 3 | 5A | 7 | 3A | 56 | 33 |
| Octal | 355 | 346 | 27 | 0 | 3 | 132 | 7 | 72 | 126 | 63 |
| Binary | 11101101 | 11100110 | 10111 | 0 | 11 | 1011010 | 111 | 111010 | 1010110 | 110011 |
Color Harmonies of #EDE617
Complementary color
Monochromatic Colors of #EDE617
Black with #EDE617
Text Example
Text Example
White with #EDE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE617; }
p { color: rgb(237,230,23); }
H1.HeaderClassName
{
color: #EDE617;
}
.AnyTagClassName
{
color: #EDE617;
}
</style>
background-color css
<style>
a { background-color: #EDE617; }
a { background-color: rgb(237,230,23); }
div.DivClassName
{
background-color: #EDE617;
}
.BgClassName
{
background-color: #EDE617;
}
</style>
border-color css
<style>
span { border-color: #EDE617; }
span { border-color: rgb(237,230,23); }
td.TdClassName
{
border-color: #EDE617;
}
.TagClassName
{
border-color: #EDE617;
}
</style>