COLOR #FFEFB6

HEX: #FFEFB6 RGB: (255,239,182)

Color info

#FFEFB6 contains mainly red and green colors. Web safe color of #FFEFB6 is #FFFFCC (or #FFC).

RGB color model

#FFEFB6 color RGB value is (255,239,182).

RGB: (255,239,182) (100%, 94%, 71%)

RGB channels and saturation

R 255 of 255 = 100%
G 239 of 255 = 94%
B 182 of 255 = 71%

255
239
182

R + G + B ~ 88%. #FFEFB6 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 239 + 182 = 676 (100%)
R 255 of 676 ~ 37.72%
G 239 of 676 ~ 35.36%
B 182 of 676 ~ 26.92'%

%37.72
%35.36
%26.92

CMYK color model

#FFEFB6 color CMYK value is (0,6,29,0).

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

CMYK: (0,6,29,0)
C0M6Y29K0 (0%, 6%, 29%, 0%)
(0.00 / 0.06 / 0.29 / 0.00)

CMYK percentages

%0
%6.27
%28.63
%0

Codes

Color #FFEFB6 in popluar color models

FF EF B6
RGB 255 239 182
HSL 47° 100.00% 85.69%
HSB/HSV 47° 28.63% 100.00%
CMYK 0.00% 6.27% 28.63%
0.00%

Color #FFEFB6 in popluar number systems.

HEX FF EF B6
Decimal 255 239 182
Binary 11111111 11101111 10110110
Octal 377 357 266

Shades and tints

Shades of #FFEFB6

#FFEFB6
(255,239,182)
#E8DAA6
(232,218,166)
#D1C596
(209,197,150)
#BAB086
(186,176,134)
#A39B76
(163,155,118)
#8C8666
(140,134,102)
#757156
(117,113,86)
#5E5C46
(94,92,70)
#474736
(71,71,54)
#303226
(48,50,38)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #FFEFB6

#FFEFB6
(255,239,182)
#FFF0BC
(255,240,188)
#FFF1C2
(255,241,194)
#FFF2C8
(255,242,200)
#FFF3CE
(255,243,206)
#FFF4D4
(255,244,212)
#FFF5DA
(255,245,218)
#FFF6E0
(255,246,224)
#FFF7E6
(255,247,230)
#FFF8EC
(255,248,236)
#FFF9F2
(255,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEFB6; }

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

This text font color is #FFEFB6.

Background Color

.myBgColor { background-color: #FFEFB6; }

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

This div background color is #FFEFB6.

Border color

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

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

This div border color is #FFEFB6.

Opacity

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

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

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

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

This text has shadow with #FFEFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEFB6.

Preview

Color preview on black background

This text has color #FFEFB6 on black background.


Color preview on white background

This text has color #FFEFB6 on white background.


Black color preview on #FFEFB6 background

This text has black color on #FFEFB6 background.


White color preview on #FFEFB6 background

This text has white color on #FFEFB6 background.


Related colors

Complementary color

Complementary color for #hex is #001049.


I love getcolorcode.com

Triadic colors

1 #B6FFEF and #EFB6FF with #FFEFB6 are triadic colors.

2 #B6EFFF and #EFFFB6 with #FFEFB6 are triadic colors.