Shades of Lemon #EDF31B
Tints of Lemon #EDF31B
RGB
CMYK
RGB Variations
Color information
#EDF31B (or 0xEDF31B) is known color: Lemon. HEX triplet: ED, F3 and 1B. RGB value is (237,243,27). Sum of RGB (Red+Green+Blue) = 237+243+27=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 27 (10.94% from 255 or 5.33% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF31B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF31B is #120CE4. Grayscale: #D9D9D9. Windows color (decimal): -1182949 or 1831917. OLE color: 1831917.
HSL color Cylindrical-coordinate representation of color #EDF31B: hue angle of 61.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF31B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.05 |
| HSL | 61.67º | 0.9% | 0.53% | - |
| HSV(B) | 61.67º | 0.89% | 0.95% | - |
| XYZ | 67.17 | 82.18 | 13.36 | - |
| YUV | 216.58 | 21.01 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 27 | 0.02 | 0 | 0.89 | 0.05 | 61.67 | 0.9 | 0.53 |
| Hex | ED | F3 | 1B | 2 | 0 | 59 | 5 | 3E | 5A | 35 |
| Octal | 355 | 363 | 33 | 2 | 0 | 131 | 5 | 76 | 132 | 65 |
| Binary | 11101101 | 11110011 | 11011 | 10 | 0 | 1011001 | 101 | 111110 | 1011010 | 110101 |
Color Harmonies of #EDF31B
Complementary color
Monochromatic Colors of #EDF31B
Black with #EDF31B
Text Example
Text Example
White with #EDF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF31B; }
p { color: rgb(237,243,27); }
H1.HeaderClassName
{
color: #EDF31B;
}
.AnyTagClassName
{
color: #EDF31B;
}
</style>
background-color css
<style>
a { background-color: #EDF31B; }
a { background-color: rgb(237,243,27); }
div.DivClassName
{
background-color: #EDF31B;
}
.BgClassName
{
background-color: #EDF31B;
}
</style>
border-color css
<style>
span { border-color: #EDF31B; }
span { border-color: rgb(237,243,27); }
td.TdClassName
{
border-color: #EDF31B;
}
.TagClassName
{
border-color: #EDF31B;
}
</style>