Shades of Lemon #EFDD11
Tints of Lemon #EFDD11
RGB
CMYK
RGB Variations
Color information
#EFDD11 (or 0xEFDD11) is known color: Lemon. HEX triplet: EF, DD and 11. RGB value is (239,221,17). Sum of RGB (Red+Green+Blue) = 239+221+17=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD11 is #1022EE. Grayscale: #CBCBCB. Windows color (decimal): -1057519 or 1170927. OLE color: 1170927.
HSL color Cylindrical-coordinate representation of color #EFDD11: hue angle of 55.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFDD11 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 17 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.06 |
| HSL | 55.14º | 0.87% | 0.5% | - |
| HSV(B) | 55.14º | 0.93% | 0.94% | - |
| XYZ | 61.55 | 70.1 | 10.82 | - |
| YUV | 203.13 | 22.96 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 17 | 0 | 0.08 | 0.93 | 0.06 | 55.14 | 0.87 | 0.5 |
| Hex | EF | DD | 11 | 0 | 8 | 5D | 6 | 37 | 57 | 32 |
| Octal | 357 | 335 | 21 | 0 | 10 | 135 | 6 | 67 | 127 | 62 |
| Binary | 11101111 | 11011101 | 10001 | 0 | 1000 | 1011101 | 110 | 110111 | 1010111 | 110010 |
Color Harmonies of #EFDD11
Complementary color
Monochromatic Colors of #EFDD11
Black with #EFDD11
Text Example
Text Example
White with #EFDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD11; }
p { color: rgb(239,221,17); }
H1.HeaderClassName
{
color: #EFDD11;
}
.AnyTagClassName
{
color: #EFDD11;
}
</style>
background-color css
<style>
a { background-color: #EFDD11; }
a { background-color: rgb(239,221,17); }
div.DivClassName
{
background-color: #EFDD11;
}
.BgClassName
{
background-color: #EFDD11;
}
</style>
border-color css
<style>
span { border-color: #EFDD11; }
span { border-color: rgb(239,221,17); }
td.TdClassName
{
border-color: #EFDD11;
}
.TagClassName
{
border-color: #EFDD11;
}
</style>