Shades of Lemon #EBDF0F
Tints of Lemon #EBDF0F
RGB
CMYK
RGB Variations
Color information
#EBDF0F (or 0xEBDF0F) is known color: Lemon. HEX triplet: EB, DF and 0F. RGB value is (235,223,15). Sum of RGB (Red+Green+Blue) = 235+223+15=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDF0F is #1420F0. Grayscale: #CBCBCB. Windows color (decimal): -1319153 or 1040363. OLE color: 1040363.
HSL color Cylindrical-coordinate representation of color #EBDF0F: hue angle of 56.73º degrees, saturation: 0.88, 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 #EBDF0F is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 15 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.08 |
| HSL | 56.73º | 0.88% | 0.49% | - |
| HSV(B) | 56.73º | 0.94% | 0.92% | - |
| XYZ | 60.73 | 70.47 | 10.85 | - |
| YUV | 202.88 | 21.98 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 15 | 0 | 0.05 | 0.94 | 0.08 | 56.73 | 0.88 | 0.49 |
| Hex | EB | DF | F | 0 | 5 | 5E | 8 | 39 | 58 | 31 |
| Octal | 353 | 337 | 17 | 0 | 5 | 136 | 10 | 71 | 130 | 61 |
| Binary | 11101011 | 11011111 | 1111 | 0 | 101 | 1011110 | 1000 | 111001 | 1011000 | 110001 |
Color Harmonies of #EBDF0F
Complementary color
Monochromatic Colors of #EBDF0F
Black with #EBDF0F
Text Example
Text Example
White with #EBDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF0F; }
p { color: rgb(235,223,15); }
H1.HeaderClassName
{
color: #EBDF0F;
}
.AnyTagClassName
{
color: #EBDF0F;
}
</style>
background-color css
<style>
a { background-color: #EBDF0F; }
a { background-color: rgb(235,223,15); }
div.DivClassName
{
background-color: #EBDF0F;
}
.BgClassName
{
background-color: #EBDF0F;
}
</style>
border-color css
<style>
span { border-color: #EBDF0F; }
span { border-color: rgb(235,223,15); }
td.TdClassName
{
border-color: #EBDF0F;
}
.TagClassName
{
border-color: #EBDF0F;
}
</style>