Shades of Lemon #EDEC04
Tints of Lemon #EDEC04
RGB
CMYK
RGB Variations
Color information
#EDEC04 (or 0xEDEC04) is known color: Lemon. HEX triplet: ED, EC and 04. RGB value is (237,236,4). Sum of RGB (Red+Green+Blue) = 237+236+4=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC04 is #1213FB. Grayscale: #D2D2D2. Windows color (decimal): -1184764 or 322797. OLE color: 322797.
HSL color Cylindrical-coordinate representation of color #EDEC04: hue angle of 59.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDEC04 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.07 |
| HSL | 59.74º | 0.97% | 0.47% | - |
| HSV(B) | 59.74º | 0.98% | 0.93% | - |
| XYZ | 64.94 | 78 | 11.75 | - |
| YUV | 209.85 | 11.83 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 4 | 0 | 0.00 | 0.98 | 0.07 | 59.74 | 0.97 | 0.47 |
| Hex | ED | EC | 4 | 0 | 0 | 62 | 7 | 3C | 61 | 2F |
| Octal | 355 | 354 | 4 | 0 | 0 | 142 | 7 | 74 | 141 | 57 |
| Binary | 11101101 | 11101100 | 100 | 0 | 0 | 1100010 | 111 | 111100 | 1100001 | 101111 |
Color Harmonies of #EDEC04
Complementary color
Monochromatic Colors of #EDEC04
Black with #EDEC04
Text Example
Text Example
White with #EDEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC04; }
p { color: rgb(237,236,4); }
H1.HeaderClassName
{
color: #EDEC04;
}
.AnyTagClassName
{
color: #EDEC04;
}
</style>
background-color css
<style>
a { background-color: #EDEC04; }
a { background-color: rgb(237,236,4); }
div.DivClassName
{
background-color: #EDEC04;
}
.BgClassName
{
background-color: #EDEC04;
}
</style>
border-color css
<style>
span { border-color: #EDEC04; }
span { border-color: rgb(237,236,4); }
td.TdClassName
{
border-color: #EDEC04;
}
.TagClassName
{
border-color: #EDEC04;
}
</style>