Shades of Lemon #EFE207
Tints of Lemon #EFE207
RGB
CMYK
RGB Variations
Color information
#EFE207 (or 0xEFE207) is known color: Lemon. HEX triplet: EF, E2 and 07. RGB value is (239,226,7). Sum of RGB (Red+Green+Blue) = 239+226+7=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE207 is #101DF8. Grayscale: #CDCDCD. Windows color (decimal): -1056249 or 516847. OLE color: 516847.
HSL color Cylindrical-coordinate representation of color #EFE207: hue angle of 56.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFE207 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.06 |
| HSL | 56.64º | 0.94% | 0.48% | - |
| HSV(B) | 56.64º | 0.97% | 0.94% | - |
| XYZ | 62.83 | 72.76 | 10.93 | - |
| YUV | 204.92 | 16.31 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 7 | 0 | 0.05 | 0.97 | 0.06 | 56.64 | 0.94 | 0.48 |
| Hex | EF | E2 | 7 | 0 | 5 | 61 | 6 | 39 | 5E | 30 |
| Octal | 357 | 342 | 7 | 0 | 5 | 141 | 6 | 71 | 136 | 60 |
| Binary | 11101111 | 11100010 | 111 | 0 | 101 | 1100001 | 110 | 111001 | 1011110 | 110000 |
Color Harmonies of #EFE207
Complementary color
Monochromatic Colors of #EFE207
Black with #EFE207
Text Example
Text Example
White with #EFE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE207; }
p { color: rgb(239,226,7); }
H1.HeaderClassName
{
color: #EFE207;
}
.AnyTagClassName
{
color: #EFE207;
}
</style>
background-color css
<style>
a { background-color: #EFE207; }
a { background-color: rgb(239,226,7); }
div.DivClassName
{
background-color: #EFE207;
}
.BgClassName
{
background-color: #EFE207;
}
</style>
border-color css
<style>
span { border-color: #EFE207; }
span { border-color: rgb(239,226,7); }
td.TdClassName
{
border-color: #EFE207;
}
.TagClassName
{
border-color: #EFE207;
}
</style>