COLOR #EBF195

HEX: #EBF195
RGB: (235,241,149)

Color info

#EBF195 contains mainly red and green colors. Web safe color of #EBF195 is #FFFF99 (or #FF9).

RGB color model

#EBF195 color RGB value is (235,241,149).

  • red value is 235;
  • green value is 241;
  • blue value is 149.
RGB:
(235,241,149)
(92%,95%,58%)

RGB channels and saturation

R 235 of 255 = 92%
G 241 of 255 = 95%
B 149 of 255 = 58%

235
241
149

R + G + B ~ 82%. #EBF195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 241 + 149 = 625 (100%)
R 235 of 625 ~ 37.6%
G 241 of 625 ~ 38.56%
B 149 of 625 ~ 23.84%

%37.6
%38.56
%23.84

CMYK color model

#EBF195 color CMYK value is (2,0,38,5).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(2,0,38,5)
C2M0Y38K5 
(2%,0%,38%,5%)
(0.02/0.00/0.38/0.05)	

CMYK percentages

%2.49
%0
%38.17
%5.49

Codes

Color #EBF195 in popluar color models

EBF195
RGB235241149
HSL64°76.67%76.47%
HSB/HSV64°38.17%94.51%
CMYK2.49%0.00%38.17%
5.49%

Color #EBF195 in popluar number systems.

HEXEBF195
Decimal235241149
Binary111010111111000110010101
Octal353361225

Shades and tints

Shades of #EBF195

#EBF195
(235,241,149)
#D6DC88
(214,220,136)
#C1C77B
(193,199,123)
#ACB26E
(172,178,110)
#979D61
(151,157,97)
#828854
(130,136,84)
#6D7347
(109,115,71)
#585E3A
(88,94,58)
#43492D
(67,73,45)
#2E3420
(46,52,32)
#191F13
(25,31,19)
#000000
(0,0,0)

Tints of #EBF195

#EBF195
(235,241,149)
#ECF29E
(236,242,158)
#EDF3A7
(237,243,167)
#EEF4B0
(238,244,176)
#EFF5B9
(239,245,185)
#F0F6C2
(240,246,194)
#F1F7CB
(241,247,203)
#F2F8D4
(242,248,212)
#F3F9DD
(243,249,221)
#F4FAE6
(244,250,230)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF195 color. Also use rgb(235,241,149) instead hex code.

Text Font Color

.myTextColor { color: #EBF195; }

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

This text font color is #EBF195.


Background Color

.myBgColor { background-color: #EBF195; }

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

This div background color is #EBF195.


Border color

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

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

This div border color is #EBF195.


Opacity

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

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

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

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

This text has shadow with #EBF195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF195 on black background.


Color preview on white background

This text has color #EBF195 on white background.



Black color preview on #EBF195 background

This text has black color on #EBF195 background.


White color preview on #EBF195 background

This text has white color on #EBF195 background.