COLOR #EBFB95

HEX: #EBFB95
RGB: (235,251,149)

Color info

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

RGB color model

#EBFB95 color RGB value is (235,251,149).

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

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 149 of 255 = 58%

235
251
149

R + G + B ~ 83%. #EBFB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 149 = 635 (100%)
R 235 of 635 ~ 37.01%
G 251 of 635 ~ 39.53%
B 149 of 635 ~ 23.46%

%37.01
%39.53
%23.46

CMYK color model

#EBFB95 color CMYK value is (6,0,41,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 1.57%
CMYK:
(6,0,41,2)
C6M0Y41K2 
(6%,0%,41%,2%)
(0.06/0.00/0.41/0.02)	

CMYK percentages

%6.37
%0
%40.64
%1.57

Codes

Color #EBFB95 in popluar color models

EBFB95
RGB235251149
HSL69°92.73%78.43%
HSB/HSV69°40.64%98.43%
CMYK6.37%0.00%40.64%
1.57%

Color #EBFB95 in popluar number systems.

HEXEBFB95
Decimal235251149
Binary111010111111101110010101
Octal353373225

Shades and tints

Shades of #EBFB95

#EBFB95
(235,251,149)
#D6E588
(214,229,136)
#C1CF7B
(193,207,123)
#ACB96E
(172,185,110)
#97A361
(151,163,97)
#828D54
(130,141,84)
#6D7747
(109,119,71)
#58613A
(88,97,58)
#434B2D
(67,75,45)
#2E3520
(46,53,32)
#191F13
(25,31,19)
#000000
(0,0,0)

Tints of #EBFB95

#EBFB95
(235,251,149)
#ECFB9E
(236,251,158)
#EDFBA7
(237,251,167)
#EEFBB0
(238,251,176)
#EFFBB9
(239,251,185)
#F0FBC2
(240,251,194)
#F1FBCB
(241,251,203)
#F2FBD4
(242,251,212)
#F3FBDD
(243,251,221)
#F4FBE6
(244,251,230)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBFB95; }

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

This text font color is #EBFB95.


Background Color

.myBgColor { background-color: #EBFB95; }

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

This div background color is #EBFB95.


Border color

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

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

This div border color is #EBFB95.


Opacity

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

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

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

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

This text has shadow with #EBFB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFB95 on black background.


Color preview on white background

This text has color #EBFB95 on white background.



Black color preview on #EBFB95 background

This text has black color on #EBFB95 background.


White color preview on #EBFB95 background

This text has white color on #EBFB95 background.