Shades of Lemon #EDEC0F
Tints of Lemon #EDEC0F
RGB
CMYK
RGB Variations
Color information
#EDEC0F (or 0xEDEC0F) is known color: Lemon. HEX triplet: ED, EC and 0F. RGB value is (237,236,15). Sum of RGB (Red+Green+Blue) = 237+236+15=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 15 (6.25% from 255 or 3.07% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC0F is #1213F0. Grayscale: #D3D3D3. Windows color (decimal): -1184753 or 1043693. OLE color: 1043693.
HSL color Cylindrical-coordinate representation of color #EDEC0F: hue angle of 59.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDEC0F is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 15 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.07 |
| HSL | 59.73º | 0.88% | 0.49% | - |
| HSV(B) | 59.73º | 0.94% | 0.93% | - |
| XYZ | 65.01 | 78.03 | 12.09 | - |
| YUV | 211.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 15 | 0 | 0.00 | 0.94 | 0.07 | 59.73 | 0.88 | 0.49 |
| Hex | ED | EC | F | 0 | 0 | 5E | 7 | 3C | 58 | 31 |
| Octal | 355 | 354 | 17 | 0 | 0 | 136 | 7 | 74 | 130 | 61 |
| Binary | 11101101 | 11101100 | 1111 | 0 | 0 | 1011110 | 111 | 111100 | 1011000 | 110001 |
Color Harmonies of #EDEC0F
Complementary color
Monochromatic Colors of #EDEC0F
Black with #EDEC0F
Text Example
Text Example
White with #EDEC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC0F; }
p { color: rgb(237,236,15); }
H1.HeaderClassName
{
color: #EDEC0F;
}
.AnyTagClassName
{
color: #EDEC0F;
}
</style>
background-color css
<style>
a { background-color: #EDEC0F; }
a { background-color: rgb(237,236,15); }
div.DivClassName
{
background-color: #EDEC0F;
}
.BgClassName
{
background-color: #EDEC0F;
}
</style>
border-color css
<style>
span { border-color: #EDEC0F; }
span { border-color: rgb(237,236,15); }
td.TdClassName
{
border-color: #EDEC0F;
}
.TagClassName
{
border-color: #EDEC0F;
}
</style>