Shades of Lemon #EFE311
Tints of Lemon #EFE311
RGB
CMYK
RGB Variations
Color information
#EFE311 (or 0xEFE311) is known color: Lemon. HEX triplet: EF, E3 and 11. RGB value is (239,227,17). Sum of RGB (Red+Green+Blue) = 239+227+17=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE311 is #101CEE. Grayscale: #CFCFCF. Windows color (decimal): -1055983 or 1172463. OLE color: 1172463.
HSL color Cylindrical-coordinate representation of color #EFE311: hue angle of 56.76º 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 #EFE311 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.06 |
| HSL | 56.76º | 0.87% | 0.5% | - |
| HSV(B) | 56.76º | 0.93% | 0.94% | - |
| XYZ | 63.17 | 73.33 | 11.36 | - |
| YUV | 206.65 | 20.98 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 17 | 0 | 0.05 | 0.93 | 0.06 | 56.76 | 0.87 | 0.5 |
| Hex | EF | E3 | 11 | 0 | 5 | 5D | 6 | 39 | 57 | 32 |
| Octal | 357 | 343 | 21 | 0 | 5 | 135 | 6 | 71 | 127 | 62 |
| Binary | 11101111 | 11100011 | 10001 | 0 | 101 | 1011101 | 110 | 111001 | 1010111 | 110010 |
Color Harmonies of #EFE311
Complementary color
Monochromatic Colors of #EFE311
Black with #EFE311
Text Example
Text Example
White with #EFE311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE311; }
p { color: rgb(239,227,17); }
H1.HeaderClassName
{
color: #EFE311;
}
.AnyTagClassName
{
color: #EFE311;
}
</style>
background-color css
<style>
a { background-color: #EFE311; }
a { background-color: rgb(239,227,17); }
div.DivClassName
{
background-color: #EFE311;
}
.BgClassName
{
background-color: #EFE311;
}
</style>
border-color css
<style>
span { border-color: #EFE311; }
span { border-color: rgb(239,227,17); }
td.TdClassName
{
border-color: #EFE311;
}
.TagClassName
{
border-color: #EFE311;
}
</style>