Shades of Lemon #EDE817
Tints of Lemon #EDE817
RGB
CMYK
RGB Variations
Color information
#EDE817 (or 0xEDE817) is known color: Lemon. HEX triplet: ED, E8 and 17. RGB value is (237,232,23). Sum of RGB (Red+Green+Blue) = 237+232+23=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 23 (9.38% from 255 or 4.67% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE817 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE817 is #1217E8. Grayscale: #D2D2D2. Windows color (decimal): -1185769 or 1566957. OLE color: 1566957.
HSL color Cylindrical-coordinate representation of color #EDE817: hue angle of 58.6º 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 #EDE817 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 23 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.07 |
| HSL | 58.6º | 0.86% | 0.51% | - |
| HSV(B) | 58.6º | 0.9% | 0.93% | - |
| XYZ | 63.94 | 75.78 | 12.07 | - |
| YUV | 209.67 | 22.66 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 23 | 0 | 0.02 | 0.90 | 0.07 | 58.6 | 0.86 | 0.51 |
| Hex | ED | E8 | 17 | 0 | 2 | 5A | 7 | 3B | 56 | 33 |
| Octal | 355 | 350 | 27 | 0 | 2 | 132 | 7 | 73 | 126 | 63 |
| Binary | 11101101 | 11101000 | 10111 | 0 | 10 | 1011010 | 111 | 111011 | 1010110 | 110011 |
Color Harmonies of #EDE817
Complementary color
Monochromatic Colors of #EDE817
Black with #EDE817
Text Example
Text Example
White with #EDE817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE817; }
p { color: rgb(237,232,23); }
H1.HeaderClassName
{
color: #EDE817;
}
.AnyTagClassName
{
color: #EDE817;
}
</style>
background-color css
<style>
a { background-color: #EDE817; }
a { background-color: rgb(237,232,23); }
div.DivClassName
{
background-color: #EDE817;
}
.BgClassName
{
background-color: #EDE817;
}
</style>
border-color css
<style>
span { border-color: #EDE817; }
span { border-color: rgb(237,232,23); }
td.TdClassName
{
border-color: #EDE817;
}
.TagClassName
{
border-color: #EDE817;
}
</style>