Shades of Lemon #FFEF0D
Tints of Lemon #FFEF0D
RGB
CMYK
RGB Variations
Color information
#FFEF0D (or 0xFFEF0D) is known color: Lemon. HEX triplet: FF, EF and 0D. RGB value is (255,239,13). Sum of RGB (Red+Green+Blue) = 255+239+13=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 13 (5.47% from 255 or 2.56% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF0D is #0010F2. Grayscale: #DADADA. Windows color (decimal): -4339 or 913407. OLE color: 913407.
HSL color Cylindrical-coordinate representation of color #FFEF0D: hue angle of 56.03º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFEF0D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 13 | - |
| CMYK | 0 | 0.06 | 0.95 | 0 |
| HSL | 56.03º | 1% | 0.53% | - |
| HSV(B) | 56.03º | 0.95% | 1% | - |
| XYZ | 72.18 | 83.02 | 12.6 | - |
| YUV | 218.02 | 12.3 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 13 | 0 | 0.06 | 0.95 | 0 | 56.03 | 1 | 0.53 |
| Hex | FF | EF | D | 0 | 6 | 5F | 0 | 38 | 64 | 35 |
| Octal | 377 | 357 | 15 | 0 | 6 | 137 | 0 | 70 | 144 | 65 |
| Binary | 11111111 | 11101111 | 1101 | 0 | 110 | 1011111 | 0 | 111000 | 1100100 | 110101 |
Color Harmonies of #FFEF0D
Complementary color
Monochromatic Colors of #FFEF0D
Black with #FFEF0D
Text Example
Text Example
White with #FFEF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF0D; }
p { color: rgb(255,239,13); }
H1.HeaderClassName
{
color: #FFEF0D;
}
.AnyTagClassName
{
color: #FFEF0D;
}
</style>
background-color css
<style>
a { background-color: #FFEF0D; }
a { background-color: rgb(255,239,13); }
div.DivClassName
{
background-color: #FFEF0D;
}
.BgClassName
{
background-color: #FFEF0D;
}
</style>
border-color css
<style>
span { border-color: #FFEF0D; }
span { border-color: rgb(255,239,13); }
td.TdClassName
{
border-color: #FFEF0D;
}
.TagClassName
{
border-color: #FFEF0D;
}
</style>