Shades of Lemon #EBE40D
Tints of Lemon #EBE40D
RGB
CMYK
RGB Variations
Color information
#EBE40D (or 0xEBE40D) is known color: Lemon. HEX triplet: EB, E4 and 0D. RGB value is (235,228,13). Sum of RGB (Red+Green+Blue) = 235+228+13=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE40D is #141BF2. Grayscale: #CECECE. Windows color (decimal): -1317875 or 910571. OLE color: 910571.
HSL color Cylindrical-coordinate representation of color #EBE40D: hue angle of 58.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBE40D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.08 |
| HSL | 58.11º | 0.9% | 0.49% | - |
| HSV(B) | 58.11º | 0.94% | 0.92% | - |
| XYZ | 62.08 | 73.18 | 11.23 | - |
| YUV | 205.58 | 19.32 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 13 | 0 | 0.03 | 0.94 | 0.08 | 58.11 | 0.9 | 0.49 |
| Hex | EB | E4 | D | 0 | 3 | 5E | 8 | 3A | 5A | 31 |
| Octal | 353 | 344 | 15 | 0 | 3 | 136 | 10 | 72 | 132 | 61 |
| Binary | 11101011 | 11100100 | 1101 | 0 | 11 | 1011110 | 1000 | 111010 | 1011010 | 110001 |
Color Harmonies of #EBE40D
Complementary color
Monochromatic Colors of #EBE40D
Black with #EBE40D
Text Example
Text Example
White with #EBE40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE40D; }
p { color: rgb(235,228,13); }
H1.HeaderClassName
{
color: #EBE40D;
}
.AnyTagClassName
{
color: #EBE40D;
}
</style>
background-color css
<style>
a { background-color: #EBE40D; }
a { background-color: rgb(235,228,13); }
div.DivClassName
{
background-color: #EBE40D;
}
.BgClassName
{
background-color: #EBE40D;
}
</style>
border-color css
<style>
span { border-color: #EBE40D; }
span { border-color: rgb(235,228,13); }
td.TdClassName
{
border-color: #EBE40D;
}
.TagClassName
{
border-color: #EBE40D;
}
</style>