Shades of Lemon #EFDC12
Tints of Lemon #EFDC12
RGB
CMYK
RGB Variations
Color information
#EFDC12 (or 0xEFDC12) is known color: Lemon. HEX triplet: EF, DC and 12. RGB value is (239,220,18). Sum of RGB (Red+Green+Blue) = 239+220+18=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC12 is #1023ED. Grayscale: #CBCBCB. Windows color (decimal): -1057774 or 1236207. OLE color: 1236207.
HSL color Cylindrical-coordinate representation of color #EFDC12: hue angle of 54.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFDC12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 54.84º | 0.87% | 0.5% | - |
| HSV(B) | 54.84º | 0.92% | 0.94% | - |
| XYZ | 61.3 | 69.58 | 10.77 | - |
| YUV | 202.65 | 23.79 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 18 | 0 | 0.08 | 0.92 | 0.06 | 54.84 | 0.87 | 0.5 |
| Hex | EF | DC | 12 | 0 | 8 | 5C | 6 | 37 | 57 | 32 |
| Octal | 357 | 334 | 22 | 0 | 10 | 134 | 6 | 67 | 127 | 62 |
| Binary | 11101111 | 11011100 | 10010 | 0 | 1000 | 1011100 | 110 | 110111 | 1010111 | 110010 |
Color Harmonies of #EFDC12
Complementary color
Monochromatic Colors of #EFDC12
Black with #EFDC12
Text Example
Text Example
White with #EFDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC12; }
p { color: rgb(239,220,18); }
H1.HeaderClassName
{
color: #EFDC12;
}
.AnyTagClassName
{
color: #EFDC12;
}
</style>
background-color css
<style>
a { background-color: #EFDC12; }
a { background-color: rgb(239,220,18); }
div.DivClassName
{
background-color: #EFDC12;
}
.BgClassName
{
background-color: #EFDC12;
}
</style>
border-color css
<style>
span { border-color: #EFDC12; }
span { border-color: rgb(239,220,18); }
td.TdClassName
{
border-color: #EFDC12;
}
.TagClassName
{
border-color: #EFDC12;
}
</style>