Shades of Lemon #EFE010
Tints of Lemon #EFE010
RGB
CMYK
RGB Variations
Color information
#EFE010 (or 0xEFE010) is known color: Lemon. HEX triplet: EF, E0 and 10. RGB value is (239,224,16). Sum of RGB (Red+Green+Blue) = 239+224+16=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE010 is #101FEF. Grayscale: #CDCDCD. Windows color (decimal): -1056752 or 1106159. OLE color: 1106159.
HSL color Cylindrical-coordinate representation of color #EFE010: hue angle of 55.96º 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 #EFE010 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.06 |
| HSL | 55.96º | 0.87% | 0.5% | - |
| HSV(B) | 55.96º | 0.93% | 0.94% | - |
| XYZ | 62.35 | 71.7 | 11.04 | - |
| YUV | 204.77 | 21.47 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 16 | 0 | 0.06 | 0.93 | 0.06 | 55.96 | 0.87 | 0.5 |
| Hex | EF | E0 | 10 | 0 | 6 | 5D | 6 | 38 | 57 | 32 |
| Octal | 357 | 340 | 20 | 0 | 6 | 135 | 6 | 70 | 127 | 62 |
| Binary | 11101111 | 11100000 | 10000 | 0 | 110 | 1011101 | 110 | 111000 | 1010111 | 110010 |
Color Harmonies of #EFE010
Complementary color
Monochromatic Colors of #EFE010
Black with #EFE010
Text Example
Text Example
White with #EFE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE010; }
p { color: rgb(239,224,16); }
H1.HeaderClassName
{
color: #EFE010;
}
.AnyTagClassName
{
color: #EFE010;
}
</style>
background-color css
<style>
a { background-color: #EFE010; }
a { background-color: rgb(239,224,16); }
div.DivClassName
{
background-color: #EFE010;
}
.BgClassName
{
background-color: #EFE010;
}
</style>
border-color css
<style>
span { border-color: #EFE010; }
span { border-color: rgb(239,224,16); }
td.TdClassName
{
border-color: #EFE010;
}
.TagClassName
{
border-color: #EFE010;
}
</style>