Shades of Lemon #EFDF09
Tints of Lemon #EFDF09
RGB
CMYK
RGB Variations
Color information
#EFDF09 (or 0xEFDF09) is known color: Lemon. HEX triplet: EF, DF and 09. RGB value is (239,223,9). Sum of RGB (Red+Green+Blue) = 239+223+9=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 9 (3.91% from 255 or 1.91% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF09 is #1020F6. Grayscale: #CCCCCC. Windows color (decimal): -1057015 or 647151. OLE color: 647151.
HSL color Cylindrical-coordinate representation of color #EFDF09: hue angle of 55.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFDF09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.06 |
| HSL | 55.83º | 0.93% | 0.49% | - |
| HSV(B) | 55.83º | 0.96% | 0.94% | - |
| XYZ | 62.03 | 71.15 | 10.72 | - |
| YUV | 203.39 | 18.3 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 9 | 0 | 0.07 | 0.96 | 0.06 | 55.83 | 0.93 | 0.49 |
| Hex | EF | DF | 9 | 0 | 7 | 60 | 6 | 38 | 5D | 31 |
| Octal | 357 | 337 | 11 | 0 | 7 | 140 | 6 | 70 | 135 | 61 |
| Binary | 11101111 | 11011111 | 1001 | 0 | 111 | 1100000 | 110 | 111000 | 1011101 | 110001 |
Color Harmonies of #EFDF09
Complementary color
Monochromatic Colors of #EFDF09
Black with #EFDF09
Text Example
Text Example
White with #EFDF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF09; }
p { color: rgb(239,223,9); }
H1.HeaderClassName
{
color: #EFDF09;
}
.AnyTagClassName
{
color: #EFDF09;
}
</style>
background-color css
<style>
a { background-color: #EFDF09; }
a { background-color: rgb(239,223,9); }
div.DivClassName
{
background-color: #EFDF09;
}
.BgClassName
{
background-color: #EFDF09;
}
</style>
border-color css
<style>
span { border-color: #EFDF09; }
span { border-color: rgb(239,223,9); }
td.TdClassName
{
border-color: #EFDF09;
}
.TagClassName
{
border-color: #EFDF09;
}
</style>