Shades of Lemon #EFDB12
Tints of Lemon #EFDB12
RGB
CMYK
RGB Variations
Color information
#EFDB12 (or 0xEFDB12) is known color: Lemon. HEX triplet: EF, DB and 12. RGB value is (239,219,18). Sum of RGB (Red+Green+Blue) = 239+219+18=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB12 is #1024ED. Grayscale: #CACACA. Windows color (decimal): -1058030 or 1235951. OLE color: 1235951.
HSL color Cylindrical-coordinate representation of color #EFDB12: hue angle of 54.57º 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 #EFDB12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 54.57º | 0.87% | 0.5% | - |
| HSV(B) | 54.57º | 0.92% | 0.94% | - |
| XYZ | 61.04 | 69.06 | 10.68 | - |
| YUV | 202.07 | 24.13 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 18 | 0 | 0.08 | 0.92 | 0.06 | 54.57 | 0.87 | 0.5 |
| Hex | EF | DB | 12 | 0 | 8 | 5C | 6 | 37 | 57 | 32 |
| Octal | 357 | 333 | 22 | 0 | 10 | 134 | 6 | 67 | 127 | 62 |
| Binary | 11101111 | 11011011 | 10010 | 0 | 1000 | 1011100 | 110 | 110111 | 1010111 | 110010 |
Color Harmonies of #EFDB12
Complementary color
Monochromatic Colors of #EFDB12
Black with #EFDB12
Text Example
Text Example
White with #EFDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB12; }
p { color: rgb(239,219,18); }
H1.HeaderClassName
{
color: #EFDB12;
}
.AnyTagClassName
{
color: #EFDB12;
}
</style>
background-color css
<style>
a { background-color: #EFDB12; }
a { background-color: rgb(239,219,18); }
div.DivClassName
{
background-color: #EFDB12;
}
.BgClassName
{
background-color: #EFDB12;
}
</style>
border-color css
<style>
span { border-color: #EFDB12; }
span { border-color: rgb(239,219,18); }
td.TdClassName
{
border-color: #EFDB12;
}
.TagClassName
{
border-color: #EFDB12;
}
</style>