Shades of Lemon #EDEF0A
Tints of Lemon #EDEF0A
RGB
CMYK
RGB Variations
Color information
#EDEF0A (or 0xEDEF0A) is known color: Lemon. HEX triplet: ED, EF and 0A. RGB value is (237,239,10). Sum of RGB (Red+Green+Blue) = 237+239+10=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF0A is #1210F5. Grayscale: #D5D5D5. Windows color (decimal): -1183990 or 716781. OLE color: 716781.
HSL color Cylindrical-coordinate representation of color #EDEF0A: hue angle of 60.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDEF0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.06 |
| HSL | 60.52º | 0.92% | 0.49% | - |
| HSV(B) | 60.52º | 0.96% | 0.94% | - |
| XYZ | 65.85 | 79.76 | 12.21 | - |
| YUV | 212.3 | 13.84 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 10 | 0.01 | 0 | 0.96 | 0.06 | 60.52 | 0.92 | 0.49 |
| Hex | ED | EF | A | 1 | 0 | 60 | 6 | 3D | 5C | 31 |
| Octal | 355 | 357 | 12 | 1 | 0 | 140 | 6 | 75 | 134 | 61 |
| Binary | 11101101 | 11101111 | 1010 | 1 | 0 | 1100000 | 110 | 111101 | 1011100 | 110001 |
Color Harmonies of #EDEF0A
Complementary color
Monochromatic Colors of #EDEF0A
Black with #EDEF0A
Text Example
Text Example
White with #EDEF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF0A; }
p { color: rgb(237,239,10); }
H1.HeaderClassName
{
color: #EDEF0A;
}
.AnyTagClassName
{
color: #EDEF0A;
}
</style>
background-color css
<style>
a { background-color: #EDEF0A; }
a { background-color: rgb(237,239,10); }
div.DivClassName
{
background-color: #EDEF0A;
}
.BgClassName
{
background-color: #EDEF0A;
}
</style>
border-color css
<style>
span { border-color: #EDEF0A; }
span { border-color: rgb(237,239,10); }
td.TdClassName
{
border-color: #EDEF0A;
}
.TagClassName
{
border-color: #EDEF0A;
}
</style>