Shades of Lemon #E5F31D
Tints of Lemon #E5F31D
RGB
CMYK
RGB Variations
Color information
#E5F31D (or 0xE5F31D) is known color: Lemon. HEX triplet: E5, F3 and 1D. RGB value is (229,243,29). Sum of RGB (Red+Green+Blue) = 229+243+29=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F31D is #1A0CE2. Grayscale: #D7D7D7. Windows color (decimal): -1707235 or 1962981. OLE color: 1962981.
HSL color Cylindrical-coordinate representation of color #E5F31D: hue angle of 63.93º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5F31D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.05 |
| HSL | 63.93º | 0.9% | 0.53% | - |
| HSV(B) | 63.93º | 0.88% | 0.95% | - |
| XYZ | 64.59 | 80.85 | 13.36 | - |
| YUV | 214.42 | 23.36 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 29 | 0.06 | 0 | 0.88 | 0.05 | 63.93 | 0.9 | 0.53 |
| Hex | E5 | F3 | 1D | 6 | 0 | 58 | 5 | 40 | 5A | 35 |
| Octal | 345 | 363 | 35 | 6 | 0 | 130 | 5 | 100 | 132 | 65 |
| Binary | 11100101 | 11110011 | 11101 | 110 | 0 | 1011000 | 101 | 1000000 | 1011010 | 110101 |
Color Harmonies of #E5F31D
Complementary color
Monochromatic Colors of #E5F31D
Black with #E5F31D
Text Example
Text Example
White with #E5F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F31D; }
p { color: rgb(229,243,29); }
H1.HeaderClassName
{
color: #E5F31D;
}
.AnyTagClassName
{
color: #E5F31D;
}
</style>
background-color css
<style>
a { background-color: #E5F31D; }
a { background-color: rgb(229,243,29); }
div.DivClassName
{
background-color: #E5F31D;
}
.BgClassName
{
background-color: #E5F31D;
}
</style>
border-color css
<style>
span { border-color: #E5F31D; }
span { border-color: rgb(229,243,29); }
td.TdClassName
{
border-color: #E5F31D;
}
.TagClassName
{
border-color: #E5F31D;
}
</style>