Shades of Lemon #EDE507
Tints of Lemon #EDE507
RGB
CMYK
RGB Variations
Color information
#EDE507 (or 0xEDE507) is known color: Lemon. HEX triplet: ED, E5 and 07. RGB value is (237,229,7). Sum of RGB (Red+Green+Blue) = 237+229+7=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE507 is #121AF8. Grayscale: #CECECE. Windows color (decimal): -1186553 or 517613. OLE color: 517613.
HSL color Cylindrical-coordinate representation of color #EDE507: hue angle of 57.91º 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 #EDE507 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.07 |
| HSL | 57.91º | 0.94% | 0.48% | - |
| HSV(B) | 57.91º | 0.97% | 0.93% | - |
| XYZ | 62.98 | 74.06 | 11.18 | - |
| YUV | 206.08 | 15.65 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 7 | 0 | 0.03 | 0.97 | 0.07 | 57.91 | 0.94 | 0.48 |
| Hex | ED | E5 | 7 | 0 | 3 | 61 | 7 | 3A | 5E | 30 |
| Octal | 355 | 345 | 7 | 0 | 3 | 141 | 7 | 72 | 136 | 60 |
| Binary | 11101101 | 11100101 | 111 | 0 | 11 | 1100001 | 111 | 111010 | 1011110 | 110000 |
Color Harmonies of #EDE507
Complementary color
Monochromatic Colors of #EDE507
Black with #EDE507
Text Example
Text Example
White with #EDE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE507; }
p { color: rgb(237,229,7); }
H1.HeaderClassName
{
color: #EDE507;
}
.AnyTagClassName
{
color: #EDE507;
}
</style>
background-color css
<style>
a { background-color: #EDE507; }
a { background-color: rgb(237,229,7); }
div.DivClassName
{
background-color: #EDE507;
}
.BgClassName
{
background-color: #EDE507;
}
</style>
border-color css
<style>
span { border-color: #EDE507; }
span { border-color: rgb(237,229,7); }
td.TdClassName
{
border-color: #EDE507;
}
.TagClassName
{
border-color: #EDE507;
}
</style>