Shades of Lemon #EDEC00
Tints of Lemon #EDEC00
RGB
CMYK
RGB Variations
Color information
#EDEC00 (or 0xEDEC00) is known color: Lemon. HEX triplet: ED, EC and 00. RGB value is (237,236,0). Sum of RGB (Red+Green+Blue) = 237+236+0=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC00 is #1213FF. Grayscale: #D2D2D2. Windows color (decimal): -1184768 or 60653. OLE color: 60653.
HSL color Cylindrical-coordinate representation of color #EDEC00: hue angle of 59.75º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDEC00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.07 |
| HSL | 59.75º | 1% | 0.46% | - |
| HSV(B) | 59.75º | 1% | 0.93% | - |
| XYZ | 64.92 | 78 | 11.63 | - |
| YUV | 209.4 | 9.83 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 0 | 0 | 0.00 | 1 | 0.07 | 59.75 | 1 | 0.46 |
| Hex | ED | EC | 0 | 0 | 0 | 64 | 7 | 3C | 64 | 2E |
| Octal | 355 | 354 | 0 | 0 | 0 | 144 | 7 | 74 | 144 | 56 |
| Binary | 11101101 | 11101100 | 0 | 0 | 0 | 1100100 | 111 | 111100 | 1100100 | 101110 |
Color Harmonies of #EDEC00
Complementary color
Monochromatic Colors of #EDEC00
Black with #EDEC00
Text Example
Text Example
White with #EDEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC00; }
p { color: rgb(237,236,0); }
H1.HeaderClassName
{
color: #EDEC00;
}
.AnyTagClassName
{
color: #EDEC00;
}
</style>
background-color css
<style>
a { background-color: #EDEC00; }
a { background-color: rgb(237,236,0); }
div.DivClassName
{
background-color: #EDEC00;
}
.BgClassName
{
background-color: #EDEC00;
}
</style>
border-color css
<style>
span { border-color: #EDEC00; }
span { border-color: rgb(237,236,0); }
td.TdClassName
{
border-color: #EDEC00;
}
.TagClassName
{
border-color: #EDEC00;
}
</style>