Shades of Lemon #EFDC10
Tints of Lemon #EFDC10
RGB
CMYK
RGB Variations
Color information
#EFDC10 (or 0xEFDC10) is known color: Lemon. HEX triplet: EF, DC and 10. RGB value is (239,220,16). Sum of RGB (Red+Green+Blue) = 239+220+16=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC10 is #1023EF. Grayscale: #CBCBCB. Windows color (decimal): -1057776 or 1105135. OLE color: 1105135.
HSL color Cylindrical-coordinate representation of color #EFDC10: hue angle of 54.89º 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 #EFDC10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.06 |
| HSL | 54.89º | 0.87% | 0.5% | - |
| HSV(B) | 54.89º | 0.93% | 0.94% | - |
| XYZ | 61.28 | 69.57 | 10.69 | - |
| YUV | 202.43 | 22.79 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 16 | 0 | 0.08 | 0.93 | 0.06 | 54.89 | 0.87 | 0.5 |
| Hex | EF | DC | 10 | 0 | 8 | 5D | 6 | 37 | 57 | 32 |
| Octal | 357 | 334 | 20 | 0 | 10 | 135 | 6 | 67 | 127 | 62 |
| Binary | 11101111 | 11011100 | 10000 | 0 | 1000 | 1011101 | 110 | 110111 | 1010111 | 110010 |
Color Harmonies of #EFDC10
Complementary color
Monochromatic Colors of #EFDC10
Black with #EFDC10
Text Example
Text Example
White with #EFDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC10; }
p { color: rgb(239,220,16); }
H1.HeaderClassName
{
color: #EFDC10;
}
.AnyTagClassName
{
color: #EFDC10;
}
</style>
background-color css
<style>
a { background-color: #EFDC10; }
a { background-color: rgb(239,220,16); }
div.DivClassName
{
background-color: #EFDC10;
}
.BgClassName
{
background-color: #EFDC10;
}
</style>
border-color css
<style>
span { border-color: #EFDC10; }
span { border-color: rgb(239,220,16); }
td.TdClassName
{
border-color: #EFDC10;
}
.TagClassName
{
border-color: #EFDC10;
}
</style>