Shades of Lemon #EDE013
Tints of Lemon #EDE013
RGB
CMYK
RGB Variations
Color information
#EDE013 (or 0xEDE013) is known color: Lemon. HEX triplet: ED, E0 and 13. RGB value is (237,224,19). Sum of RGB (Red+Green+Blue) = 237+224+19=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE013 is #121FEC. Grayscale: #CDCDCD. Windows color (decimal): -1187821 or 1302765. OLE color: 1302765.
HSL color Cylindrical-coordinate representation of color #EDE013: hue angle of 56.42º 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 #EDE013 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 19 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.42º | 0.86% | 0.5% | - |
| HSV(B) | 56.42º | 0.92% | 0.93% | - |
| XYZ | 61.7 | 71.36 | 11.14 | - |
| YUV | 204.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 19 | 0 | 0.05 | 0.92 | 0.07 | 56.42 | 0.86 | 0.5 |
| Hex | ED | E0 | 13 | 0 | 5 | 5C | 7 | 38 | 56 | 32 |
| Octal | 355 | 340 | 23 | 0 | 5 | 134 | 7 | 70 | 126 | 62 |
| Binary | 11101101 | 11100000 | 10011 | 0 | 101 | 1011100 | 111 | 111000 | 1010110 | 110010 |
Color Harmonies of #EDE013
Complementary color
Monochromatic Colors of #EDE013
Black with #EDE013
Text Example
Text Example
White with #EDE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE013; }
p { color: rgb(237,224,19); }
H1.HeaderClassName
{
color: #EDE013;
}
.AnyTagClassName
{
color: #EDE013;
}
</style>
background-color css
<style>
a { background-color: #EDE013; }
a { background-color: rgb(237,224,19); }
div.DivClassName
{
background-color: #EDE013;
}
.BgClassName
{
background-color: #EDE013;
}
</style>
border-color css
<style>
span { border-color: #EDE013; }
span { border-color: rgb(237,224,19); }
td.TdClassName
{
border-color: #EDE013;
}
.TagClassName
{
border-color: #EDE013;
}
</style>