Shades of Lemon #EDE716
Tints of Lemon #EDE716
RGB
CMYK
RGB Variations
Color information
#EDE716 (or 0xEDE716) is known color: Lemon. HEX triplet: ED, E7 and 16. RGB value is (237,231,22). Sum of RGB (Red+Green+Blue) = 237+231+22=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE716 is #1218E9. Grayscale: #D1D1D1. Windows color (decimal): -1186026 or 1501165. OLE color: 1501165.
HSL color Cylindrical-coordinate representation of color #EDE716: hue angle of 58.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDE716 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.07 |
| HSL | 58.33º | 0.86% | 0.51% | - |
| HSV(B) | 58.33º | 0.91% | 0.93% | - |
| XYZ | 63.65 | 75.21 | 11.92 | - |
| YUV | 208.97 | 22.49 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 22 | 0 | 0.03 | 0.91 | 0.07 | 58.33 | 0.86 | 0.51 |
| Hex | ED | E7 | 16 | 0 | 3 | 5B | 7 | 3A | 56 | 33 |
| Octal | 355 | 347 | 26 | 0 | 3 | 133 | 7 | 72 | 126 | 63 |
| Binary | 11101101 | 11100111 | 10110 | 0 | 11 | 1011011 | 111 | 111010 | 1010110 | 110011 |
Color Harmonies of #EDE716
Complementary color
Monochromatic Colors of #EDE716
Black with #EDE716
Text Example
Text Example
White with #EDE716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE716; }
p { color: rgb(237,231,22); }
H1.HeaderClassName
{
color: #EDE716;
}
.AnyTagClassName
{
color: #EDE716;
}
</style>
background-color css
<style>
a { background-color: #EDE716; }
a { background-color: rgb(237,231,22); }
div.DivClassName
{
background-color: #EDE716;
}
.BgClassName
{
background-color: #EDE716;
}
</style>
border-color css
<style>
span { border-color: #EDE716; }
span { border-color: rgb(237,231,22); }
td.TdClassName
{
border-color: #EDE716;
}
.TagClassName
{
border-color: #EDE716;
}
</style>