Shades of Lemon #EFDD12
Tints of Lemon #EFDD12
RGB
CMYK
RGB Variations
Color information
#EFDD12 (or 0xEFDD12) is known color: Lemon. HEX triplet: EF, DD and 12. RGB value is (239,221,18). Sum of RGB (Red+Green+Blue) = 239+221+18=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD12 is #1022ED. Grayscale: #CCCCCC. Windows color (decimal): -1057518 or 1236463. OLE color: 1236463.
HSL color Cylindrical-coordinate representation of color #EFDD12: hue angle of 55.11º 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 #EFDD12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 55.11º | 0.87% | 0.5% | - |
| HSV(B) | 55.11º | 0.92% | 0.94% | - |
| XYZ | 61.56 | 70.11 | 10.86 | - |
| YUV | 203.24 | 23.46 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 18 | 0 | 0.08 | 0.92 | 0.06 | 55.11 | 0.87 | 0.5 |
| Hex | EF | DD | 12 | 0 | 8 | 5C | 6 | 37 | 57 | 32 |
| Octal | 357 | 335 | 22 | 0 | 10 | 134 | 6 | 67 | 127 | 62 |
| Binary | 11101111 | 11011101 | 10010 | 0 | 1000 | 1011100 | 110 | 110111 | 1010111 | 110010 |
Color Harmonies of #EFDD12
Complementary color
Monochromatic Colors of #EFDD12
Black with #EFDD12
Text Example
Text Example
White with #EFDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD12; }
p { color: rgb(239,221,18); }
H1.HeaderClassName
{
color: #EFDD12;
}
.AnyTagClassName
{
color: #EFDD12;
}
</style>
background-color css
<style>
a { background-color: #EFDD12; }
a { background-color: rgb(239,221,18); }
div.DivClassName
{
background-color: #EFDD12;
}
.BgClassName
{
background-color: #EFDD12;
}
</style>
border-color css
<style>
span { border-color: #EFDD12; }
span { border-color: rgb(239,221,18); }
td.TdClassName
{
border-color: #EFDD12;
}
.TagClassName
{
border-color: #EFDD12;
}
</style>