Shades of Lemon #EBF00D
Tints of Lemon #EBF00D
RGB
CMYK
RGB Variations
Color information
#EBF00D (or 0xEBF00D) is known color: Lemon. HEX triplet: EB, F0 and 0D. RGB value is (235,240,13). Sum of RGB (Red+Green+Blue) = 235+240+13=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF00D is #140FF2. Grayscale: #D5D5D5. Windows color (decimal): -1314803 or 913643. OLE color: 913643.
HSL color Cylindrical-coordinate representation of color #EBF00D: hue angle of 61.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBF00D is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 13 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.06 |
| HSL | 61.32º | 0.9% | 0.5% | - |
| HSV(B) | 61.32º | 0.95% | 0.94% | - |
| XYZ | 65.49 | 80.01 | 12.37 | - |
| YUV | 212.63 | 15.34 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 13 | 0.02 | 0 | 0.95 | 0.06 | 61.32 | 0.9 | 0.5 |
| Hex | EB | F0 | D | 2 | 0 | 5F | 6 | 3D | 5A | 32 |
| Octal | 353 | 360 | 15 | 2 | 0 | 137 | 6 | 75 | 132 | 62 |
| Binary | 11101011 | 11110000 | 1101 | 10 | 0 | 1011111 | 110 | 111101 | 1011010 | 110010 |
Color Harmonies of #EBF00D
Complementary color
Monochromatic Colors of #EBF00D
Black with #EBF00D
Text Example
Text Example
White with #EBF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF00D; }
p { color: rgb(235,240,13); }
H1.HeaderClassName
{
color: #EBF00D;
}
.AnyTagClassName
{
color: #EBF00D;
}
</style>
background-color css
<style>
a { background-color: #EBF00D; }
a { background-color: rgb(235,240,13); }
div.DivClassName
{
background-color: #EBF00D;
}
.BgClassName
{
background-color: #EBF00D;
}
</style>
border-color css
<style>
span { border-color: #EBF00D; }
span { border-color: rgb(235,240,13); }
td.TdClassName
{
border-color: #EBF00D;
}
.TagClassName
{
border-color: #EBF00D;
}
</style>