Shades of Lemon #EDEF1E
Tints of Lemon #EDEF1E
RGB
CMYK
RGB Variations
Color information
#EDEF1E (or 0xEDEF1E) is known color: Lemon. HEX triplet: ED, EF and 1E. RGB value is (237,239,30). Sum of RGB (Red+Green+Blue) = 237+239+30=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF1E is #1210E1. Grayscale: #D7D7D7. Windows color (decimal): -1183970 or 2027501. OLE color: 2027501.
HSL color Cylindrical-coordinate representation of color #EDEF1E: hue angle of 60.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDEF1E is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 30 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.06 |
| HSL | 60.57º | 0.87% | 0.53% | - |
| HSV(B) | 60.57º | 0.87% | 0.94% | - |
| XYZ | 66.03 | 79.83 | 13.16 | - |
| YUV | 214.58 | 23.84 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 30 | 0.01 | 0 | 0.87 | 0.06 | 60.57 | 0.87 | 0.53 |
| Hex | ED | EF | 1E | 1 | 0 | 57 | 6 | 3D | 57 | 35 |
| Octal | 355 | 357 | 36 | 1 | 0 | 127 | 6 | 75 | 127 | 65 |
| Binary | 11101101 | 11101111 | 11110 | 1 | 0 | 1010111 | 110 | 111101 | 1010111 | 110101 |
Color Harmonies of #EDEF1E
Complementary color
Monochromatic Colors of #EDEF1E
Black with #EDEF1E
Text Example
Text Example
White with #EDEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF1E; }
p { color: rgb(237,239,30); }
H1.HeaderClassName
{
color: #EDEF1E;
}
.AnyTagClassName
{
color: #EDEF1E;
}
</style>
background-color css
<style>
a { background-color: #EDEF1E; }
a { background-color: rgb(237,239,30); }
div.DivClassName
{
background-color: #EDEF1E;
}
.BgClassName
{
background-color: #EDEF1E;
}
</style>
border-color css
<style>
span { border-color: #EDEF1E; }
span { border-color: rgb(237,239,30); }
td.TdClassName
{
border-color: #EDEF1E;
}
.TagClassName
{
border-color: #EDEF1E;
}
</style>