Shades of Lemon #EDE605
Tints of Lemon #EDE605
RGB
CMYK
RGB Variations
Color information
#EDE605 (or 0xEDE605) is known color: Lemon. HEX triplet: ED, E6 and 05. RGB value is (237,230,5). Sum of RGB (Red+Green+Blue) = 237+230+5=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 5 (2.34% from 255 or 1.06% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE605 is #1219FA. Grayscale: #CFCFCF. Windows color (decimal): -1186299 or 386797. OLE color: 386797.
HSL color Cylindrical-coordinate representation of color #EDE605: hue angle of 58.19º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDE605 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.07 |
| HSL | 58.19º | 0.96% | 0.47% | - |
| HSV(B) | 58.19º | 0.98% | 0.93% | - |
| XYZ | 63.25 | 74.61 | 11.21 | - |
| YUV | 206.44 | 14.32 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 5 | 0 | 0.03 | 0.98 | 0.07 | 58.19 | 0.96 | 0.47 |
| Hex | ED | E6 | 5 | 0 | 3 | 62 | 7 | 3A | 60 | 2F |
| Octal | 355 | 346 | 5 | 0 | 3 | 142 | 7 | 72 | 140 | 57 |
| Binary | 11101101 | 11100110 | 101 | 0 | 11 | 1100010 | 111 | 111010 | 1100000 | 101111 |
Color Harmonies of #EDE605
Complementary color
Monochromatic Colors of #EDE605
Black with #EDE605
Text Example
Text Example
White with #EDE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE605; }
p { color: rgb(237,230,5); }
H1.HeaderClassName
{
color: #EDE605;
}
.AnyTagClassName
{
color: #EDE605;
}
</style>
background-color css
<style>
a { background-color: #EDE605; }
a { background-color: rgb(237,230,5); }
div.DivClassName
{
background-color: #EDE605;
}
.BgClassName
{
background-color: #EDE605;
}
</style>
border-color css
<style>
span { border-color: #EDE605; }
span { border-color: rgb(237,230,5); }
td.TdClassName
{
border-color: #EDE605;
}
.TagClassName
{
border-color: #EDE605;
}
</style>