COLOR #EF766D

HEX: #EF766D
RGB: (239,118,109)

Color info

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

RGB color model

#EF766D color RGB value is (239,118,109).

  • red value is 239;
  • green value is 118;
  • blue value is 109.
RGB:
(239,118,109)
(94%,46%,43%)

RGB channels and saturation

R 239 of 255 = 94%
G 118 of 255 = 46%
B 109 of 255 = 43%

239
118
109

R + G + B ~ 61%. #EF766D is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 118 + 109 = 466 (100%)
R 239 of 466 ~ 51.29%
G 118 of 466 ~ 25.32%
B 109 of 466 ~ 23.39%

%51.29
%25.32
%23.39

CMYK color model

#EF766D color CMYK value is (0,51,54,6).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 54.39%
  • key color value is 6.27%
CMYK:
(0,51,54,6)
C0M51Y54K6 
(0%,51%,54%,6%)
(0.00/0.51/0.54/0.06)	

CMYK percentages

%0
%50.63
%54.39
%6.27

Codes

Color #EF766D in popluar color models

EF766D
RGB239118109
HSL80.25%68.24%
HSB/HSV54.39%93.73%
CMYK0.00%50.63%54.39%
6.27%

Color #EF766D in popluar number systems.

HEXEF766D
Decimal239118109
Binary1110111111101101101101
Octal357166155

Shades and tints

Shades of #EF766D

#EF766D
(239,118,109)
#DA6C64
(218,108,100)
#C5625B
(197,98,91)
#B05852
(176,88,82)
#9B4E49
(155,78,73)
#864440
(134,68,64)
#713A37
(113,58,55)
#5C302E
(92,48,46)
#472625
(71,38,37)
#321C1C
(50,28,28)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #EF766D

#EF766D
(239,118,109)
#F0827A
(240,130,122)
#F18E87
(241,142,135)
#F29A94
(242,154,148)
#F3A6A1
(243,166,161)
#F4B2AE
(244,178,174)
#F5BEBB
(245,190,187)
#F6CAC8
(246,202,200)
#F7D6D5
(247,214,213)
#F8E2E2
(248,226,226)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF766D; }

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

This text font color is #EF766D.


Background Color

.myBgColor { background-color: #EF766D; }

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

This div background color is #EF766D.


Border color

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

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

This div border color is #EF766D.


Opacity

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

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

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

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

This text has shadow with #EF766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF766D on black background.


Color preview on white background

This text has color #EF766D on white background.



Black color preview on #EF766D background

This text has black color on #EF766D background.


White color preview on #EF766D background

This text has white color on #EF766D background.