Shades of Lemon #EBDF0E
Tints of Lemon #EBDF0E
RGB
CMYK
RGB Variations
Color information
#EBDF0E (or 0xEBDF0E) is known color: Lemon. HEX triplet: EB, DF and 0E. RGB value is (235,223,14). Sum of RGB (Red+Green+Blue) = 235+223+14=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF0E is #1420F1. Grayscale: #CBCBCB. Windows color (decimal): -1319154 or 974827. OLE color: 974827.
HSL color Cylindrical-coordinate representation of color #EBDF0E: hue angle of 56.74º degrees, saturation: 0.89, 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 #EBDF0E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.08 |
| HSL | 56.74º | 0.89% | 0.49% | - |
| HSV(B) | 56.74º | 0.94% | 0.92% | - |
| XYZ | 60.73 | 70.47 | 10.82 | - |
| YUV | 202.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 14 | 0 | 0.05 | 0.94 | 0.08 | 56.74 | 0.89 | 0.49 |
| Hex | EB | DF | E | 0 | 5 | 5E | 8 | 39 | 59 | 31 |
| Octal | 353 | 337 | 16 | 0 | 5 | 136 | 10 | 71 | 131 | 61 |
| Binary | 11101011 | 11011111 | 1110 | 0 | 101 | 1011110 | 1000 | 111001 | 1011001 | 110001 |
Color Harmonies of #EBDF0E
Complementary color
Monochromatic Colors of #EBDF0E
Black with #EBDF0E
Text Example
Text Example
White with #EBDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF0E; }
p { color: rgb(235,223,14); }
H1.HeaderClassName
{
color: #EBDF0E;
}
.AnyTagClassName
{
color: #EBDF0E;
}
</style>
background-color css
<style>
a { background-color: #EBDF0E; }
a { background-color: rgb(235,223,14); }
div.DivClassName
{
background-color: #EBDF0E;
}
.BgClassName
{
background-color: #EBDF0E;
}
</style>
border-color css
<style>
span { border-color: #EBDF0E; }
span { border-color: rgb(235,223,14); }
td.TdClassName
{
border-color: #EBDF0E;
}
.TagClassName
{
border-color: #EBDF0E;
}
</style>