Shades of Lemon #E5F31C
Tints of Lemon #E5F31C
RGB
CMYK
RGB Variations
Color information
#E5F31C (or 0xE5F31C) is known color: Lemon. HEX triplet: E5, F3 and 1C. RGB value is (229,243,28). Sum of RGB (Red+Green+Blue) = 229+243+28=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 28 (11.33% from 255 or 5.6% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F31C is #1A0CE3. Grayscale: #D7D7D7. Windows color (decimal): -1707236 or 1897445. OLE color: 1897445.
HSL color Cylindrical-coordinate representation of color #E5F31C: hue angle of 63.91º 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 #E5F31C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.05 |
| HSL | 63.91º | 0.9% | 0.53% | - |
| HSV(B) | 63.91º | 0.88% | 0.95% | - |
| XYZ | 64.57 | 80.84 | 13.3 | - |
| YUV | 214.3 | 22.86 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 28 | 0.06 | 0 | 0.88 | 0.05 | 63.91 | 0.9 | 0.53 |
| Hex | E5 | F3 | 1C | 6 | 0 | 58 | 5 | 40 | 5A | 35 |
| Octal | 345 | 363 | 34 | 6 | 0 | 130 | 5 | 100 | 132 | 65 |
| Binary | 11100101 | 11110011 | 11100 | 110 | 0 | 1011000 | 101 | 1000000 | 1011010 | 110101 |
Color Harmonies of #E5F31C
Complementary color
Monochromatic Colors of #E5F31C
Black with #E5F31C
Text Example
Text Example
White with #E5F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F31C; }
p { color: rgb(229,243,28); }
H1.HeaderClassName
{
color: #E5F31C;
}
.AnyTagClassName
{
color: #E5F31C;
}
</style>
background-color css
<style>
a { background-color: #E5F31C; }
a { background-color: rgb(229,243,28); }
div.DivClassName
{
background-color: #E5F31C;
}
.BgClassName
{
background-color: #E5F31C;
}
</style>
border-color css
<style>
span { border-color: #E5F31C; }
span { border-color: rgb(229,243,28); }
td.TdClassName
{
border-color: #E5F31C;
}
.TagClassName
{
border-color: #E5F31C;
}
</style>