Shades of Lemon #EBED0C
Tints of Lemon #EBED0C
RGB
CMYK
RGB Variations
Color information
#EBED0C (or 0xEBED0C) is known color: Lemon. HEX triplet: EB, ED and 0C. RGB value is (235,237,12). Sum of RGB (Red+Green+Blue) = 235+237+12=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED0C is #1412F3. Grayscale: #D3D3D3. Windows color (decimal): -1315572 or 847339. OLE color: 847339.
HSL color Cylindrical-coordinate representation of color #EBED0C: hue angle of 60.53º 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 #EBED0C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.07 |
| HSL | 60.53º | 0.9% | 0.49% | - |
| HSV(B) | 60.53º | 0.95% | 0.93% | - |
| XYZ | 64.61 | 78.26 | 12.05 | - |
| YUV | 210.75 | 15.84 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 12 | 0.01 | 0 | 0.95 | 0.07 | 60.53 | 0.9 | 0.49 |
| Hex | EB | ED | C | 1 | 0 | 5F | 7 | 3D | 5A | 31 |
| Octal | 353 | 355 | 14 | 1 | 0 | 137 | 7 | 75 | 132 | 61 |
| Binary | 11101011 | 11101101 | 1100 | 1 | 0 | 1011111 | 111 | 111101 | 1011010 | 110001 |
Color Harmonies of #EBED0C
Complementary color
Monochromatic Colors of #EBED0C
Black with #EBED0C
Text Example
Text Example
White with #EBED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED0C; }
p { color: rgb(235,237,12); }
H1.HeaderClassName
{
color: #EBED0C;
}
.AnyTagClassName
{
color: #EBED0C;
}
</style>
background-color css
<style>
a { background-color: #EBED0C; }
a { background-color: rgb(235,237,12); }
div.DivClassName
{
background-color: #EBED0C;
}
.BgClassName
{
background-color: #EBED0C;
}
</style>
border-color css
<style>
span { border-color: #EBED0C; }
span { border-color: rgb(235,237,12); }
td.TdClassName
{
border-color: #EBED0C;
}
.TagClassName
{
border-color: #EBED0C;
}
</style>