Shades of Lemon #EBE30D
Tints of Lemon #EBE30D
RGB
CMYK
RGB Variations
Color information
#EBE30D (or 0xEBE30D) is known color: Lemon. HEX triplet: EB, E3 and 0D. RGB value is (235,227,13). Sum of RGB (Red+Green+Blue) = 235+227+13=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE30D is #141CF2. Grayscale: #CDCDCD. Windows color (decimal): -1318131 or 910315. OLE color: 910315.
HSL color Cylindrical-coordinate representation of color #EBE30D: hue angle of 57.84º 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 #EBE30D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.08 |
| HSL | 57.84º | 0.9% | 0.49% | - |
| HSV(B) | 57.84º | 0.94% | 0.92% | - |
| XYZ | 61.8 | 72.63 | 11.14 | - |
| YUV | 205 | 19.65 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 13 | 0 | 0.03 | 0.94 | 0.08 | 57.84 | 0.9 | 0.49 |
| Hex | EB | E3 | D | 0 | 3 | 5E | 8 | 3A | 5A | 31 |
| Octal | 353 | 343 | 15 | 0 | 3 | 136 | 10 | 72 | 132 | 61 |
| Binary | 11101011 | 11100011 | 1101 | 0 | 11 | 1011110 | 1000 | 111010 | 1011010 | 110001 |
Color Harmonies of #EBE30D
Complementary color
Monochromatic Colors of #EBE30D
Black with #EBE30D
Text Example
Text Example
White with #EBE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE30D; }
p { color: rgb(235,227,13); }
H1.HeaderClassName
{
color: #EBE30D;
}
.AnyTagClassName
{
color: #EBE30D;
}
</style>
background-color css
<style>
a { background-color: #EBE30D; }
a { background-color: rgb(235,227,13); }
div.DivClassName
{
background-color: #EBE30D;
}
.BgClassName
{
background-color: #EBE30D;
}
</style>
border-color css
<style>
span { border-color: #EBE30D; }
span { border-color: rgb(235,227,13); }
td.TdClassName
{
border-color: #EBE30D;
}
.TagClassName
{
border-color: #EBE30D;
}
</style>