Shades of Lemon #EBEE0C
Tints of Lemon #EBEE0C
RGB
CMYK
RGB Variations
Color information
#EBEE0C (or 0xEBEE0C) is known color: Lemon. HEX triplet: EB, EE and 0C. RGB value is (235,238,12). Sum of RGB (Red+Green+Blue) = 235+238+12=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEE0C is #1411F3. Grayscale: #D4D4D4. Windows color (decimal): -1315316 or 847595. OLE color: 847595.
HSL color Cylindrical-coordinate representation of color #EBEE0C: hue angle of 60.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBEE0C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.07 |
| HSL | 60.8º | 0.9% | 0.49% | - |
| HSV(B) | 60.8º | 0.95% | 0.93% | - |
| XYZ | 64.9 | 78.84 | 12.14 | - |
| YUV | 211.34 | 15.51 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 12 | 0.01 | 0 | 0.95 | 0.07 | 60.8 | 0.9 | 0.49 |
| Hex | EB | EE | C | 1 | 0 | 5F | 7 | 3D | 5A | 31 |
| Octal | 353 | 356 | 14 | 1 | 0 | 137 | 7 | 75 | 132 | 61 |
| Binary | 11101011 | 11101110 | 1100 | 1 | 0 | 1011111 | 111 | 111101 | 1011010 | 110001 |
Color Harmonies of #EBEE0C
Complementary color
Monochromatic Colors of #EBEE0C
Black with #EBEE0C
Text Example
Text Example
White with #EBEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEE0C; }
p { color: rgb(235,238,12); }
H1.HeaderClassName
{
color: #EBEE0C;
}
.AnyTagClassName
{
color: #EBEE0C;
}
</style>
background-color css
<style>
a { background-color: #EBEE0C; }
a { background-color: rgb(235,238,12); }
div.DivClassName
{
background-color: #EBEE0C;
}
.BgClassName
{
background-color: #EBEE0C;
}
</style>
border-color css
<style>
span { border-color: #EBEE0C; }
span { border-color: rgb(235,238,12); }
td.TdClassName
{
border-color: #EBEE0C;
}
.TagClassName
{
border-color: #EBEE0C;
}
</style>