Shades of Lemon #EFE60D
Tints of Lemon #EFE60D
RGB
CMYK
RGB Variations
Color information
#EFE60D (or 0xEFE60D) is known color: Lemon. HEX triplet: EF, E6 and 0D. RGB value is (239,230,13). Sum of RGB (Red+Green+Blue) = 239+230+13=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE60D is #1019F2. Grayscale: #D0D0D0. Windows color (decimal): -1055219 or 911087. OLE color: 911087.
HSL color Cylindrical-coordinate representation of color #EFE60D: hue angle of 57.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFE60D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.06 |
| HSL | 57.61º | 0.9% | 0.49% | - |
| HSV(B) | 57.61º | 0.95% | 0.94% | - |
| XYZ | 63.97 | 74.97 | 11.48 | - |
| YUV | 207.95 | 17.98 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 13 | 0 | 0.04 | 0.95 | 0.06 | 57.61 | 0.9 | 0.49 |
| Hex | EF | E6 | D | 0 | 4 | 5F | 6 | 3A | 5A | 31 |
| Octal | 357 | 346 | 15 | 0 | 4 | 137 | 6 | 72 | 132 | 61 |
| Binary | 11101111 | 11100110 | 1101 | 0 | 100 | 1011111 | 110 | 111010 | 1011010 | 110001 |
Color Harmonies of #EFE60D
Complementary color
Monochromatic Colors of #EFE60D
Black with #EFE60D
Text Example
Text Example
White with #EFE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE60D; }
p { color: rgb(239,230,13); }
H1.HeaderClassName
{
color: #EFE60D;
}
.AnyTagClassName
{
color: #EFE60D;
}
</style>
background-color css
<style>
a { background-color: #EFE60D; }
a { background-color: rgb(239,230,13); }
div.DivClassName
{
background-color: #EFE60D;
}
.BgClassName
{
background-color: #EFE60D;
}
</style>
border-color css
<style>
span { border-color: #EFE60D; }
span { border-color: rgb(239,230,13); }
td.TdClassName
{
border-color: #EFE60D;
}
.TagClassName
{
border-color: #EFE60D;
}
</style>