COLOR #EBF594

HEX: #EBF594
RGB: (235,245,148)

Color info

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

RGB color model

#EBF594 color RGB value is (235,245,148).

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

RGB channels and saturation

R 235 of 255 = 92%
G 245 of 255 = 96%
B 148 of 255 = 58%

235
245
148

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

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 148 = 628 (100%)
R 235 of 628 ~ 37.42%
G 245 of 628 ~ 39.01%
B 148 of 628 ~ 23.57%

%37.42
%39.01
%23.57

CMYK color model

#EBF594 color CMYK value is (4,0,40,4).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 39.59%
  • key color value is 3.92%
CMYK:
(4,0,40,4)
C4M0Y40K4 
(4%,0%,40%,4%)
(0.04/0.00/0.40/0.04)	

CMYK percentages

%4.08
%0
%39.59
%3.92

Codes

Color #EBF594 in popluar color models

EBF594
RGB235245148
HSL66°82.91%77.06%
HSB/HSV66°39.59%96.08%
CMYK4.08%0.00%39.59%
3.92%

Color #EBF594 in popluar number systems.

HEXEBF594
Decimal235245148
Binary111010111111010110010100
Octal353365224

Shades and tints

Shades of #EBF594

#EBF594
(235,245,148)
#D6DF87
(214,223,135)
#C1C97A
(193,201,122)
#ACB36D
(172,179,109)
#979D60
(151,157,96)
#828753
(130,135,83)
#6D7146
(109,113,70)
#585B39
(88,91,57)
#43452C
(67,69,44)
#2E2F1F
(46,47,31)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #EBF594

#EBF594
(235,245,148)
#ECF59D
(236,245,157)
#EDF5A6
(237,245,166)
#EEF5AF
(238,245,175)
#EFF5B8
(239,245,184)
#F0F5C1
(240,245,193)
#F1F5CA
(241,245,202)
#F2F5D3
(242,245,211)
#F3F5DC
(243,245,220)
#F4F5E5
(244,245,229)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF594; }

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

This text font color is #EBF594.


Background Color

.myBgColor { background-color: #EBF594; }

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

This div background color is #EBF594.


Border color

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

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

This div border color is #EBF594.


Opacity

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

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

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

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

This text has shadow with #EBF594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF594 on black background.


Color preview on white background

This text has color #EBF594 on white background.



Black color preview on #EBF594 background

This text has black color on #EBF594 background.


White color preview on #EBF594 background

This text has white color on #EBF594 background.