Shades of Lemon #EFDB13
Tints of Lemon #EFDB13
RGB
CMYK
RGB Variations
Color information
#EFDB13 (or 0xEFDB13) is known color: Lemon. HEX triplet: EF, DB and 13. RGB value is (239,219,19). Sum of RGB (Red+Green+Blue) = 239+219+19=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB13 is #1024EC. Grayscale: #CACACA. Windows color (decimal): -1058029 or 1301487. OLE color: 1301487.
HSL color Cylindrical-coordinate representation of color #EFDB13: hue angle of 54.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFDB13 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 54.55º | 0.87% | 0.51% | - |
| HSV(B) | 54.55º | 0.92% | 0.94% | - |
| XYZ | 61.05 | 69.06 | 10.73 | - |
| YUV | 202.18 | 24.63 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 19 | 0 | 0.08 | 0.92 | 0.06 | 54.55 | 0.87 | 0.51 |
| Hex | EF | DB | 13 | 0 | 8 | 5C | 6 | 37 | 57 | 33 |
| Octal | 357 | 333 | 23 | 0 | 10 | 134 | 6 | 67 | 127 | 63 |
| Binary | 11101111 | 11011011 | 10011 | 0 | 1000 | 1011100 | 110 | 110111 | 1010111 | 110011 |
Color Harmonies of #EFDB13
Complementary color
Monochromatic Colors of #EFDB13
Black with #EFDB13
Text Example
Text Example
White with #EFDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB13; }
p { color: rgb(239,219,19); }
H1.HeaderClassName
{
color: #EFDB13;
}
.AnyTagClassName
{
color: #EFDB13;
}
</style>
background-color css
<style>
a { background-color: #EFDB13; }
a { background-color: rgb(239,219,19); }
div.DivClassName
{
background-color: #EFDB13;
}
.BgClassName
{
background-color: #EFDB13;
}
</style>
border-color css
<style>
span { border-color: #EFDB13; }
span { border-color: rgb(239,219,19); }
td.TdClassName
{
border-color: #EFDB13;
}
.TagClassName
{
border-color: #EFDB13;
}
</style>