Shades of Lemon #E5E30D
Tints of Lemon #E5E30D
RGB
CMYK
RGB Variations
Color information
#E5E30D (or 0xE5E30D) is known color: Lemon. HEX triplet: E5, E3 and 0D. RGB value is (229,227,13). Sum of RGB (Red+Green+Blue) = 229+227+13=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E30D is #1A1CF2. Grayscale: #CCCCCC. Windows color (decimal): -1711347 or 910309. OLE color: 910309.
HSL color Cylindrical-coordinate representation of color #E5E30D: hue angle of 59.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5E30D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.10 |
| HSL | 59.44º | 0.89% | 0.47% | - |
| HSV(B) | 59.44º | 0.94% | 0.9% | - |
| XYZ | 59.85 | 71.63 | 11.05 | - |
| YUV | 203.2 | 20.66 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 13 | 0 | 0.01 | 0.94 | 0.10 | 59.44 | 0.89 | 0.47 |
| Hex | E5 | E3 | D | 0 | 1 | 5E | A | 3B | 59 | 2F |
| Octal | 345 | 343 | 15 | 0 | 1 | 136 | 12 | 73 | 131 | 57 |
| Binary | 11100101 | 11100011 | 1101 | 0 | 1 | 1011110 | 1010 | 111011 | 1011001 | 101111 |
Color Harmonies of #E5E30D
Complementary color
Monochromatic Colors of #E5E30D
Black with #E5E30D
Text Example
Text Example
White with #E5E30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E30D; }
p { color: rgb(229,227,13); }
H1.HeaderClassName
{
color: #E5E30D;
}
.AnyTagClassName
{
color: #E5E30D;
}
</style>
background-color css
<style>
a { background-color: #E5E30D; }
a { background-color: rgb(229,227,13); }
div.DivClassName
{
background-color: #E5E30D;
}
.BgClassName
{
background-color: #E5E30D;
}
</style>
border-color css
<style>
span { border-color: #E5E30D; }
span { border-color: rgb(229,227,13); }
td.TdClassName
{
border-color: #E5E30D;
}
.TagClassName
{
border-color: #E5E30D;
}
</style>