Shades of Lemon #E5E314
Tints of Lemon #E5E314
RGB
CMYK
RGB Variations
Color information
#E5E314 (or 0xE5E314) is known color: Lemon. HEX triplet: E5, E3 and 14. RGB value is (229,227,20). Sum of RGB (Red+Green+Blue) = 229+227+20=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E314 is #1A1CEB. Grayscale: #CCCCCC. Windows color (decimal): -1711340 or 1369061. OLE color: 1369061.
HSL color Cylindrical-coordinate representation of color #E5E314: hue angle of 59.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5E314 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.10 |
| HSL | 59.43º | 0.84% | 0.49% | - |
| HSV(B) | 59.43º | 0.91% | 0.9% | - |
| XYZ | 59.91 | 71.65 | 11.33 | - |
| YUV | 204 | 24.16 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 20 | 0 | 0.01 | 0.91 | 0.10 | 59.43 | 0.84 | 0.49 |
| Hex | E5 | E3 | 14 | 0 | 1 | 5B | A | 3B | 54 | 31 |
| Octal | 345 | 343 | 24 | 0 | 1 | 133 | 12 | 73 | 124 | 61 |
| Binary | 11100101 | 11100011 | 10100 | 0 | 1 | 1011011 | 1010 | 111011 | 1010100 | 110001 |
Color Harmonies of #E5E314
Complementary color
Monochromatic Colors of #E5E314
Black with #E5E314
Text Example
Text Example
White with #E5E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E314; }
p { color: rgb(229,227,20); }
H1.HeaderClassName
{
color: #E5E314;
}
.AnyTagClassName
{
color: #E5E314;
}
</style>
background-color css
<style>
a { background-color: #E5E314; }
a { background-color: rgb(229,227,20); }
div.DivClassName
{
background-color: #E5E314;
}
.BgClassName
{
background-color: #E5E314;
}
</style>
border-color css
<style>
span { border-color: #E5E314; }
span { border-color: rgb(229,227,20); }
td.TdClassName
{
border-color: #E5E314;
}
.TagClassName
{
border-color: #E5E314;
}
</style>