COLOR #E7CF75

HEX: #E7CF75 RGB: (231,207,117)

Color info

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

RGB color model

#E7CF75 color RGB value is (231,207,117).

RGB: (231,207,117) (91%, 81%, 46%)

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 117 of 255 = 46%

231
207
117

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

Portions of RGB colors in percentages

R + G + B = 231 + 207 + 117 = 555 (100%)
R 231 of 555 ~ 41.62%
G 207 of 555 ~ 37.3%
B 117 of 555 ~ 21.08'%

%41.62
%37.3
%21.08

CMYK color model

#E7CF75 color CMYK value is (0,10,49,9).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 49.35%
  • key color value is 9.41%

CMYK: (0,10,49,9)
C0M10Y49K9 (0%, 10%, 49%, 9%)
(0.00 / 0.10 / 0.49 / 0.09)

CMYK percentages

%0
%10.39
%49.35
%9.41

Codes

Color #E7CF75 in popluar color models

E7 CF 75
RGB 231 207 117
HSL 47° 70.37% 68.24%
HSB/HSV 47° 49.35% 90.59%
CMYK 0.00% 10.39% 49.35%
9.41%

Color #E7CF75 in popluar number systems.

HEX E7 CF 75
Decimal 231 207 117
Binary 11100111 11001111 1110101
Octal 347 317 165

Shades and tints

Shades of #E7CF75

#E7CF75
(231,207,117)
#D2BD6B
(210,189,107)
#BDAB61
(189,171,97)
#A89957
(168,153,87)
#93874D
(147,135,77)
#7E7543
(126,117,67)
#696339
(105,99,57)
#54512F
(84,81,47)
#3F3F25
(63,63,37)
#2A2D1B
(42,45,27)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #E7CF75

#E7CF75
(231,207,117)
#E9D381
(233,211,129)
#EBD78D
(235,215,141)
#EDDB99
(237,219,153)
#EFDFA5
(239,223,165)
#F1E3B1
(241,227,177)
#F3E7BD
(243,231,189)
#F5EBC9
(245,235,201)
#F7EFD5
(247,239,213)
#F9F3E1
(249,243,225)
#FBF7ED
(251,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CF75 color. Also use rgb(231,207,117) instead hex code.

Text Font Color

.myTextColor { color: #E7CF75; }

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

This text font color is #E7CF75.

Background Color

.myBgColor { background-color: #E7CF75; }

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

This div background color is #E7CF75.

Border color

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

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

This div border color is #E7CF75.

Opacity

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

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

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

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

This text has shadow with #E7CF75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CF75.

Preview

Color preview on black background

This text has color #E7CF75 on black background.


Color preview on white background

This text has color #E7CF75 on white background.


Black color preview on #E7CF75 background

This text has black color on #E7CF75 background.


White color preview on #E7CF75 background

This text has white color on #E7CF75 background.


Related colors

Complementary color

Complementary color for #hex is #18308A.


I love getcolorcode.com

Triadic colors

1 #75E7CF and #CF75E7 with #E7CF75 are triadic colors.

2 #75CFE7 and #CFE775 with #E7CF75 are triadic colors.