Shades of Lemon #EDE714
Tints of Lemon #EDE714
RGB
CMYK
RGB Variations
Color information
#EDE714 (or 0xEDE714) is known color: Lemon. HEX triplet: ED, E7 and 14. RGB value is (237,231,20). Sum of RGB (Red+Green+Blue) = 237+231+20=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE714 is #1218EB. Grayscale: #D1D1D1. Windows color (decimal): -1186028 or 1370093. OLE color: 1370093.
HSL color Cylindrical-coordinate representation of color #EDE714: hue angle of 58.34º 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 #EDE714 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 20 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.34º | 0.86% | 0.5% | - |
| HSV(B) | 58.34º | 0.92% | 0.93% | - |
| XYZ | 63.63 | 75.21 | 11.82 | - |
| YUV | 208.74 | 21.49 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 20 | 0 | 0.03 | 0.92 | 0.07 | 58.34 | 0.86 | 0.5 |
| Hex | ED | E7 | 14 | 0 | 3 | 5C | 7 | 3A | 56 | 32 |
| Octal | 355 | 347 | 24 | 0 | 3 | 134 | 7 | 72 | 126 | 62 |
| Binary | 11101101 | 11100111 | 10100 | 0 | 11 | 1011100 | 111 | 111010 | 1010110 | 110010 |
Color Harmonies of #EDE714
Complementary color
Monochromatic Colors of #EDE714
Black with #EDE714
Text Example
Text Example
White with #EDE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE714; }
p { color: rgb(237,231,20); }
H1.HeaderClassName
{
color: #EDE714;
}
.AnyTagClassName
{
color: #EDE714;
}
</style>
background-color css
<style>
a { background-color: #EDE714; }
a { background-color: rgb(237,231,20); }
div.DivClassName
{
background-color: #EDE714;
}
.BgClassName
{
background-color: #EDE714;
}
</style>
border-color css
<style>
span { border-color: #EDE714; }
span { border-color: rgb(237,231,20); }
td.TdClassName
{
border-color: #EDE714;
}
.TagClassName
{
border-color: #EDE714;
}
</style>