COLOR #EFCFA1

HEX: #EFCFA1 RGB: (239,207,161)

Color info

#EFCFA1 contains mainly red and green colors. Web safe color of #EFCFA1 is #FFCC99 (or #FC9).

RGB color model

#EFCFA1 color RGB value is (239,207,161).

RGB: (239,207,161) (94%, 81%, 63%)

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 161 of 255 = 63%

239
207
161

R + G + B ~ 79%. #EFCFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 207 + 161 = 607 (100%)
R 239 of 607 ~ 39.37%
G 207 of 607 ~ 34.1%
B 161 of 607 ~ 26.52'%

%39.37
%34.1
%26.52

CMYK color model

#EFCFA1 color CMYK value is (0,13,33,6).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 32.64%
  • key color value is 6.27%
CMYK: (0,13,33,6) C0M13Y33K6 (0%,13%,33%,6%) (0.00/0.13/0.33/0.06) 

CMYK percentages

%0
%13.39
%32.64
%6.27

Codes

Color #EFCFA1 in popluar color models

EF CF A1
RGB 239 207 161
HSL 35° 70.91% 78.43%
HSB/HSV 35° 32.64% 93.73%
CMYK 0.00% 13.39% 32.64%
6.27%

Color #EFCFA1 in popluar number systems.

HEX EF CF A1
Decimal 239 207 161
Binary 11101111 11001111 10100001
Octal 357 317 241

Shades and tints

Shades of #EFCFA1

#EFCFA1
(239,207,161)
#DABD93
(218,189,147)
#C5AB85
(197,171,133)
#B09977
(176,153,119)
#9B8769
(155,135,105)
#86755B
(134,117,91)
#71634D
(113,99,77)
#5C513F
(92,81,63)
#473F31
(71,63,49)
#322D23
(50,45,35)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #EFCFA1

#EFCFA1
(239,207,161)
#F0D3A9
(240,211,169)
#F1D7B1
(241,215,177)
#F2DBB9
(242,219,185)
#F3DFC1
(243,223,193)
#F4E3C9
(244,227,201)
#F5E7D1
(245,231,209)
#F6EBD9
(246,235,217)
#F7EFE1
(247,239,225)
#F8F3E9
(248,243,233)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCFA1; }

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

This text font color is #EFCFA1.

Background Color

.myBgColor { background-color: #EFCFA1; }

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

This div background color is #EFCFA1.

Border color

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

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

This div border color is #EFCFA1.

Opacity

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

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

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

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

This text has shadow with #EFCFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCFA1.

Preview

Color preview on black background

This text has color #EFCFA1 on black background.


Color preview on white background

This text has color #EFCFA1 on white background.


Black color preview on #EFCFA1 background

This text has black color on #EFCFA1 background.


White color preview on #EFCFA1 background

This text has white color on #EFCFA1 background.


Related colors

Complementary color

Complementary color for #hex is #10305E.


I love getcolorcode.com

Triadic colors

1 #A1EFCF and #CFA1EF with #EFCFA1 are triadic colors.

2 #A1CFEF and #CFEFA1 with #EFCFA1 are triadic colors.