Shades of Lemon #EDE107
Tints of Lemon #EDE107
RGB
CMYK
RGB Variations
Color information
#EDE107 (or 0xEDE107) is known color: Lemon. HEX triplet: ED, E1 and 07. RGB value is (237,225,7). Sum of RGB (Red+Green+Blue) = 237+225+7=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE107 is #121EF8. Grayscale: #CCCCCC. Windows color (decimal): -1187577 or 516589. OLE color: 516589.
HSL color Cylindrical-coordinate representation of color #EDE107: hue angle of 56.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDE107 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.07 |
| HSL | 56.87º | 0.94% | 0.48% | - |
| HSV(B) | 56.87º | 0.97% | 0.93% | - |
| XYZ | 61.89 | 71.87 | 10.81 | - |
| YUV | 203.74 | 16.98 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 7 | 0 | 0.05 | 0.97 | 0.07 | 56.87 | 0.94 | 0.48 |
| Hex | ED | E1 | 7 | 0 | 5 | 61 | 7 | 39 | 5E | 30 |
| Octal | 355 | 341 | 7 | 0 | 5 | 141 | 7 | 71 | 136 | 60 |
| Binary | 11101101 | 11100001 | 111 | 0 | 101 | 1100001 | 111 | 111001 | 1011110 | 110000 |
Color Harmonies of #EDE107
Complementary color
Monochromatic Colors of #EDE107
Black with #EDE107
Text Example
Text Example
White with #EDE107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE107; }
p { color: rgb(237,225,7); }
H1.HeaderClassName
{
color: #EDE107;
}
.AnyTagClassName
{
color: #EDE107;
}
</style>
background-color css
<style>
a { background-color: #EDE107; }
a { background-color: rgb(237,225,7); }
div.DivClassName
{
background-color: #EDE107;
}
.BgClassName
{
background-color: #EDE107;
}
</style>
border-color css
<style>
span { border-color: #EDE107; }
span { border-color: rgb(237,225,7); }
td.TdClassName
{
border-color: #EDE107;
}
.TagClassName
{
border-color: #EDE107;
}
</style>