Shades of Lemon #EFDF10
Tints of Lemon #EFDF10
RGB
CMYK
RGB Variations
Color information
#EFDF10 (or 0xEFDF10) is known color: Lemon. HEX triplet: EF, DF and 10. RGB value is (239,223,16). Sum of RGB (Red+Green+Blue) = 239+223+16=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF10 is #1020EF. Grayscale: #CDCDCD. Windows color (decimal): -1057008 or 1105903. OLE color: 1105903.
HSL color Cylindrical-coordinate representation of color #EFDF10: hue angle of 55.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFDF10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.06 |
| HSL | 55.7º | 0.87% | 0.5% | - |
| HSV(B) | 55.7º | 0.93% | 0.94% | - |
| XYZ | 62.08 | 71.16 | 10.95 | - |
| YUV | 204.19 | 21.8 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 16 | 0 | 0.07 | 0.93 | 0.06 | 55.7 | 0.87 | 0.5 |
| Hex | EF | DF | 10 | 0 | 7 | 5D | 6 | 38 | 57 | 32 |
| Octal | 357 | 337 | 20 | 0 | 7 | 135 | 6 | 70 | 127 | 62 |
| Binary | 11101111 | 11011111 | 10000 | 0 | 111 | 1011101 | 110 | 111000 | 1010111 | 110010 |
Color Harmonies of #EFDF10
Complementary color
Monochromatic Colors of #EFDF10
Black with #EFDF10
Text Example
Text Example
White with #EFDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF10; }
p { color: rgb(239,223,16); }
H1.HeaderClassName
{
color: #EFDF10;
}
.AnyTagClassName
{
color: #EFDF10;
}
</style>
background-color css
<style>
a { background-color: #EFDF10; }
a { background-color: rgb(239,223,16); }
div.DivClassName
{
background-color: #EFDF10;
}
.BgClassName
{
background-color: #EFDF10;
}
</style>
border-color css
<style>
span { border-color: #EFDF10; }
span { border-color: rgb(239,223,16); }
td.TdClassName
{
border-color: #EFDF10;
}
.TagClassName
{
border-color: #EFDF10;
}
</style>