COLOR #EBF53E

HEX: #EBF53E
RGB: (235,245,62)

Color info

#EBF53E contains mainly red and green colors. Web safe color of #EBF53E is #FFFF33 (or #FF3).

RGB color model

#EBF53E color RGB value is (235,245,62).

  • red value is 235;
  • green value is 245;
  • blue value is 62.
RGB:
(235,245,62)
(92%,96%,24%)

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 62 of 255 = 24%

235
245
62

R + G + B ~ 71%. #EBF53E is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 62 = 542 (100%)
R 235 of 542 ~ 43.36%
G 245 of 542 ~ 45.2%
B 62 of 542 ~ 11.44%

%43.36
%45.2
%11.44

CMYK color model

#EBF53E color CMYK value is (4,0,75,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 74.69%
  • key color value is 3.92%
CMYK:
(4,0,75,4)
C4M0Y75K4 
(4%,0%,75%,4%)
(0.04/0.00/0.75/0.04)	

CMYK percentages

%4.08
%0
%74.69
%3.92

Codes

Color #EBF53E in popluar color models

EBF53E
RGB23524562
HSL63°90.15%60.20%
HSB/HSV63°74.69%96.08%
CMYK4.08%0.00%74.69%
3.92%

Color #EBF53E in popluar number systems.

HEXEBF53E
Decimal23524562
Binary1110101111110101111110
Octal35336576

Shades and tints

Shades of #EBF53E

#EBF53E
(235,245,62)
#D6DF39
(214,223,57)
#C1C934
(193,201,52)
#ACB32F
(172,179,47)
#979D2A
(151,157,42)
#828725
(130,135,37)
#6D7120
(109,113,32)
#585B1B
(88,91,27)
#434516
(67,69,22)
#2E2F11
(46,47,17)
#19190C
(25,25,12)
#000000
(0,0,0)

Tints of #EBF53E

#EBF53E
(235,245,62)
#ECF54F
(236,245,79)
#EDF560
(237,245,96)
#EEF571
(238,245,113)
#EFF582
(239,245,130)
#F0F593
(240,245,147)
#F1F5A4
(241,245,164)
#F2F5B5
(242,245,181)
#F3F5C6
(243,245,198)
#F4F5D7
(244,245,215)
#F5F5E8
(245,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF53E color. Also use rgb(235,245,62) instead hex code.

Text Font Color

.myTextColor { color: #EBF53E; }

<p style="color:#EBF53E">This sample text font color is #EBF53E.</p>

This text font color is #EBF53E.


Background Color

.myBgColor { background-color: #EBF53E; }

<div style="background-color:#EBF53E">Inner text</div>

This div background color is #EBF53E.


Border color

.myBorderColor { border: 1px solid #EBF53E; }

<div style="border:3px solid #EBF53E">Div</div>

This div border color is #EBF53E.


Opacity

.myOpacity80 { color: #EBF53E; opacity: 0.8; }

<p style="color:#EBF53E;opacity:0.8;">80%</p>

Text with #EBF53E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBF53E;}

<p style="text-shadow: 3px 3px 1px #EBF53E">Text here.</p>

This text has shadow with #EBF53E color.

.textShadow {text-shadow: 3px 3px 1px #EBF53E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBF53E, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBF53E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBF53E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBF53E, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBF53E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBF53E;
  -webkit-box-shadow:	1px 1px 3px 2px #EBF53E;
  box-shadow:		1px 1px 3px 2px #EBF53E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBF53E;
-webkit-box-shadow: 1px 1px 3px 2px #EBF53E;
box-shadow:1px 1px 3px 2px #EBF53E;">
Div content here</div>
This div box has shadow with color #EBF53E.

Preview

Color preview on black background

This text has color #EBF53E on black background.


Color preview on white background

This text has color #EBF53E on white background.



Black color preview on #EBF53E background

This text has black color on #EBF53E background.


White color preview on #EBF53E background

This text has white color on #EBF53E background.