Shades of Lemon #EFDD15
Tints of Lemon #EFDD15
RGB
CMYK
RGB Variations
Color information
#EFDD15 (or 0xEFDD15) is known color: Lemon. HEX triplet: EF, DD and 15. RGB value is (239,221,21). Sum of RGB (Red+Green+Blue) = 239+221+21=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD15 is #1022EA. Grayscale: #CCCCCC. Windows color (decimal): -1057515 or 1433071. OLE color: 1433071.
HSL color Cylindrical-coordinate representation of color #EFDD15: hue angle of 55.05º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFDD15 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 21 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.06 |
| HSL | 55.05º | 0.87% | 0.51% | - |
| HSV(B) | 55.05º | 0.91% | 0.94% | - |
| XYZ | 61.59 | 70.12 | 11 | - |
| YUV | 203.58 | 24.96 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 21 | 0 | 0.08 | 0.91 | 0.06 | 55.05 | 0.87 | 0.51 |
| Hex | EF | DD | 15 | 0 | 8 | 5B | 6 | 37 | 57 | 33 |
| Octal | 357 | 335 | 25 | 0 | 10 | 133 | 6 | 67 | 127 | 63 |
| Binary | 11101111 | 11011101 | 10101 | 0 | 1000 | 1011011 | 110 | 110111 | 1010111 | 110011 |
Color Harmonies of #EFDD15
Complementary color
Monochromatic Colors of #EFDD15
Black with #EFDD15
Text Example
Text Example
White with #EFDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD15; }
p { color: rgb(239,221,21); }
H1.HeaderClassName
{
color: #EFDD15;
}
.AnyTagClassName
{
color: #EFDD15;
}
</style>
background-color css
<style>
a { background-color: #EFDD15; }
a { background-color: rgb(239,221,21); }
div.DivClassName
{
background-color: #EFDD15;
}
.BgClassName
{
background-color: #EFDD15;
}
</style>
border-color css
<style>
span { border-color: #EFDD15; }
span { border-color: rgb(239,221,21); }
td.TdClassName
{
border-color: #EFDD15;
}
.TagClassName
{
border-color: #EFDD15;
}
</style>