Shades of Lemon #EDE706
Tints of Lemon #EDE706
RGB
CMYK
RGB Variations
Color information
#EDE706 (or 0xEDE706) is known color: Lemon. HEX triplet: ED, E7 and 06. RGB value is (237,231,6). Sum of RGB (Red+Green+Blue) = 237+231+6=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE706 is #1218F9. Grayscale: #D0D0D0. Windows color (decimal): -1186042 or 452589. OLE color: 452589.
HSL color Cylindrical-coordinate representation of color #EDE706: hue angle of 58.44º degrees, saturation: 0.95, 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 #EDE706 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 6 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.07 |
| HSL | 58.44º | 0.95% | 0.48% | - |
| HSV(B) | 58.44º | 0.97% | 0.93% | - |
| XYZ | 63.53 | 75.17 | 11.33 | - |
| YUV | 207.14 | 14.49 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 6 | 0 | 0.03 | 0.97 | 0.07 | 58.44 | 0.95 | 0.48 |
| Hex | ED | E7 | 6 | 0 | 3 | 61 | 7 | 3A | 5F | 30 |
| Octal | 355 | 347 | 6 | 0 | 3 | 141 | 7 | 72 | 137 | 60 |
| Binary | 11101101 | 11100111 | 110 | 0 | 11 | 1100001 | 111 | 111010 | 1011111 | 110000 |
Color Harmonies of #EDE706
Complementary color
Monochromatic Colors of #EDE706
Black with #EDE706
Text Example
Text Example
White with #EDE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE706; }
p { color: rgb(237,231,6); }
H1.HeaderClassName
{
color: #EDE706;
}
.AnyTagClassName
{
color: #EDE706;
}
</style>
background-color css
<style>
a { background-color: #EDE706; }
a { background-color: rgb(237,231,6); }
div.DivClassName
{
background-color: #EDE706;
}
.BgClassName
{
background-color: #EDE706;
}
</style>
border-color css
<style>
span { border-color: #EDE706; }
span { border-color: rgb(237,231,6); }
td.TdClassName
{
border-color: #EDE706;
}
.TagClassName
{
border-color: #EDE706;
}
</style>