Shades of Lemon #EFDF0C
Tints of Lemon #EFDF0C
RGB
CMYK
RGB Variations
Color information
#EFDF0C (or 0xEFDF0C) is known color: Lemon. HEX triplet: EF, DF and 0C. RGB value is (239,223,12). Sum of RGB (Red+Green+Blue) = 239+223+12=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF0C is #1020F3. Grayscale: #CCCCCC. Windows color (decimal): -1057012 or 843759. OLE color: 843759.
HSL color Cylindrical-coordinate representation of color #EFDF0C: hue angle of 55.77º 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 #EFDF0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.06 |
| HSL | 55.77º | 0.9% | 0.49% | - |
| HSV(B) | 55.77º | 0.95% | 0.94% | - |
| XYZ | 62.05 | 71.15 | 10.81 | - |
| YUV | 203.73 | 19.8 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 12 | 0 | 0.07 | 0.95 | 0.06 | 55.77 | 0.9 | 0.49 |
| Hex | EF | DF | C | 0 | 7 | 5F | 6 | 38 | 5A | 31 |
| Octal | 357 | 337 | 14 | 0 | 7 | 137 | 6 | 70 | 132 | 61 |
| Binary | 11101111 | 11011111 | 1100 | 0 | 111 | 1011111 | 110 | 111000 | 1011010 | 110001 |
Color Harmonies of #EFDF0C
Complementary color
Monochromatic Colors of #EFDF0C
Black with #EFDF0C
Text Example
Text Example
White with #EFDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF0C; }
p { color: rgb(239,223,12); }
H1.HeaderClassName
{
color: #EFDF0C;
}
.AnyTagClassName
{
color: #EFDF0C;
}
</style>
background-color css
<style>
a { background-color: #EFDF0C; }
a { background-color: rgb(239,223,12); }
div.DivClassName
{
background-color: #EFDF0C;
}
.BgClassName
{
background-color: #EFDF0C;
}
</style>
border-color css
<style>
span { border-color: #EFDF0C; }
span { border-color: rgb(239,223,12); }
td.TdClassName
{
border-color: #EFDF0C;
}
.TagClassName
{
border-color: #EFDF0C;
}
</style>