#EBE40F

Color #EBE40F Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EBE40F

Tints of Lemon #EBE40F

Color information

#EBE40F (or 0xEBE40F) is unknown color: approx Lemon. HEX triplet: EB, E4 and 0F. RGB value is (235,228,15). Sum of RGB (Red+Green+Blue) = 235+228+15=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE40F is #141BF0. Grayscale: #CECECE. Windows color (decimal): -1317873 or 1041643. OLE color: 1041643.

HSL color Cylindrical-coordinate representation of color #EBE40F: hue angle of 58.09º 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 #EBE40F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23522815-
CMYK00.030.940.08
HSL58.09º88%49.02%-
HSV(B)58.09º93.62%92.16%-
XYZ62.0973.1811.31-
YUV205.8120.32148.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 228 (89.45% from 255) = 47.70%
BLUE value IS 15 (6.25% from 255) = 3.14%
R=49.16%
G=47.70%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352281500.030.940.0858.098849.02
HexEBE4F035E83a5831
Octal3533441703136107213061
Binary11101011111001001111011101111010001110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE40F; }

 p { color: rgb(235,228,15); }

 H1.HeaderClassName
 {
   color: #EBE40F;
 }
 .AnyTagClassName
 {
   color: #EBE40F;
 }
</style>
background-color css

<style>
 a { background-color: #EBE40F; }

 a { background-color: rgb(235,228,15); }

 div.DivClassName
 {
   background-color: #EBE40F;
 }
 .BgClassName
 {
   background-color: #EBE40F;
 }
</style>
border-color css

<style>
 span { border-color: #EBE40F; }

 span { border-color: rgb(235,228,15); }

 td.TdClassName
 {
   border-color: #EBE40F;
 }
 .TagClassName
 {
   border-color: #EBE40F;
 }
</style>