Shades of Lemon #E5E00C
Tints of Lemon #E5E00C
RGB
CMYK
RGB Variations
Color information
#E5E00C (or 0xE5E00C) is known color: Lemon. HEX triplet: E5, E0 and 0C. RGB value is (229,224,12). Sum of RGB (Red+Green+Blue) = 229+224+12=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E00C is #1A1FF3. Grayscale: #CACACA. Windows color (decimal): -1712116 or 844005. OLE color: 844005.
HSL color Cylindrical-coordinate representation of color #E5E00C: hue angle of 58.62º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5E00C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.10 |
| HSL | 58.62º | 0.9% | 0.47% | - |
| HSV(B) | 58.62º | 0.95% | 0.9% | - |
| XYZ | 59.04 | 70 | 10.75 | - |
| YUV | 201.33 | 21.16 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 12 | 0 | 0.02 | 0.95 | 0.10 | 58.62 | 0.9 | 0.47 |
| Hex | E5 | E0 | C | 0 | 2 | 5F | A | 3B | 5A | 2F |
| Octal | 345 | 340 | 14 | 0 | 2 | 137 | 12 | 73 | 132 | 57 |
| Binary | 11100101 | 11100000 | 1100 | 0 | 10 | 1011111 | 1010 | 111011 | 1011010 | 101111 |
Color Harmonies of #E5E00C
Complementary color
Monochromatic Colors of #E5E00C
Black with #E5E00C
Text Example
Text Example
White with #E5E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E00C; }
p { color: rgb(229,224,12); }
H1.HeaderClassName
{
color: #E5E00C;
}
.AnyTagClassName
{
color: #E5E00C;
}
</style>
background-color css
<style>
a { background-color: #E5E00C; }
a { background-color: rgb(229,224,12); }
div.DivClassName
{
background-color: #E5E00C;
}
.BgClassName
{
background-color: #E5E00C;
}
</style>
border-color css
<style>
span { border-color: #E5E00C; }
span { border-color: rgb(229,224,12); }
td.TdClassName
{
border-color: #E5E00C;
}
.TagClassName
{
border-color: #E5E00C;
}
</style>