Shades of Lemon #FFE61D
Tints of Lemon #FFE61D
RGB
CMYK
RGB Variations
Color information
#FFE61D (or 0xFFE61D) is known color: Lemon. HEX triplet: FF, E6 and 1D. RGB value is (255,230,29). Sum of RGB (Red+Green+Blue) = 255+230+29=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 29 (11.72% from 255 or 5.64% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE61D is #0019E2. Grayscale: #D7D7D7. Windows color (decimal): -6627 or 1959679. OLE color: 1959679.
HSL color Cylindrical-coordinate representation of color #FFE61D: hue angle of 53.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFE61D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 29 | - |
| CMYK | 0 | 0.10 | 0.89 | 0 |
| HSL | 53.36º | 1% | 0.56% | - |
| HSV(B) | 53.36º | 0.89% | 1% | - |
| XYZ | 69.76 | 77.94 | 12.53 | - |
| YUV | 214.56 | 23.28 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 29 | 0 | 0.10 | 0.89 | 0 | 53.36 | 1 | 0.56 |
| Hex | FF | E6 | 1D | 0 | A | 59 | 0 | 35 | 64 | 38 |
| Octal | 377 | 346 | 35 | 0 | 12 | 131 | 0 | 65 | 144 | 70 |
| Binary | 11111111 | 11100110 | 11101 | 0 | 1010 | 1011001 | 0 | 110101 | 1100100 | 111000 |
Color Harmonies of #FFE61D
Complementary color
Monochromatic Colors of #FFE61D
Black with #FFE61D
Text Example
Text Example
White with #FFE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE61D; }
p { color: rgb(255,230,29); }
H1.HeaderClassName
{
color: #FFE61D;
}
.AnyTagClassName
{
color: #FFE61D;
}
</style>
background-color css
<style>
a { background-color: #FFE61D; }
a { background-color: rgb(255,230,29); }
div.DivClassName
{
background-color: #FFE61D;
}
.BgClassName
{
background-color: #FFE61D;
}
</style>
border-color css
<style>
span { border-color: #FFE61D; }
span { border-color: rgb(255,230,29); }
td.TdClassName
{
border-color: #FFE61D;
}
.TagClassName
{
border-color: #FFE61D;
}
</style>