Shades of Lemon #EDE017
Tints of Lemon #EDE017
RGB
CMYK
RGB Variations
Color information
#EDE017 (or 0xEDE017) is known color: Lemon. HEX triplet: ED, E0 and 17. RGB value is (237,224,23). Sum of RGB (Red+Green+Blue) = 237+224+23=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 23 (9.38% from 255 or 4.75% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE017 is #121FE8. Grayscale: #CDCDCD. Windows color (decimal): -1187817 or 1564909. OLE color: 1564909.
HSL color Cylindrical-coordinate representation of color #EDE017: hue angle of 56.36º 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 #EDE017 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.07 |
| HSL | 56.36º | 0.86% | 0.51% | - |
| HSV(B) | 56.36º | 0.9% | 0.93% | - |
| XYZ | 61.74 | 71.38 | 11.33 | - |
| YUV | 204.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 23 | 0 | 0.05 | 0.90 | 0.07 | 56.36 | 0.86 | 0.51 |
| Hex | ED | E0 | 17 | 0 | 5 | 5A | 7 | 38 | 56 | 33 |
| Octal | 355 | 340 | 27 | 0 | 5 | 132 | 7 | 70 | 126 | 63 |
| Binary | 11101101 | 11100000 | 10111 | 0 | 101 | 1011010 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EDE017
Complementary color
Monochromatic Colors of #EDE017
Black with #EDE017
Text Example
Text Example
White with #EDE017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE017; }
p { color: rgb(237,224,23); }
H1.HeaderClassName
{
color: #EDE017;
}
.AnyTagClassName
{
color: #EDE017;
}
</style>
background-color css
<style>
a { background-color: #EDE017; }
a { background-color: rgb(237,224,23); }
div.DivClassName
{
background-color: #EDE017;
}
.BgClassName
{
background-color: #EDE017;
}
</style>
border-color css
<style>
span { border-color: #EDE017; }
span { border-color: rgb(237,224,23); }
td.TdClassName
{
border-color: #EDE017;
}
.TagClassName
{
border-color: #EDE017;
}
</style>