Shades of Lemon #EFDD18
Tints of Lemon #EFDD18
RGB
CMYK
RGB Variations
Color information
#EFDD18 (or 0xEFDD18) is known color: Lemon. HEX triplet: EF, DD and 18. RGB value is (239,221,24). Sum of RGB (Red+Green+Blue) = 239+221+24=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD18 is #1022E7. Grayscale: #CCCCCC. Windows color (decimal): -1057512 or 1629679. OLE color: 1629679.
HSL color Cylindrical-coordinate representation of color #EFDD18: hue angle of 54.98º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFDD18 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 24 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.06 |
| HSL | 54.98º | 0.87% | 0.52% | - |
| HSV(B) | 54.98º | 0.9% | 0.94% | - |
| XYZ | 61.62 | 70.13 | 11.15 | - |
| YUV | 203.92 | 26.46 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 24 | 0 | 0.08 | 0.90 | 0.06 | 54.98 | 0.87 | 0.52 |
| Hex | EF | DD | 18 | 0 | 8 | 5A | 6 | 37 | 57 | 34 |
| Octal | 357 | 335 | 30 | 0 | 10 | 132 | 6 | 67 | 127 | 64 |
| Binary | 11101111 | 11011101 | 11000 | 0 | 1000 | 1011010 | 110 | 110111 | 1010111 | 110100 |
Color Harmonies of #EFDD18
Complementary color
Monochromatic Colors of #EFDD18
Black with #EFDD18
Text Example
Text Example
White with #EFDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD18; }
p { color: rgb(239,221,24); }
H1.HeaderClassName
{
color: #EFDD18;
}
.AnyTagClassName
{
color: #EFDD18;
}
</style>
background-color css
<style>
a { background-color: #EFDD18; }
a { background-color: rgb(239,221,24); }
div.DivClassName
{
background-color: #EFDD18;
}
.BgClassName
{
background-color: #EFDD18;
}
</style>
border-color css
<style>
span { border-color: #EFDD18; }
span { border-color: rgb(239,221,24); }
td.TdClassName
{
border-color: #EFDD18;
}
.TagClassName
{
border-color: #EFDD18;
}
</style>