Shades of Lemon #EDE717
Tints of Lemon #EDE717
RGB
CMYK
RGB Variations
Color information
#EDE717 (or 0xEDE717) is known color: Lemon. HEX triplet: ED, E7 and 17. RGB value is (237,231,23). Sum of RGB (Red+Green+Blue) = 237+231+23=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 23 (9.38% from 255 or 4.68% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE717 is #1218E8. Grayscale: #D1D1D1. Windows color (decimal): -1186025 or 1566701. OLE color: 1566701.
HSL color Cylindrical-coordinate representation of color #EDE717: hue angle of 58.32º 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 #EDE717 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.07 |
| HSL | 58.32º | 0.86% | 0.51% | - |
| HSV(B) | 58.32º | 0.9% | 0.93% | - |
| XYZ | 63.66 | 75.22 | 11.97 | - |
| YUV | 209.08 | 22.99 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 23 | 0 | 0.03 | 0.90 | 0.07 | 58.32 | 0.86 | 0.51 |
| Hex | ED | E7 | 17 | 0 | 3 | 5A | 7 | 3A | 56 | 33 |
| Octal | 355 | 347 | 27 | 0 | 3 | 132 | 7 | 72 | 126 | 63 |
| Binary | 11101101 | 11100111 | 10111 | 0 | 11 | 1011010 | 111 | 111010 | 1010110 | 110011 |
Color Harmonies of #EDE717
Complementary color
Monochromatic Colors of #EDE717
Black with #EDE717
Text Example
Text Example
White with #EDE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE717; }
p { color: rgb(237,231,23); }
H1.HeaderClassName
{
color: #EDE717;
}
.AnyTagClassName
{
color: #EDE717;
}
</style>
background-color css
<style>
a { background-color: #EDE717; }
a { background-color: rgb(237,231,23); }
div.DivClassName
{
background-color: #EDE717;
}
.BgClassName
{
background-color: #EDE717;
}
</style>
border-color css
<style>
span { border-color: #EDE717; }
span { border-color: rgb(237,231,23); }
td.TdClassName
{
border-color: #EDE717;
}
.TagClassName
{
border-color: #EDE717;
}
</style>