Shades of Lemon #EFEA0B
Tints of Lemon #EFEA0B
RGB
CMYK
RGB Variations
Color information
#EFEA0B (or 0xEFEA0B) is known color: Lemon. HEX triplet: EF, EA and 0B. RGB value is (239,234,11). Sum of RGB (Red+Green+Blue) = 239+234+11=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA0B is #1015F4. Grayscale: #D2D2D2. Windows color (decimal): -1054197 or 781039. OLE color: 781039.
HSL color Cylindrical-coordinate representation of color #EFEA0B: hue angle of 58.68º 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 #EFEA0B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.06 |
| HSL | 58.68º | 0.91% | 0.49% | - |
| HSV(B) | 58.68º | 0.95% | 0.94% | - |
| XYZ | 65.08 | 77.22 | 11.79 | - |
| YUV | 210.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 11 | 0 | 0.02 | 0.95 | 0.06 | 58.68 | 0.91 | 0.49 |
| Hex | EF | EA | B | 0 | 2 | 5F | 6 | 3B | 5B | 31 |
| Octal | 357 | 352 | 13 | 0 | 2 | 137 | 6 | 73 | 133 | 61 |
| Binary | 11101111 | 11101010 | 1011 | 0 | 10 | 1011111 | 110 | 111011 | 1011011 | 110001 |
Color Harmonies of #EFEA0B
Complementary color
Monochromatic Colors of #EFEA0B
Black with #EFEA0B
Text Example
Text Example
White with #EFEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA0B; }
p { color: rgb(239,234,11); }
H1.HeaderClassName
{
color: #EFEA0B;
}
.AnyTagClassName
{
color: #EFEA0B;
}
</style>
background-color css
<style>
a { background-color: #EFEA0B; }
a { background-color: rgb(239,234,11); }
div.DivClassName
{
background-color: #EFEA0B;
}
.BgClassName
{
background-color: #EFEA0B;
}
</style>
border-color css
<style>
span { border-color: #EFEA0B; }
span { border-color: rgb(239,234,11); }
td.TdClassName
{
border-color: #EFEA0B;
}
.TagClassName
{
border-color: #EFEA0B;
}
</style>