Shades of Lemon #EDE30F
Tints of Lemon #EDE30F
RGB
CMYK
RGB Variations
Color information
#EDE30F (or 0xEDE30F) is known color: Lemon. HEX triplet: ED, E3 and 0F. RGB value is (237,227,15). Sum of RGB (Red+Green+Blue) = 237+227+15=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE30F is #121CF0. Grayscale: #CECECE. Windows color (decimal): -1187057 or 1041389. OLE color: 1041389.
HSL color Cylindrical-coordinate representation of color #EDE30F: hue angle of 57.3º 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 #EDE30F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.07 |
| HSL | 57.3º | 0.88% | 0.49% | - |
| HSV(B) | 57.3º | 0.94% | 0.93% | - |
| XYZ | 62.48 | 72.98 | 11.24 | - |
| YUV | 205.82 | 20.31 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 15 | 0 | 0.04 | 0.94 | 0.07 | 57.3 | 0.88 | 0.49 |
| Hex | ED | E3 | F | 0 | 4 | 5E | 7 | 39 | 58 | 31 |
| Octal | 355 | 343 | 17 | 0 | 4 | 136 | 7 | 71 | 130 | 61 |
| Binary | 11101101 | 11100011 | 1111 | 0 | 100 | 1011110 | 111 | 111001 | 1011000 | 110001 |
Color Harmonies of #EDE30F
Complementary color
Monochromatic Colors of #EDE30F
Black with #EDE30F
Text Example
Text Example
White with #EDE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE30F; }
p { color: rgb(237,227,15); }
H1.HeaderClassName
{
color: #EDE30F;
}
.AnyTagClassName
{
color: #EDE30F;
}
</style>
background-color css
<style>
a { background-color: #EDE30F; }
a { background-color: rgb(237,227,15); }
div.DivClassName
{
background-color: #EDE30F;
}
.BgClassName
{
background-color: #EDE30F;
}
</style>
border-color css
<style>
span { border-color: #EDE30F; }
span { border-color: rgb(237,227,15); }
td.TdClassName
{
border-color: #EDE30F;
}
.TagClassName
{
border-color: #EDE30F;
}
</style>