COLOR #EF9764

HEX: #EF9764
RGB: (239,151,100)

Color info

#EF9764 contains mainly red color. Web safe color of #EF9764 is #FF9966 (or #F96).

RGB color model

#EF9764 color RGB value is (239,151,100).

  • red value is 239;
  • green value is 151;
  • blue value is 100.
RGB:
(239,151,100)
(94%,59%,39%)

RGB channels and saturation

R 239 of 255 = 94%
G 151 of 255 = 59%
B 100 of 255 = 39%

239
151
100

R + G + B ~ 64%. #EF9764 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 151 + 100 = 490 (100%)
R 239 of 490 ~ 48.78%
G 151 of 490 ~ 30.82%
B 100 of 490 ~ 20.41%

%48.78
%30.82
%20.41

CMYK color model

#EF9764 color CMYK value is (0,37,58,6).

  • cyan value is 0.00%
  • magenta value is 36.82%
  • yellow value is 58.16%
  • key color value is 6.27%
CMYK:
(0,37,58,6)
C0M37Y58K6 
(0%,37%,58%,6%)
(0.00/0.37/0.58/0.06)	

CMYK percentages

%0
%36.82
%58.16
%6.27

Codes

Color #EF9764 in popluar color models

EF9764
RGB239151100
HSL22°81.29%66.47%
HSB/HSV22°58.16%93.73%
CMYK0.00%36.82%58.16%
6.27%

Color #EF9764 in popluar number systems.

HEXEF9764
Decimal239151100
Binary11101111100101111100100
Octal357227144

Shades and tints

Shades of #EF9764

#EF9764
(239,151,100)
#DA8A5B
(218,138,91)
#C57D52
(197,125,82)
#B07049
(176,112,73)
#9B6340
(155,99,64)
#865637
(134,86,55)
#71492E
(113,73,46)
#5C3C25
(92,60,37)
#472F1C
(71,47,28)
#322213
(50,34,19)
#1D150A
(29,21,10)
#000000
(0,0,0)

Tints of #EF9764

#EF9764
(239,151,100)
#F0A072
(240,160,114)
#F1A980
(241,169,128)
#F2B28E
(242,178,142)
#F3BB9C
(243,187,156)
#F4C4AA
(244,196,170)
#F5CDB8
(245,205,184)
#F6D6C6
(246,214,198)
#F7DFD4
(247,223,212)
#F8E8E2
(248,232,226)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9764 color. Also use rgb(239,151,100) instead hex code.

Text Font Color

.myTextColor { color: #EF9764; }

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

This text font color is #EF9764.


Background Color

.myBgColor { background-color: #EF9764; }

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

This div background color is #EF9764.


Border color

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

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

This div border color is #EF9764.


Opacity

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

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

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

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

This text has shadow with #EF9764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9764 on black background.


Color preview on white background

This text has color #EF9764 on white background.



Black color preview on #EF9764 background

This text has black color on #EF9764 background.


White color preview on #EF9764 background

This text has white color on #EF9764 background.