Shades of Lemon #EFE61B
Tints of Lemon #EFE61B
RGB
CMYK
RGB Variations
Color information
#EFE61B (or 0xEFE61B) is known color: Lemon. HEX triplet: EF, E6 and 1B. RGB value is (239,230,27). Sum of RGB (Red+Green+Blue) = 239+230+27=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 27 (10.94% from 255 or 5.44% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE61B is #1019E4. Grayscale: #D2D2D2. Windows color (decimal): -1055205 or 1828591. OLE color: 1828591.
HSL color Cylindrical-coordinate representation of color #EFE61B: hue angle of 57.45º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFE61B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.06 |
| HSL | 57.45º | 0.87% | 0.52% | - |
| HSV(B) | 57.45º | 0.89% | 0.94% | - |
| XYZ | 64.09 | 75.02 | 12.14 | - |
| YUV | 209.55 | 24.98 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 27 | 0 | 0.04 | 0.89 | 0.06 | 57.45 | 0.87 | 0.52 |
| Hex | EF | E6 | 1B | 0 | 4 | 59 | 6 | 39 | 57 | 34 |
| Octal | 357 | 346 | 33 | 0 | 4 | 131 | 6 | 71 | 127 | 64 |
| Binary | 11101111 | 11100110 | 11011 | 0 | 100 | 1011001 | 110 | 111001 | 1010111 | 110100 |
Color Harmonies of #EFE61B
Complementary color
Monochromatic Colors of #EFE61B
Black with #EFE61B
Text Example
Text Example
White with #EFE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE61B; }
p { color: rgb(239,230,27); }
H1.HeaderClassName
{
color: #EFE61B;
}
.AnyTagClassName
{
color: #EFE61B;
}
</style>
background-color css
<style>
a { background-color: #EFE61B; }
a { background-color: rgb(239,230,27); }
div.DivClassName
{
background-color: #EFE61B;
}
.BgClassName
{
background-color: #EFE61B;
}
</style>
border-color css
<style>
span { border-color: #EFE61B; }
span { border-color: rgb(239,230,27); }
td.TdClassName
{
border-color: #EFE61B;
}
.TagClassName
{
border-color: #EFE61B;
}
</style>