Shades of Lemon #EFE71B
Tints of Lemon #EFE71B
RGB
CMYK
RGB Variations
Color information
#EFE71B (or 0xEFE71B) is known color: Lemon. HEX triplet: EF, E7 and 1B. RGB value is (239,231,27). Sum of RGB (Red+Green+Blue) = 239+231+27=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE71B is #1018E4. Grayscale: #D2D2D2. Windows color (decimal): -1054949 or 1828847. OLE color: 1828847.
HSL color Cylindrical-coordinate representation of color #EFE71B: hue angle of 57.74º 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 #EFE71B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.06 |
| HSL | 57.74º | 0.87% | 0.52% | - |
| HSV(B) | 57.74º | 0.89% | 0.94% | - |
| XYZ | 64.37 | 75.58 | 12.23 | - |
| YUV | 210.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 27 | 0 | 0.03 | 0.89 | 0.06 | 57.74 | 0.87 | 0.52 |
| Hex | EF | E7 | 1B | 0 | 3 | 59 | 6 | 3A | 57 | 34 |
| Octal | 357 | 347 | 33 | 0 | 3 | 131 | 6 | 72 | 127 | 64 |
| Binary | 11101111 | 11100111 | 11011 | 0 | 11 | 1011001 | 110 | 111010 | 1010111 | 110100 |
Color Harmonies of #EFE71B
Complementary color
Monochromatic Colors of #EFE71B
Black with #EFE71B
Text Example
Text Example
White with #EFE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE71B; }
p { color: rgb(239,231,27); }
H1.HeaderClassName
{
color: #EFE71B;
}
.AnyTagClassName
{
color: #EFE71B;
}
</style>
background-color css
<style>
a { background-color: #EFE71B; }
a { background-color: rgb(239,231,27); }
div.DivClassName
{
background-color: #EFE71B;
}
.BgClassName
{
background-color: #EFE71B;
}
</style>
border-color css
<style>
span { border-color: #EFE71B; }
span { border-color: rgb(239,231,27); }
td.TdClassName
{
border-color: #EFE71B;
}
.TagClassName
{
border-color: #EFE71B;
}
</style>