Shades of Lemon #EFE308
Tints of Lemon #EFE308
RGB
CMYK
RGB Variations
Color information
#EFE308 (or 0xEFE308) is known color: Lemon. HEX triplet: EF, E3 and 08. RGB value is (239,227,8). Sum of RGB (Red+Green+Blue) = 239+227+8=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE308 is #101CF7. Grayscale: #CECECE. Windows color (decimal): -1055992 or 582639. OLE color: 582639.
HSL color Cylindrical-coordinate representation of color #EFE308: hue angle of 56.88º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFE308 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 8 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.06 |
| HSL | 56.88º | 0.94% | 0.48% | - |
| HSV(B) | 56.88º | 0.97% | 0.94% | - |
| XYZ | 63.11 | 73.31 | 11.05 | - |
| YUV | 205.62 | 16.48 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 8 | 0 | 0.05 | 0.97 | 0.06 | 56.88 | 0.94 | 0.48 |
| Hex | EF | E3 | 8 | 0 | 5 | 61 | 6 | 39 | 5E | 30 |
| Octal | 357 | 343 | 10 | 0 | 5 | 141 | 6 | 71 | 136 | 60 |
| Binary | 11101111 | 11100011 | 1000 | 0 | 101 | 1100001 | 110 | 111001 | 1011110 | 110000 |
Color Harmonies of #EFE308
Complementary color
Monochromatic Colors of #EFE308
Black with #EFE308
Text Example
Text Example
White with #EFE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE308; }
p { color: rgb(239,227,8); }
H1.HeaderClassName
{
color: #EFE308;
}
.AnyTagClassName
{
color: #EFE308;
}
</style>
background-color css
<style>
a { background-color: #EFE308; }
a { background-color: rgb(239,227,8); }
div.DivClassName
{
background-color: #EFE308;
}
.BgClassName
{
background-color: #EFE308;
}
</style>
border-color css
<style>
span { border-color: #EFE308; }
span { border-color: rgb(239,227,8); }
td.TdClassName
{
border-color: #EFE308;
}
.TagClassName
{
border-color: #EFE308;
}
</style>