COLOR #EFF4A4

HEX: #EFF4A4 RGB: (239,244,164)

Color info

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

RGB color model

#EFF4A4 color RGB value is (239,244,164).

RGB: (239,244,164) (94%, 96%, 64%)

RGB channels and saturation

R 239 of 255 = 94%
G 244 of 255 = 96%
B 164 of 255 = 64%

239
244
164

R + G + B ~ 85%. #EFF4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 244 + 164 = 647 (100%)
R 239 of 647 ~ 36.94%
G 244 of 647 ~ 37.71%
B 164 of 647 ~ 25.35'%

%36.94
%37.71
%25.35

CMYK color model

#EFF4A4 color CMYK value is (2,0,33,4).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 4.31%

CMYK: (2,0,33,4)
C2M0Y33K4 (2%, 0%, 33%, 4%)
(0.02 / 0.00 / 0.33 / 0.04)

CMYK percentages

%2.05
%0
%32.79
%4.31

Codes

Color #EFF4A4 in popluar color models

EF F4 A4
RGB 239 244 164
HSL 64° 78.43% 80.00%
HSB/HSV 64° 32.79% 95.69%
CMYK 2.05% 0.00% 32.79%
4.31%

Color #EFF4A4 in popluar number systems.

HEX EF F4 A4
Decimal 239 244 164
Binary 11101111 11110100 10100100
Octal 357 364 244

Shades and tints

Shades of #EFF4A4

#EFF4A4
(239,244,164)
#DADE96
(218,222,150)
#C5C888
(197,200,136)
#B0B27A
(176,178,122)
#9B9C6C
(155,156,108)
#86865E
(134,134,94)
#717050
(113,112,80)
#5C5A42
(92,90,66)
#474434
(71,68,52)
#322E26
(50,46,38)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #EFF4A4

#EFF4A4
(239,244,164)
#F0F5AC
(240,245,172)
#F1F6B4
(241,246,180)
#F2F7BC
(242,247,188)
#F3F8C4
(243,248,196)
#F4F9CC
(244,249,204)
#F5FAD4
(245,250,212)
#F6FBDC
(246,251,220)
#F7FCE4
(247,252,228)
#F8FDEC
(248,253,236)
#F9FEF4
(249,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF4A4 color. Also use rgb(239,244,164) instead hex code.

Text Font Color

.myTextColor { color: #EFF4A4; }

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

This text font color is #EFF4A4.

Background Color

.myBgColor { background-color: #EFF4A4; }

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

This div background color is #EFF4A4.

Border color

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

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

This div border color is #EFF4A4.

Opacity

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

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

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

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

This text has shadow with #EFF4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF4A4.

Preview

Color preview on black background

This text has color #EFF4A4 on black background.


Color preview on white background

This text has color #EFF4A4 on white background.


Black color preview on #EFF4A4 background

This text has black color on #EFF4A4 background.


White color preview on #EFF4A4 background

This text has white color on #EFF4A4 background.


Related colors

Complementary color

Complementary color for #hex is #100B5B.


I love getcolorcode.com

Triadic colors

1 #A4EFF4 and #F4A4EF with #EFF4A4 are triadic colors.

2 #A4F4EF and #F4EFA4 with #EFF4A4 are triadic colors.