Shades of Lemon #EDE70F
Tints of Lemon #EDE70F
RGB
CMYK
RGB Variations
Color information
#EDE70F (or 0xEDE70F) is known color: Lemon. HEX triplet: ED, E7 and 0F. RGB value is (237,231,15). Sum of RGB (Red+Green+Blue) = 237+231+15=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE70F is #1218F0. Grayscale: #D1D1D1. Windows color (decimal): -1186033 or 1042413. OLE color: 1042413.
HSL color Cylindrical-coordinate representation of color #EDE70F: hue angle of 58.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDE70F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 15 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.07 |
| HSL | 58.38º | 0.88% | 0.49% | - |
| HSV(B) | 58.38º | 0.94% | 0.93% | - |
| XYZ | 63.59 | 75.19 | 11.61 | - |
| YUV | 208.17 | 18.99 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 15 | 0 | 0.03 | 0.94 | 0.07 | 58.38 | 0.88 | 0.49 |
| Hex | ED | E7 | F | 0 | 3 | 5E | 7 | 3A | 58 | 31 |
| Octal | 355 | 347 | 17 | 0 | 3 | 136 | 7 | 72 | 130 | 61 |
| Binary | 11101101 | 11100111 | 1111 | 0 | 11 | 1011110 | 111 | 111010 | 1011000 | 110001 |
Color Harmonies of #EDE70F
Complementary color
Monochromatic Colors of #EDE70F
Black with #EDE70F
Text Example
Text Example
White with #EDE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE70F; }
p { color: rgb(237,231,15); }
H1.HeaderClassName
{
color: #EDE70F;
}
.AnyTagClassName
{
color: #EDE70F;
}
</style>
background-color css
<style>
a { background-color: #EDE70F; }
a { background-color: rgb(237,231,15); }
div.DivClassName
{
background-color: #EDE70F;
}
.BgClassName
{
background-color: #EDE70F;
}
</style>
border-color css
<style>
span { border-color: #EDE70F; }
span { border-color: rgb(237,231,15); }
td.TdClassName
{
border-color: #EDE70F;
}
.TagClassName
{
border-color: #EDE70F;
}
</style>