Shades of Lemon #EDE805
Tints of Lemon #EDE805
RGB
CMYK
RGB Variations
Color information
#EDE805 (or 0xEDE805) is known color: Lemon. HEX triplet: ED, E8 and 05. RGB value is (237,232,5). Sum of RGB (Red+Green+Blue) = 237+232+5=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 5 (2.34% from 255 or 1.05% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE805 is #1217FA. Grayscale: #D0D0D0. Windows color (decimal): -1185787 or 387309. OLE color: 387309.
HSL color Cylindrical-coordinate representation of color #EDE805: hue angle of 58.71º 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 #EDE805 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.07 |
| HSL | 58.71º | 0.96% | 0.47% | - |
| HSV(B) | 58.71º | 0.98% | 0.93% | - |
| XYZ | 63.81 | 75.73 | 11.4 | - |
| YUV | 207.62 | 13.66 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 5 | 0 | 0.02 | 0.98 | 0.07 | 58.71 | 0.96 | 0.47 |
| Hex | ED | E8 | 5 | 0 | 2 | 62 | 7 | 3B | 60 | 2F |
| Octal | 355 | 350 | 5 | 0 | 2 | 142 | 7 | 73 | 140 | 57 |
| Binary | 11101101 | 11101000 | 101 | 0 | 10 | 1100010 | 111 | 111011 | 1100000 | 101111 |
Color Harmonies of #EDE805
Complementary color
Monochromatic Colors of #EDE805
Black with #EDE805
Text Example
Text Example
White with #EDE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE805; }
p { color: rgb(237,232,5); }
H1.HeaderClassName
{
color: #EDE805;
}
.AnyTagClassName
{
color: #EDE805;
}
</style>
background-color css
<style>
a { background-color: #EDE805; }
a { background-color: rgb(237,232,5); }
div.DivClassName
{
background-color: #EDE805;
}
.BgClassName
{
background-color: #EDE805;
}
</style>
border-color css
<style>
span { border-color: #EDE805; }
span { border-color: rgb(237,232,5); }
td.TdClassName
{
border-color: #EDE805;
}
.TagClassName
{
border-color: #EDE805;
}
</style>