Shades of Lemon #EFDB11
Tints of Lemon #EFDB11
RGB
CMYK
RGB Variations
Color information
#EFDB11 (or 0xEFDB11) is known color: Lemon. HEX triplet: EF, DB and 11. RGB value is (239,219,17). Sum of RGB (Red+Green+Blue) = 239+219+17=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB11 is #1024EE. Grayscale: #CACACA. Windows color (decimal): -1058031 or 1170415. OLE color: 1170415.
HSL color Cylindrical-coordinate representation of color #EFDB11: hue angle of 54.59º 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 #EFDB11 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 17 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.06 |
| HSL | 54.59º | 0.87% | 0.5% | - |
| HSV(B) | 54.59º | 0.93% | 0.94% | - |
| XYZ | 61.03 | 69.05 | 10.64 | - |
| YUV | 201.95 | 23.63 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 17 | 0 | 0.08 | 0.93 | 0.06 | 54.59 | 0.87 | 0.5 |
| Hex | EF | DB | 11 | 0 | 8 | 5D | 6 | 37 | 57 | 32 |
| Octal | 357 | 333 | 21 | 0 | 10 | 135 | 6 | 67 | 127 | 62 |
| Binary | 11101111 | 11011011 | 10001 | 0 | 1000 | 1011101 | 110 | 110111 | 1010111 | 110010 |
Color Harmonies of #EFDB11
Complementary color
Monochromatic Colors of #EFDB11
Black with #EFDB11
Text Example
Text Example
White with #EFDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB11; }
p { color: rgb(239,219,17); }
H1.HeaderClassName
{
color: #EFDB11;
}
.AnyTagClassName
{
color: #EFDB11;
}
</style>
background-color css
<style>
a { background-color: #EFDB11; }
a { background-color: rgb(239,219,17); }
div.DivClassName
{
background-color: #EFDB11;
}
.BgClassName
{
background-color: #EFDB11;
}
</style>
border-color css
<style>
span { border-color: #EFDB11; }
span { border-color: rgb(239,219,17); }
td.TdClassName
{
border-color: #EFDB11;
}
.TagClassName
{
border-color: #EFDB11;
}
</style>