Shades of Lemon #EFDC18
Tints of Lemon #EFDC18
RGB
CMYK
RGB Variations
Color information
#EFDC18 (or 0xEFDC18) is known color: Lemon. HEX triplet: EF, DC and 18. RGB value is (239,220,24). Sum of RGB (Red+Green+Blue) = 239+220+24=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC18 is #1023E7. Grayscale: #CCCCCC. Windows color (decimal): -1057768 or 1629423. OLE color: 1629423.
HSL color Cylindrical-coordinate representation of color #EFDC18: hue angle of 54.7º 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 #EFDC18 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 24 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.06 |
| HSL | 54.7º | 0.87% | 0.52% | - |
| HSV(B) | 54.7º | 0.9% | 0.94% | - |
| XYZ | 61.35 | 69.6 | 11.07 | - |
| YUV | 203.34 | 26.79 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 24 | 0 | 0.08 | 0.90 | 0.06 | 54.7 | 0.87 | 0.52 |
| Hex | EF | DC | 18 | 0 | 8 | 5A | 6 | 37 | 57 | 34 |
| Octal | 357 | 334 | 30 | 0 | 10 | 132 | 6 | 67 | 127 | 64 |
| Binary | 11101111 | 11011100 | 11000 | 0 | 1000 | 1011010 | 110 | 110111 | 1010111 | 110100 |
Color Harmonies of #EFDC18
Complementary color
Monochromatic Colors of #EFDC18
Black with #EFDC18
Text Example
Text Example
White with #EFDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC18; }
p { color: rgb(239,220,24); }
H1.HeaderClassName
{
color: #EFDC18;
}
.AnyTagClassName
{
color: #EFDC18;
}
</style>
background-color css
<style>
a { background-color: #EFDC18; }
a { background-color: rgb(239,220,24); }
div.DivClassName
{
background-color: #EFDC18;
}
.BgClassName
{
background-color: #EFDC18;
}
</style>
border-color css
<style>
span { border-color: #EFDC18; }
span { border-color: rgb(239,220,24); }
td.TdClassName
{
border-color: #EFDC18;
}
.TagClassName
{
border-color: #EFDC18;
}
</style>