COLOR #EF643F

HEX: #EF643F
RGB: (239,100,63)

Color info

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

RGB color model

#EF643F color RGB value is (239,100,63).

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

RGB channels and saturation

R 239 of 255 = 94%
G 100 of 255 = 39%
B 63 of 255 = 25%

239
100
63

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

Portions of RGB colors in percentages

R + G + B =
239 + 100 + 63 = 402 (100%)
R 239 of 402 ~ 59.45%
G 100 of 402 ~ 24.88%
B 63 of 402 ~ 15.67%

%59.45
%24.88
%15.67

CMYK color model

#EF643F color CMYK value is (0,58,74,6).

  • cyan value is 0.00%
  • magenta value is 58.16%
  • yellow value is 73.64%
  • key color value is 6.27%
CMYK:
(0,58,74,6)
C0M58Y74K6 
(0%,58%,74%,6%)
(0.00/0.58/0.74/0.06)	

CMYK percentages

%0
%58.16
%73.64
%6.27

Codes

Color #EF643F in popluar color models

EF643F
RGB23910063
HSL13°84.62%59.22%
HSB/HSV13°73.64%93.73%
CMYK0.00%58.16%73.64%
6.27%

Color #EF643F in popluar number systems.

HEXEF643F
Decimal23910063
Binary111011111100100111111
Octal35714477

Shades and tints

Shades of #EF643F

#EF643F
(239,100,63)
#DA5B3A
(218,91,58)
#C55235
(197,82,53)
#B04930
(176,73,48)
#9B402B
(155,64,43)
#863726
(134,55,38)
#712E21
(113,46,33)
#5C251C
(92,37,28)
#471C17
(71,28,23)
#321312
(50,19,18)
#1D0A0D
(29,10,13)
#000000
(0,0,0)

Tints of #EF643F

#EF643F
(239,100,63)
#F07250
(240,114,80)
#F18061
(241,128,97)
#F28E72
(242,142,114)
#F39C83
(243,156,131)
#F4AA94
(244,170,148)
#F5B8A5
(245,184,165)
#F6C6B6
(246,198,182)
#F7D4C7
(247,212,199)
#F8E2D8
(248,226,216)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF643F; }

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

This text font color is #EF643F.


Background Color

.myBgColor { background-color: #EF643F; }

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

This div background color is #EF643F.


Border color

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

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

This div border color is #EF643F.


Opacity

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

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

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

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

This text has shadow with #EF643F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF643F on black background.


Color preview on white background

This text has color #EF643F on white background.



Black color preview on #EF643F background

This text has black color on #EF643F background.


White color preview on #EF643F background

This text has white color on #EF643F background.