COLOR #EFCF95

HEX: #EFCF95 RGB: (239,207,149)

Color info

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

RGB color model

#EFCF95 color RGB value is (239,207,149).

RGB: (239,207,149) (94%, 81%, 58%)

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 149 of 255 = 58%

239
207
149

R + G + B ~ 78%. #EFCF95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 207 + 149 = 595 (100%)
R 239 of 595 ~ 40.17%
G 207 of 595 ~ 34.79%
B 149 of 595 ~ 25.04'%

%40.17
%34.79
%25.04

CMYK color model

#EFCF95 color CMYK value is (0,13,38,6).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 37.66%
  • key color value is 6.27%
CMYK: (0,13,38,6) C0M13Y38K6 (0%,13%,38%,6%) (0.00/0.13/0.38/0.06) 

CMYK percentages

%0
%13.39
%37.66
%6.27

Codes

Color #EFCF95 in popluar color models

EF CF 95
RGB 239 207 149
HSL 39° 73.77% 76.08%
HSB/HSV 39° 37.66% 93.73%
CMYK 0.00% 13.39% 37.66%
6.27%

Color #EFCF95 in popluar number systems.

HEX EF CF 95
Decimal 239 207 149
Binary 11101111 11001111 10010101
Octal 357 317 225

Shades and tints

Shades of #EFCF95

#EFCF95
(239,207,149)
#DABD88
(218,189,136)
#C5AB7B
(197,171,123)
#B0996E
(176,153,110)
#9B8761
(155,135,97)
#867554
(134,117,84)
#716347
(113,99,71)
#5C513A
(92,81,58)
#473F2D
(71,63,45)
#322D20
(50,45,32)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #EFCF95

#EFCF95
(239,207,149)
#F0D39E
(240,211,158)
#F1D7A7
(241,215,167)
#F2DBB0
(242,219,176)
#F3DFB9
(243,223,185)
#F4E3C2
(244,227,194)
#F5E7CB
(245,231,203)
#F6EBD4
(246,235,212)
#F7EFDD
(247,239,221)
#F8F3E6
(248,243,230)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCF95; }

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

This text font color is #EFCF95.

Background Color

.myBgColor { background-color: #EFCF95; }

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

This div background color is #EFCF95.

Border color

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

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

This div border color is #EFCF95.

Opacity

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

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

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

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

This text has shadow with #EFCF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCF95.

Preview

Color preview on black background

This text has color #EFCF95 on black background.


Color preview on white background

This text has color #EFCF95 on white background.


Black color preview on #EFCF95 background

This text has black color on #EFCF95 background.


White color preview on #EFCF95 background

This text has white color on #EFCF95 background.


Related colors

Complementary color

Complementary color for #hex is #10306A.


I love getcolorcode.com

Triadic colors

1 #95EFCF and #CF95EF with #EFCF95 are triadic colors.

2 #95CFEF and #CFEF95 with #EFCF95 are triadic colors.