COLOR #EFD26E

HEX: #EFD26E RGB: (239,210,110)

Color info

#EFD26E contains mainly red and green colors. Web safe color of #EFD26E is #FFCC66 (or #FC6).

RGB color model

#EFD26E color RGB value is (239,210,110).

RGB: (239,210,110) (94%, 82%, 43%)

RGB channels and saturation

R 239 of 255 = 94%
G 210 of 255 = 82%
B 110 of 255 = 43%

239
210
110

R + G + B ~ 73%. #EFD26E is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 210 + 110 = 559 (100%)
R 239 of 559 ~ 42.75%
G 210 of 559 ~ 37.57%
B 110 of 559 ~ 19.68'%

%42.75
%37.57
%19.68

CMYK color model

#EFD26E color CMYK value is (0,12,54,6).

  • cyan value is 0.00%
  • magenta value is 12.13%
  • yellow value is 53.97%
  • key color value is 6.27%

CMYK: (0,12,54,6)
C0M12Y54K6 (0%, 12%, 54%, 6%)
(0.00 / 0.12 / 0.54 / 0.06)

CMYK percentages

%0
%12.13
%53.97
%6.27

Codes

Color #EFD26E in popluar color models

EF D2 6E
RGB 239 210 110
HSL 47° 80.12% 68.43%
HSB/HSV 47° 53.97% 93.73%
CMYK 0.00% 12.13% 53.97%
6.27%

Color #EFD26E in popluar number systems.

HEX EF D2 6E
Decimal 239 210 110
Binary 11101111 11010010 1101110
Octal 357 322 156

Shades and tints

Shades of #EFD26E

#EFD26E
(239,210,110)
#DABF64
(218,191,100)
#C5AC5A
(197,172,90)
#B09950
(176,153,80)
#9B8646
(155,134,70)
#86733C
(134,115,60)
#716032
(113,96,50)
#5C4D28
(92,77,40)
#473A1E
(71,58,30)
#322714
(50,39,20)
#1D140A
(29,20,10)
#000000
(0,0,0)

Tints of #EFD26E

#EFD26E
(239,210,110)
#F0D67B
(240,214,123)
#F1DA88
(241,218,136)
#F2DE95
(242,222,149)
#F3E2A2
(243,226,162)
#F4E6AF
(244,230,175)
#F5EABC
(245,234,188)
#F6EEC9
(246,238,201)
#F7F2D6
(247,242,214)
#F8F6E3
(248,246,227)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD26E color. Also use rgb(239,210,110) instead hex code.

Text Font Color

.myTextColor { color: #EFD26E; }

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

This text font color is #EFD26E.

Background Color

.myBgColor { background-color: #EFD26E; }

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

This div background color is #EFD26E.

Border color

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

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

This div border color is #EFD26E.

Opacity

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

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

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

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

This text has shadow with #EFD26E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD26E.

Preview

Color preview on black background

This text has color #EFD26E on black background.


Color preview on white background

This text has color #EFD26E on white background.


Black color preview on #EFD26E background

This text has black color on #EFD26E background.


White color preview on #EFD26E background

This text has white color on #EFD26E background.


Related colors

Complementary color

Complementary color for #hex is #102D91.


I love getcolorcode.com

Triadic colors

1 #6EEFD2 and #D26EEF with #EFD26E are triadic colors.

2 #6ED2EF and #D2EF6E with #EFD26E are triadic colors.