COLOR #EBF79A

HEX: #EBF79A RGB: (235,247,154)

Color info

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

RGB color model

#EBF79A color RGB value is (235,247,154).

RGB: (235,247,154) (92%, 97%, 60%)

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 154 of 255 = 60%

235
247
154

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

Portions of RGB colors in percentages

R + G + B = 235 + 247 + 154 = 636 (100%)
R 235 of 636 ~ 36.95%
G 247 of 636 ~ 38.84%
B 154 of 636 ~ 24.21'%

%36.95
%38.84
%24.21

CMYK color model

#EBF79A color CMYK value is (5,0,38,3).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 3.14%
CMYK: (5,0,38,3) C5M0Y38K3 (5%,0%,38%,3%) (0.05/0.00/0.38/0.03) 

CMYK percentages

%4.86
%0
%37.65
%3.14

Codes

Color #EBF79A in popluar color models

EB F7 9A
RGB 235 247 154
HSL 68° 85.32% 78.63%
HSB/HSV 68° 37.65% 96.86%
CMYK 4.86% 0.00% 37.65%
3.14%

Color #EBF79A in popluar number systems.

HEX EB F7 9A
Decimal 235 247 154
Binary 11101011 11110111 10011010
Octal 353 367 232

Shades and tints

Shades of #EBF79A

#EBF79A
(235,247,154)
#D6E18C
(214,225,140)
#C1CB7E
(193,203,126)
#ACB570
(172,181,112)
#979F62
(151,159,98)
#828954
(130,137,84)
#6D7346
(109,115,70)
#585D38
(88,93,56)
#43472A
(67,71,42)
#2E311C
(46,49,28)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #EBF79A

#EBF79A
(235,247,154)
#ECF7A3
(236,247,163)
#EDF7AC
(237,247,172)
#EEF7B5
(238,247,181)
#EFF7BE
(239,247,190)
#F0F7C7
(240,247,199)
#F1F7D0
(241,247,208)
#F2F7D9
(242,247,217)
#F3F7E2
(243,247,226)
#F4F7EB
(244,247,235)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF79A color. Also use rgb(235,247,154) instead hex code.

Text Font Color

.myTextColor { color: #EBF79A; }

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

This text font color is #EBF79A.

Background Color

.myBgColor { background-color: #EBF79A; }

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

This div background color is #EBF79A.

Border color

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

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

This div border color is #EBF79A.

Opacity

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

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

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

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

This text has shadow with #EBF79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF79A.

Preview

Color preview on black background

This text has color #EBF79A on black background.


Color preview on white background

This text has color #EBF79A on white background.


Black color preview on #EBF79A background

This text has black color on #EBF79A background.


White color preview on #EBF79A background

This text has white color on #EBF79A background.


Related colors

Complementary color

Complementary color for #hex is #140865.


I love getcolorcode.com

Triadic colors

1 #9AEBF7 and #F79AEB with #EBF79A are triadic colors.

2 #9AF7EB and #F7EB9A with #EBF79A are triadic colors.