COLOR #EFB274

HEX: #EFB274 RGB: (239,178,116)

Color info

#EFB274 contains mainly red color. Web safe color of #EFB274 is #FF9966 (or #F96).

RGB color model

#EFB274 color RGB value is (239,178,116).

RGB: (239,178,116) (94%, 70%, 45%)

RGB channels and saturation

R 239 of 255 = 94%
G 178 of 255 = 70%
B 116 of 255 = 45%

239
178
116

R + G + B ~ 70%. #EFB274 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 178 + 116 = 533 (100%)
R 239 of 533 ~ 44.84%
G 178 of 533 ~ 33.4%
B 116 of 533 ~ 21.76'%

%44.84
%33.4
%21.76

CMYK color model

#EFB274 color CMYK value is (0,26,51,6).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 51.46%
  • key color value is 6.27%

CMYK: (0,26,51,6)
C0M26Y51K6 (0%, 26%, 51%, 6%)
(0.00 / 0.26 / 0.51 / 0.06)

CMYK percentages

%0
%25.52
%51.46
%6.27

Codes

Color #EFB274 in popluar color models

EF B2 74
RGB 239 178 116
HSL 30° 79.35% 69.61%
HSB/HSV 30° 51.46% 93.73%
CMYK 0.00% 25.52% 51.46%
6.27%

Color #EFB274 in popluar number systems.

HEX EF B2 74
Decimal 239 178 116
Binary 11101111 10110010 1110100
Octal 357 262 164

Shades and tints

Shades of #EFB274

#EFB274
(239,178,116)
#DAA26A
(218,162,106)
#C59260
(197,146,96)
#B08256
(176,130,86)
#9B724C
(155,114,76)
#866242
(134,98,66)
#715238
(113,82,56)
#5C422E
(92,66,46)
#473224
(71,50,36)
#32221A
(50,34,26)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #EFB274

#EFB274
(239,178,116)
#F0B980
(240,185,128)
#F1C08C
(241,192,140)
#F2C798
(242,199,152)
#F3CEA4
(243,206,164)
#F4D5B0
(244,213,176)
#F5DCBC
(245,220,188)
#F6E3C8
(246,227,200)
#F7EAD4
(247,234,212)
#F8F1E0
(248,241,224)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB274 color. Also use rgb(239,178,116) instead hex code.

Text Font Color

.myTextColor { color: #EFB274; }

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

This text font color is #EFB274.

Background Color

.myBgColor { background-color: #EFB274; }

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

This div background color is #EFB274.

Border color

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

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

This div border color is #EFB274.

Opacity

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

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

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

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

This text has shadow with #EFB274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB274.

Preview

Color preview on black background

This text has color #EFB274 on black background.


Color preview on white background

This text has color #EFB274 on white background.


Black color preview on #EFB274 background

This text has black color on #EFB274 background.


White color preview on #EFB274 background

This text has white color on #EFB274 background.


Related colors

Complementary color

Complementary color for #hex is #104D8B.


I love getcolorcode.com

Triadic colors

1 #74EFB2 and #B274EF with #EFB274 are triadic colors.

2 #74B2EF and #B2EF74 with #EFB274 are triadic colors.