COLOR #EF692E

HEX: #EF692E
RGB: (239,105,46)

Color info

#EF692E contains mainly red color. Web safe color of #EF692E is #FF6633 (or #F63).

RGB color model

#EF692E color RGB value is (239,105,46).

  • red value is 239;
  • green value is 105;
  • blue value is 46.
RGB:
(239,105,46)
(94%,41%,18%)

RGB channels and saturation

R 239 of 255 = 94%
G 105 of 255 = 41%
B 46 of 255 = 18%

239
105
46

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

Portions of RGB colors in percentages

R + G + B =
239 + 105 + 46 = 390 (100%)
R 239 of 390 ~ 61.28%
G 105 of 390 ~ 26.92%
B 46 of 390 ~ 11.79%

%61.28
%26.92
%11.79

CMYK color model

#EF692E color CMYK value is (0,56,81,6).

  • cyan value is 0.00%
  • magenta value is 56.07%
  • yellow value is 80.75%
  • key color value is 6.27%
CMYK:
(0,56,81,6)
C0M56Y81K6 
(0%,56%,81%,6%)
(0.00/0.56/0.81/0.06)	

CMYK percentages

%0
%56.07
%80.75
%6.27

Codes

Color #EF692E in popluar color models

EF692E
RGB23910546
HSL18°85.78%55.88%
HSB/HSV18°80.75%93.73%
CMYK0.00%56.07%80.75%
6.27%

Color #EF692E in popluar number systems.

HEXEF692E
Decimal23910546
Binary111011111101001101110
Octal35715156

Shades and tints

Shades of #EF692E

#EF692E
(239,105,46)
#DA602A
(218,96,42)
#C55726
(197,87,38)
#B04E22
(176,78,34)
#9B451E
(155,69,30)
#863C1A
(134,60,26)
#713316
(113,51,22)
#5C2A12
(92,42,18)
#47210E
(71,33,14)
#32180A
(50,24,10)
#1D0F06
(29,15,6)
#000000
(0,0,0)

Tints of #EF692E

#EF692E
(239,105,46)
#F07641
(240,118,65)
#F18354
(241,131,84)
#F29067
(242,144,103)
#F39D7A
(243,157,122)
#F4AA8D
(244,170,141)
#F5B7A0
(245,183,160)
#F6C4B3
(246,196,179)
#F7D1C6
(247,209,198)
#F8DED9
(248,222,217)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF692E color. Also use rgb(239,105,46) instead hex code.

Text Font Color

.myTextColor { color: #EF692E; }

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

This text font color is #EF692E.


Background Color

.myBgColor { background-color: #EF692E; }

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

This div background color is #EF692E.


Border color

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

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

This div border color is #EF692E.


Opacity

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

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

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

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

This text has shadow with #EF692E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF692E on black background.


Color preview on white background

This text has color #EF692E on white background.



Black color preview on #EF692E background

This text has black color on #EF692E background.


White color preview on #EF692E background

This text has white color on #EF692E background.