Shades of Lemon #EBDC0C
Tints of Lemon #EBDC0C
RGB
CMYK
RGB Variations
Color information
#EBDC0C (or 0xEBDC0C) is known color: Lemon. HEX triplet: EB, DC and 0C. RGB value is (235,220,12). Sum of RGB (Red+Green+Blue) = 235+220+12=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC0C is #1423F3. Grayscale: #C9C9C9. Windows color (decimal): -1319924 or 842987. OLE color: 842987.
HSL color Cylindrical-coordinate representation of color #EBDC0C: hue angle of 55.96º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBDC0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.08 |
| HSL | 55.96º | 0.9% | 0.48% | - |
| HSV(B) | 55.96º | 0.95% | 0.92% | - |
| XYZ | 59.92 | 68.88 | 10.48 | - |
| YUV | 200.77 | 21.47 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 12 | 0 | 0.06 | 0.95 | 0.08 | 55.96 | 0.9 | 0.48 |
| Hex | EB | DC | C | 0 | 6 | 5F | 8 | 38 | 5A | 30 |
| Octal | 353 | 334 | 14 | 0 | 6 | 137 | 10 | 70 | 132 | 60 |
| Binary | 11101011 | 11011100 | 1100 | 0 | 110 | 1011111 | 1000 | 111000 | 1011010 | 110000 |
Color Harmonies of #EBDC0C
Complementary color
Monochromatic Colors of #EBDC0C
Black with #EBDC0C
Text Example
Text Example
White with #EBDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC0C; }
p { color: rgb(235,220,12); }
H1.HeaderClassName
{
color: #EBDC0C;
}
.AnyTagClassName
{
color: #EBDC0C;
}
</style>
background-color css
<style>
a { background-color: #EBDC0C; }
a { background-color: rgb(235,220,12); }
div.DivClassName
{
background-color: #EBDC0C;
}
.BgClassName
{
background-color: #EBDC0C;
}
</style>
border-color css
<style>
span { border-color: #EBDC0C; }
span { border-color: rgb(235,220,12); }
td.TdClassName
{
border-color: #EBDC0C;
}
.TagClassName
{
border-color: #EBDC0C;
}
</style>