COLOR #EF7665

HEX: #EF7665 RGB: (239,118,101)

Color info

#EF7665 contains mainly red color. Web safe color of #EF7665 is #FF6666 (or #F66).

RGB color model

#EF7665 color RGB value is (239,118,101).

RGB: (239,118,101) (94%, 46%, 40%)

RGB channels and saturation

R 239 of 255 = 94%
G 118 of 255 = 46%
B 101 of 255 = 40%

239
118
101

R + G + B ~ 60%. #EF7665 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 239 + 118 + 101 = 458 (100%)
R 239 of 458 ~ 52.18%
G 118 of 458 ~ 25.76%
B 101 of 458 ~ 22.05'%

%52.18
%25.76
%22.05

CMYK color model

#EF7665 color CMYK value is (0,51,58,6).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 57.74%
  • key color value is 6.27%

CMYK: (0,51,58,6)
C0M51Y58K6 (0%, 51%, 58%, 6%)
(0.00 / 0.51 / 0.58 / 0.06)

CMYK percentages

%0
%50.63
%57.74
%6.27

Codes

Color #EF7665 in popluar color models

EF 76 65
RGB 239 118 101
HSL 81.18% 66.67%
HSB/HSV 57.74% 93.73%
CMYK 0.00% 50.63% 57.74%
6.27%

Color #EF7665 in popluar number systems.

HEX EF 76 65
Decimal 239 118 101
Binary 11101111 1110110 1100101
Octal 357 166 145

Shades and tints

Shades of #EF7665

#EF7665
(239,118,101)
#DA6C5C
(218,108,92)
#C56253
(197,98,83)
#B0584A
(176,88,74)
#9B4E41
(155,78,65)
#864438
(134,68,56)
#713A2F
(113,58,47)
#5C3026
(92,48,38)
#47261D
(71,38,29)
#321C14
(50,28,20)
#1D120B
(29,18,11)
#000000
(0,0,0)

Tints of #EF7665

#EF7665
(239,118,101)
#F08273
(240,130,115)
#F18E81
(241,142,129)
#F29A8F
(242,154,143)
#F3A69D
(243,166,157)
#F4B2AB
(244,178,171)
#F5BEB9
(245,190,185)
#F6CAC7
(246,202,199)
#F7D6D5
(247,214,213)
#F8E2E3
(248,226,227)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7665 color. Also use rgb(239,118,101) instead hex code.

Text Font Color

.myTextColor { color: #EF7665; }

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

This text font color is #EF7665.

Background Color

.myBgColor { background-color: #EF7665; }

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

This div background color is #EF7665.

Border color

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

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

This div border color is #EF7665.

Opacity

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

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

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

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

This text has shadow with #EF7665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF7665.

Preview

Color preview on black background

This text has color #EF7665 on black background.


Color preview on white background

This text has color #EF7665 on white background.


Black color preview on #EF7665 background

This text has black color on #EF7665 background.


White color preview on #EF7665 background

This text has white color on #EF7665 background.


Related colors

Complementary color

Complementary color for #hex is #10899A.


I love getcolorcode.com

Triadic colors

1 #65EF76 and #7665EF with #EF7665 are triadic colors.

2 #6576EF and #76EF65 with #EF7665 are triadic colors.