Shades of Lemon #EDE905
Tints of Lemon #EDE905
RGB
CMYK
RGB Variations
Color information
#EDE905 (or 0xEDE905) is known color: Lemon. HEX triplet: ED, E9 and 05. RGB value is (237,233,5). Sum of RGB (Red+Green+Blue) = 237+233+5=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE905 is #1216FA. Grayscale: #D1D1D1. Windows color (decimal): -1185531 or 387565. OLE color: 387565.
HSL color Cylindrical-coordinate representation of color #EDE905: hue angle of 58.97º 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 #EDE905 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.07 |
| HSL | 58.97º | 0.96% | 0.47% | - |
| HSV(B) | 58.97º | 0.98% | 0.93% | - |
| XYZ | 64.09 | 76.29 | 11.49 | - |
| YUV | 208.2 | 13.33 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 5 | 0 | 0.02 | 0.98 | 0.07 | 58.97 | 0.96 | 0.47 |
| Hex | ED | E9 | 5 | 0 | 2 | 62 | 7 | 3B | 60 | 2F |
| Octal | 355 | 351 | 5 | 0 | 2 | 142 | 7 | 73 | 140 | 57 |
| Binary | 11101101 | 11101001 | 101 | 0 | 10 | 1100010 | 111 | 111011 | 1100000 | 101111 |
Color Harmonies of #EDE905
Complementary color
Monochromatic Colors of #EDE905
Black with #EDE905
Text Example
Text Example
White with #EDE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE905; }
p { color: rgb(237,233,5); }
H1.HeaderClassName
{
color: #EDE905;
}
.AnyTagClassName
{
color: #EDE905;
}
</style>
background-color css
<style>
a { background-color: #EDE905; }
a { background-color: rgb(237,233,5); }
div.DivClassName
{
background-color: #EDE905;
}
.BgClassName
{
background-color: #EDE905;
}
</style>
border-color css
<style>
span { border-color: #EDE905; }
span { border-color: rgb(237,233,5); }
td.TdClassName
{
border-color: #EDE905;
}
.TagClassName
{
border-color: #EDE905;
}
</style>