Shades of Lemon #FFEF0C
Tints of Lemon #FFEF0C
RGB
CMYK
RGB Variations
Color information
#FFEF0C (or 0xFFEF0C) is known color: Lemon. HEX triplet: FF, EF and 0C. RGB value is (255,239,12). Sum of RGB (Red+Green+Blue) = 255+239+12=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 12 (5.08% from 255 or 2.37% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF0C is #0010F3. Grayscale: #DADADA. Windows color (decimal): -4340 or 847871. OLE color: 847871.
HSL color Cylindrical-coordinate representation of color #FFEF0C: hue angle of 56.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFEF0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0 |
| HSL | 56.05º | 1% | 0.52% | - |
| HSV(B) | 56.05º | 0.95% | 1% | - |
| XYZ | 72.17 | 83.02 | 12.57 | - |
| YUV | 217.91 | 11.8 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 12 | 0 | 0.06 | 0.95 | 0 | 56.05 | 1 | 0.52 |
| Hex | FF | EF | C | 0 | 6 | 5F | 0 | 38 | 64 | 34 |
| Octal | 377 | 357 | 14 | 0 | 6 | 137 | 0 | 70 | 144 | 64 |
| Binary | 11111111 | 11101111 | 1100 | 0 | 110 | 1011111 | 0 | 111000 | 1100100 | 110100 |
Color Harmonies of #FFEF0C
Complementary color
Monochromatic Colors of #FFEF0C
Black with #FFEF0C
Text Example
Text Example
White with #FFEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF0C; }
p { color: rgb(255,239,12); }
H1.HeaderClassName
{
color: #FFEF0C;
}
.AnyTagClassName
{
color: #FFEF0C;
}
</style>
background-color css
<style>
a { background-color: #FFEF0C; }
a { background-color: rgb(255,239,12); }
div.DivClassName
{
background-color: #FFEF0C;
}
.BgClassName
{
background-color: #FFEF0C;
}
</style>
border-color css
<style>
span { border-color: #FFEF0C; }
span { border-color: rgb(255,239,12); }
td.TdClassName
{
border-color: #FFEF0C;
}
.TagClassName
{
border-color: #FFEF0C;
}
</style>