Shades of Lemon #EFE30B
Tints of Lemon #EFE30B
RGB
CMYK
RGB Variations
Color information
#EFE30B (or 0xEFE30B) is known color: Lemon. HEX triplet: EF, E3 and 0B. RGB value is (239,227,11). Sum of RGB (Red+Green+Blue) = 239+227+11=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 11 (4.69% from 255 or 2.31% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE30B is #101CF4. Grayscale: #CECECE. Windows color (decimal): -1055989 or 779247. OLE color: 779247.
HSL color Cylindrical-coordinate representation of color #EFE30B: hue angle of 56.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFE30B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.06 |
| HSL | 56.84º | 0.91% | 0.49% | - |
| HSV(B) | 56.84º | 0.95% | 0.94% | - |
| XYZ | 63.13 | 73.31 | 11.14 | - |
| YUV | 205.96 | 17.98 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 11 | 0 | 0.05 | 0.95 | 0.06 | 56.84 | 0.91 | 0.49 |
| Hex | EF | E3 | B | 0 | 5 | 5F | 6 | 39 | 5B | 31 |
| Octal | 357 | 343 | 13 | 0 | 5 | 137 | 6 | 71 | 133 | 61 |
| Binary | 11101111 | 11100011 | 1011 | 0 | 101 | 1011111 | 110 | 111001 | 1011011 | 110001 |
Color Harmonies of #EFE30B
Complementary color
Monochromatic Colors of #EFE30B
Black with #EFE30B
Text Example
Text Example
White with #EFE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE30B; }
p { color: rgb(239,227,11); }
H1.HeaderClassName
{
color: #EFE30B;
}
.AnyTagClassName
{
color: #EFE30B;
}
</style>
background-color css
<style>
a { background-color: #EFE30B; }
a { background-color: rgb(239,227,11); }
div.DivClassName
{
background-color: #EFE30B;
}
.BgClassName
{
background-color: #EFE30B;
}
</style>
border-color css
<style>
span { border-color: #EFE30B; }
span { border-color: rgb(239,227,11); }
td.TdClassName
{
border-color: #EFE30B;
}
.TagClassName
{
border-color: #EFE30B;
}
</style>