Shades of Lemon #EDE117
Tints of Lemon #EDE117
RGB
CMYK
RGB Variations
Color information
#EDE117 (or 0xEDE117) is known color: Lemon. HEX triplet: ED, E1 and 17. RGB value is (237,225,23). Sum of RGB (Red+Green+Blue) = 237+225+23=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE117 is #121EE8. Grayscale: #CECECE. Windows color (decimal): -1187561 or 1565165. OLE color: 1565165.
HSL color Cylindrical-coordinate representation of color #EDE117: hue angle of 56.64º 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 #EDE117 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.07 |
| HSL | 56.64º | 0.86% | 0.51% | - |
| HSV(B) | 56.64º | 0.9% | 0.93% | - |
| XYZ | 62 | 71.92 | 11.42 | - |
| YUV | 205.56 | 24.98 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 23 | 0 | 0.05 | 0.90 | 0.07 | 56.64 | 0.86 | 0.51 |
| Hex | ED | E1 | 17 | 0 | 5 | 5A | 7 | 39 | 56 | 33 |
| Octal | 355 | 341 | 27 | 0 | 5 | 132 | 7 | 71 | 126 | 63 |
| Binary | 11101101 | 11100001 | 10111 | 0 | 101 | 1011010 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EDE117
Complementary color
Monochromatic Colors of #EDE117
Black with #EDE117
Text Example
Text Example
White with #EDE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE117; }
p { color: rgb(237,225,23); }
H1.HeaderClassName
{
color: #EDE117;
}
.AnyTagClassName
{
color: #EDE117;
}
</style>
background-color css
<style>
a { background-color: #EDE117; }
a { background-color: rgb(237,225,23); }
div.DivClassName
{
background-color: #EDE117;
}
.BgClassName
{
background-color: #EDE117;
}
</style>
border-color css
<style>
span { border-color: #EDE117; }
span { border-color: rgb(237,225,23); }
td.TdClassName
{
border-color: #EDE117;
}
.TagClassName
{
border-color: #EDE117;
}
</style>