Shades of Lemon #EBE60D
Tints of Lemon #EBE60D
RGB
CMYK
RGB Variations
Color information
#EBE60D (or 0xEBE60D) is known color: Lemon. HEX triplet: EB, E6 and 0D. RGB value is (235,230,13). Sum of RGB (Red+Green+Blue) = 235+230+13=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE60D is #1419F2. Grayscale: #CFCFCF. Windows color (decimal): -1317363 or 911083. OLE color: 911083.
HSL color Cylindrical-coordinate representation of color #EBE60D: hue angle of 58.65º 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 #EBE60D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.08 |
| HSL | 58.65º | 0.9% | 0.49% | - |
| HSV(B) | 58.65º | 0.94% | 0.92% | - |
| XYZ | 62.63 | 74.28 | 11.42 | - |
| YUV | 206.76 | 18.66 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 13 | 0 | 0.02 | 0.94 | 0.08 | 58.65 | 0.9 | 0.49 |
| Hex | EB | E6 | D | 0 | 2 | 5E | 8 | 3B | 5A | 31 |
| Octal | 353 | 346 | 15 | 0 | 2 | 136 | 10 | 73 | 132 | 61 |
| Binary | 11101011 | 11100110 | 1101 | 0 | 10 | 1011110 | 1000 | 111011 | 1011010 | 110001 |
Color Harmonies of #EBE60D
Complementary color
Monochromatic Colors of #EBE60D
Black with #EBE60D
Text Example
Text Example
White with #EBE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE60D; }
p { color: rgb(235,230,13); }
H1.HeaderClassName
{
color: #EBE60D;
}
.AnyTagClassName
{
color: #EBE60D;
}
</style>
background-color css
<style>
a { background-color: #EBE60D; }
a { background-color: rgb(235,230,13); }
div.DivClassName
{
background-color: #EBE60D;
}
.BgClassName
{
background-color: #EBE60D;
}
</style>
border-color css
<style>
span { border-color: #EBE60D; }
span { border-color: rgb(235,230,13); }
td.TdClassName
{
border-color: #EBE60D;
}
.TagClassName
{
border-color: #EBE60D;
}
</style>