Shades of Lemon #EFDD10
Tints of Lemon #EFDD10
RGB
CMYK
RGB Variations
Color information
#EFDD10 (or 0xEFDD10) is known color: Lemon. HEX triplet: EF, DD and 10. RGB value is (239,221,16). Sum of RGB (Red+Green+Blue) = 239+221+16=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD10 is #1022EF. Grayscale: #CBCBCB. Windows color (decimal): -1057520 or 1105391. OLE color: 1105391.
HSL color Cylindrical-coordinate representation of color #EFDD10: hue angle of 55.16º 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 #EFDD10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.06 |
| HSL | 55.16º | 0.87% | 0.5% | - |
| HSV(B) | 55.16º | 0.93% | 0.94% | - |
| XYZ | 61.55 | 70.1 | 10.78 | - |
| YUV | 203.01 | 22.46 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 16 | 0 | 0.08 | 0.93 | 0.06 | 55.16 | 0.87 | 0.5 |
| Hex | EF | DD | 10 | 0 | 8 | 5D | 6 | 37 | 57 | 32 |
| Octal | 357 | 335 | 20 | 0 | 10 | 135 | 6 | 67 | 127 | 62 |
| Binary | 11101111 | 11011101 | 10000 | 0 | 1000 | 1011101 | 110 | 110111 | 1010111 | 110010 |
Color Harmonies of #EFDD10
Complementary color
Monochromatic Colors of #EFDD10
Black with #EFDD10
Text Example
Text Example
White with #EFDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD10; }
p { color: rgb(239,221,16); }
H1.HeaderClassName
{
color: #EFDD10;
}
.AnyTagClassName
{
color: #EFDD10;
}
</style>
background-color css
<style>
a { background-color: #EFDD10; }
a { background-color: rgb(239,221,16); }
div.DivClassName
{
background-color: #EFDD10;
}
.BgClassName
{
background-color: #EFDD10;
}
</style>
border-color css
<style>
span { border-color: #EFDD10; }
span { border-color: rgb(239,221,16); }
td.TdClassName
{
border-color: #EFDD10;
}
.TagClassName
{
border-color: #EFDD10;
}
</style>