Shades of Lemon #EFDF0D
Tints of Lemon #EFDF0D
RGB
CMYK
RGB Variations
Color information
#EFDF0D (or 0xEFDF0D) is known color: Lemon. HEX triplet: EF, DF and 0D. RGB value is (239,223,13). Sum of RGB (Red+Green+Blue) = 239+223+13=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF0D is #1020F2. Grayscale: #CCCCCC. Windows color (decimal): -1057011 or 909295. OLE color: 909295.
HSL color Cylindrical-coordinate representation of color #EFDF0D: hue angle of 55.75º 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 #EFDF0D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.06 |
| HSL | 55.75º | 0.9% | 0.49% | - |
| HSV(B) | 55.75º | 0.95% | 0.94% | - |
| XYZ | 62.06 | 71.16 | 10.84 | - |
| YUV | 203.84 | 20.3 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 13 | 0 | 0.07 | 0.95 | 0.06 | 55.75 | 0.9 | 0.49 |
| Hex | EF | DF | D | 0 | 7 | 5F | 6 | 38 | 5A | 31 |
| Octal | 357 | 337 | 15 | 0 | 7 | 137 | 6 | 70 | 132 | 61 |
| Binary | 11101111 | 11011111 | 1101 | 0 | 111 | 1011111 | 110 | 111000 | 1011010 | 110001 |
Color Harmonies of #EFDF0D
Complementary color
Monochromatic Colors of #EFDF0D
Black with #EFDF0D
Text Example
Text Example
White with #EFDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF0D; }
p { color: rgb(239,223,13); }
H1.HeaderClassName
{
color: #EFDF0D;
}
.AnyTagClassName
{
color: #EFDF0D;
}
</style>
background-color css
<style>
a { background-color: #EFDF0D; }
a { background-color: rgb(239,223,13); }
div.DivClassName
{
background-color: #EFDF0D;
}
.BgClassName
{
background-color: #EFDF0D;
}
</style>
border-color css
<style>
span { border-color: #EFDF0D; }
span { border-color: rgb(239,223,13); }
td.TdClassName
{
border-color: #EFDF0D;
}
.TagClassName
{
border-color: #EFDF0D;
}
</style>