Shades of Lemon #EDE513
Tints of Lemon #EDE513
RGB
CMYK
RGB Variations
Color information
#EDE513 (or 0xEDE513) is known color: Lemon. HEX triplet: ED, E5 and 13. RGB value is (237,229,19). Sum of RGB (Red+Green+Blue) = 237+229+19=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE513 is #121AEC. Grayscale: #D0D0D0. Windows color (decimal): -1186541 or 1304045. OLE color: 1304045.
HSL color Cylindrical-coordinate representation of color #EDE513: hue angle of 57.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDE513 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 57.8º | 0.86% | 0.5% | - |
| HSV(B) | 57.8º | 0.92% | 0.93% | - |
| XYZ | 63.06 | 74.09 | 11.59 | - |
| YUV | 207.45 | 21.65 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 19 | 0 | 0.03 | 0.92 | 0.07 | 57.8 | 0.86 | 0.5 |
| Hex | ED | E5 | 13 | 0 | 3 | 5C | 7 | 3A | 56 | 32 |
| Octal | 355 | 345 | 23 | 0 | 3 | 134 | 7 | 72 | 126 | 62 |
| Binary | 11101101 | 11100101 | 10011 | 0 | 11 | 1011100 | 111 | 111010 | 1010110 | 110010 |
Color Harmonies of #EDE513
Complementary color
Monochromatic Colors of #EDE513
Black with #EDE513
Text Example
Text Example
White with #EDE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE513; }
p { color: rgb(237,229,19); }
H1.HeaderClassName
{
color: #EDE513;
}
.AnyTagClassName
{
color: #EDE513;
}
</style>
background-color css
<style>
a { background-color: #EDE513; }
a { background-color: rgb(237,229,19); }
div.DivClassName
{
background-color: #EDE513;
}
.BgClassName
{
background-color: #EDE513;
}
</style>
border-color css
<style>
span { border-color: #EDE513; }
span { border-color: rgb(237,229,19); }
td.TdClassName
{
border-color: #EDE513;
}
.TagClassName
{
border-color: #EDE513;
}
</style>