Shades of Lemon #EDE00F
Tints of Lemon #EDE00F
RGB
CMYK
RGB Variations
Color information
#EDE00F (or 0xEDE00F) is known color: Lemon. HEX triplet: ED, E0 and 0F. RGB value is (237,224,15). Sum of RGB (Red+Green+Blue) = 237+224+15=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE00F is #121FF0. Grayscale: #CCCCCC. Windows color (decimal): -1187825 or 1040621. OLE color: 1040621.
HSL color Cylindrical-coordinate representation of color #EDE00F: hue angle of 56.49º 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 #EDE00F is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 15 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.07 |
| HSL | 56.49º | 0.88% | 0.49% | - |
| HSV(B) | 56.49º | 0.94% | 0.93% | - |
| XYZ | 61.67 | 71.35 | 10.97 | - |
| YUV | 204.06 | 21.31 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 15 | 0 | 0.05 | 0.94 | 0.07 | 56.49 | 0.88 | 0.49 |
| Hex | ED | E0 | F | 0 | 5 | 5E | 7 | 38 | 58 | 31 |
| Octal | 355 | 340 | 17 | 0 | 5 | 136 | 7 | 70 | 130 | 61 |
| Binary | 11101101 | 11100000 | 1111 | 0 | 101 | 1011110 | 111 | 111000 | 1011000 | 110001 |
Color Harmonies of #EDE00F
Complementary color
Monochromatic Colors of #EDE00F
Black with #EDE00F
Text Example
Text Example
White with #EDE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE00F; }
p { color: rgb(237,224,15); }
H1.HeaderClassName
{
color: #EDE00F;
}
.AnyTagClassName
{
color: #EDE00F;
}
</style>
background-color css
<style>
a { background-color: #EDE00F; }
a { background-color: rgb(237,224,15); }
div.DivClassName
{
background-color: #EDE00F;
}
.BgClassName
{
background-color: #EDE00F;
}
</style>
border-color css
<style>
span { border-color: #EDE00F; }
span { border-color: rgb(237,224,15); }
td.TdClassName
{
border-color: #EDE00F;
}
.TagClassName
{
border-color: #EDE00F;
}
</style>