COLOR #EFFFA1

HEX: #EFFFA1 RGB: (239,255,161)

Color info

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

RGB color model

#EFFFA1 color RGB value is (239,255,161).

RGB: (239,255,161) (94%, 100%, 63%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 161 of 255 = 63%

239
255
161

R + G + B ~ 86%. #EFFFA1 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 255 + 161 = 655 (100%)
R 239 of 655 ~ 36.49%
G 255 of 655 ~ 38.93%
B 161 of 655 ~ 24.58'%

%36.49
%38.93
%24.58

CMYK color model

#EFFFA1 color CMYK value is (6,0,37,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 36.86%
  • key color value is 0.00%

CMYK: (6,0,37,0)
C6M0Y37K0 (6%, 0%, 37%, 0%)
(0.06 / 0.00 / 0.37 / 0.00)

CMYK percentages

%6.27
%0
%36.86
%0

Codes

Color #EFFFA1 in popluar color models

EF FF A1
RGB 239 255 161
HSL 70° 100.00% 81.57%
HSB/HSV 70° 36.86% 100.00%
CMYK 6.27% 0.00% 36.86%
0.00%

Color #EFFFA1 in popluar number systems.

HEX EF FF A1
Decimal 239 255 161
Binary 11101111 11111111 10100001
Octal 357 377 241

Shades and tints

Shades of #EFFFA1

#EFFFA1
(239,255,161)
#DAE893
(218,232,147)
#C5D185
(197,209,133)
#B0BA77
(176,186,119)
#9BA369
(155,163,105)
#868C5B
(134,140,91)
#71754D
(113,117,77)
#5C5E3F
(92,94,63)
#474731
(71,71,49)
#323023
(50,48,35)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFFFA1

#EFFFA1
(239,255,161)
#F0FFA9
(240,255,169)
#F1FFB1
(241,255,177)
#F2FFB9
(242,255,185)
#F3FFC1
(243,255,193)
#F4FFC9
(244,255,201)
#F5FFD1
(245,255,209)
#F6FFD9
(246,255,217)
#F7FFE1
(247,255,225)
#F8FFE9
(248,255,233)
#F9FFF1
(249,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFFA1 color. Also use rgb(239,255,161) instead hex code.

Text Font Color

.myTextColor { color: #EFFFA1; }

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

This text font color is #EFFFA1.

Background Color

.myBgColor { background-color: #EFFFA1; }

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

This div background color is #EFFFA1.

Border color

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

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

This div border color is #EFFFA1.

Opacity

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

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

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

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

This text has shadow with #EFFFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFFA1.

Preview

Color preview on black background

This text has color #EFFFA1 on black background.


Color preview on white background

This text has color #EFFFA1 on white background.


Black color preview on #EFFFA1 background

This text has black color on #EFFFA1 background.


White color preview on #EFFFA1 background

This text has white color on #EFFFA1 background.


Related colors

Complementary color

Complementary color for #hex is #10005E.


I love getcolorcode.com

Triadic colors

1 #A1EFFF and #FFA1EF with #EFFFA1 are triadic colors.

2 #A1FFEF and #FFEFA1 with #EFFFA1 are triadic colors.