Shades of Lemon #EDE613
Tints of Lemon #EDE613
RGB
CMYK
RGB Variations
Color information
#EDE613 (or 0xEDE613) is known color: Lemon. HEX triplet: ED, E6 and 13. RGB value is (237,230,19). Sum of RGB (Red+Green+Blue) = 237+230+19=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE613 is #1219EC. Grayscale: #D0D0D0. Windows color (decimal): -1186285 or 1304301. OLE color: 1304301.
HSL color Cylindrical-coordinate representation of color #EDE613: hue angle of 58.07º 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 #EDE613 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.07º | 0.86% | 0.5% | - |
| HSV(B) | 58.07º | 0.92% | 0.93% | - |
| XYZ | 63.34 | 74.65 | 11.69 | - |
| YUV | 208.04 | 21.32 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 19 | 0 | 0.03 | 0.92 | 0.07 | 58.07 | 0.86 | 0.5 |
| Hex | ED | E6 | 13 | 0 | 3 | 5C | 7 | 3A | 56 | 32 |
| Octal | 355 | 346 | 23 | 0 | 3 | 134 | 7 | 72 | 126 | 62 |
| Binary | 11101101 | 11100110 | 10011 | 0 | 11 | 1011100 | 111 | 111010 | 1010110 | 110010 |
Color Harmonies of #EDE613
Complementary color
Monochromatic Colors of #EDE613
Black with #EDE613
Text Example
Text Example
White with #EDE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE613; }
p { color: rgb(237,230,19); }
H1.HeaderClassName
{
color: #EDE613;
}
.AnyTagClassName
{
color: #EDE613;
}
</style>
background-color css
<style>
a { background-color: #EDE613; }
a { background-color: rgb(237,230,19); }
div.DivClassName
{
background-color: #EDE613;
}
.BgClassName
{
background-color: #EDE613;
}
</style>
border-color css
<style>
span { border-color: #EDE613; }
span { border-color: rgb(237,230,19); }
td.TdClassName
{
border-color: #EDE613;
}
.TagClassName
{
border-color: #EDE613;
}
</style>