COLOR #EBF373

HEX: #EBF373
RGB: (235,243,115)

Color info

#EBF373 contains mainly red and green colors. Web safe color of #EBF373 is #FFFF66 (or #FF6).

RGB color model

#EBF373 color RGB value is (235,243,115).

  • red value is 235;
  • green value is 243;
  • blue value is 115.
RGB:
(235,243,115)
(92%,95%,45%)

RGB channels and saturation

R 235 of 255 = 92%
G 243 of 255 = 95%
B 115 of 255 = 45%

235
243
115

R + G + B ~ 77%. #EBF373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 243 + 115 = 593 (100%)
R 235 of 593 ~ 39.63%
G 243 of 593 ~ 40.98%
B 115 of 593 ~ 19.39%

%39.63
%40.98
%19.39

CMYK color model

#EBF373 color CMYK value is (3,0,53,5).

  • cyan value is 3.29%
  • magenta value is 0.00%
  • yellow value is 52.67%
  • key color value is 4.71%
CMYK:
(3,0,53,5)
C3M0Y53K5 
(3%,0%,53%,5%)
(0.03/0.00/0.53/0.05)	

CMYK percentages

%3.29
%0
%52.67
%4.71

Codes

Color #EBF373 in popluar color models

EBF373
RGB235243115
HSL64°84.21%70.20%
HSB/HSV64°52.67%95.29%
CMYK3.29%0.00%52.67%
4.71%

Color #EBF373 in popluar number systems.

HEXEBF373
Decimal235243115
Binary11101011111100111110011
Octal353363163

Shades and tints

Shades of #EBF373

#EBF373
(235,243,115)
#D6DD69
(214,221,105)
#C1C75F
(193,199,95)
#ACB155
(172,177,85)
#979B4B
(151,155,75)
#828541
(130,133,65)
#6D6F37
(109,111,55)
#58592D
(88,89,45)
#434323
(67,67,35)
#2E2D19
(46,45,25)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #EBF373

#EBF373
(235,243,115)
#ECF47F
(236,244,127)
#EDF58B
(237,245,139)
#EEF697
(238,246,151)
#EFF7A3
(239,247,163)
#F0F8AF
(240,248,175)
#F1F9BB
(241,249,187)
#F2FAC7
(242,250,199)
#F3FBD3
(243,251,211)
#F4FCDF
(244,252,223)
#F5FDEB
(245,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF373 color. Also use rgb(235,243,115) instead hex code.

Text Font Color

.myTextColor { color: #EBF373; }

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

This text font color is #EBF373.


Background Color

.myBgColor { background-color: #EBF373; }

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

This div background color is #EBF373.


Border color

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

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

This div border color is #EBF373.


Opacity

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

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

Text with #EBF373 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 #EBF373;}

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

This text has shadow with #EBF373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF373 on black background.


Color preview on white background

This text has color #EBF373 on white background.



Black color preview on #EBF373 background

This text has black color on #EBF373 background.


White color preview on #EBF373 background

This text has white color on #EBF373 background.