COLOR #EF9823

HEX: #EF9823 RGB: (239,152,35)

Color info

#EF9823 contains mainly red color. Web safe color of #EF9823 is #FF9933 (or #F93).

RGB color model

#EF9823 color RGB value is (239,152,35).

RGB: (239,152,35) (94%, 60%, 14%)

RGB channels and saturation

R 239 of 255 = 94%
G 152 of 255 = 60%
B 35 of 255 = 14%

239
152
35

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

Portions of RGB colors in percentages

R + G + B = 239 + 152 + 35 = 426 (100%)
R 239 of 426 ~ 56.1%
G 152 of 426 ~ 35.68%
B 35 of 426 ~ 8.22'%

%56.1
%35.68

CMYK color model

#EF9823 color CMYK value is (0,36,85,6).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 85.36%
  • key color value is 6.27%

CMYK: (0,36,85,6)
C0M36Y85K6 (0%, 36%, 85%, 6%)
(0.00 / 0.36 / 0.85 / 0.06)

CMYK percentages

%0
%36.4
%85.36
%6.27

Codes

Color #EF9823 in popluar color models

EF 98 23
RGB 239 152 35
HSL 34° 86.44% 53.73%
HSB/HSV 34° 85.36% 93.73%
CMYK 0.00% 36.40% 85.36%
6.27%

Color #EF9823 in popluar number systems.

HEX EF 98 23
Decimal 239 152 35
Binary 11101111 10011000 100011
Octal 357 230 43

Shades and tints

Shades of #EF9823

#EF9823
(239,152,35)
#DA8B20
(218,139,32)
#C57E1D
(197,126,29)
#B0711A
(176,113,26)
#9B6417
(155,100,23)
#865714
(134,87,20)
#714A11
(113,74,17)
#5C3D0E
(92,61,14)
#47300B
(71,48,11)
#322308
(50,35,8)
#1D1605
(29,22,5)
#000000
(0,0,0)

Tints of #EF9823

#EF9823
(239,152,35)
#F0A137
(240,161,55)
#F1AA4B
(241,170,75)
#F2B35F
(242,179,95)
#F3BC73
(243,188,115)
#F4C587
(244,197,135)
#F5CE9B
(245,206,155)
#F6D7AF
(246,215,175)
#F7E0C3
(247,224,195)
#F8E9D7
(248,233,215)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9823 color. Also use rgb(239,152,35) instead hex code.

Text Font Color

.myTextColor { color: #EF9823; }

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

This text font color is #EF9823.

Background Color

.myBgColor { background-color: #EF9823; }

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

This div background color is #EF9823.

Border color

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

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

This div border color is #EF9823.

Opacity

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

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

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

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

This text has shadow with #EF9823 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9823.

Preview

Color preview on black background

This text has color #EF9823 on black background.


Color preview on white background

This text has color #EF9823 on white background.


Black color preview on #EF9823 background

This text has black color on #EF9823 background.


White color preview on #EF9823 background

This text has white color on #EF9823 background.


Related colors

Complementary color

Complementary color for #hex is #1067DC.


I love getcolorcode.com

Triadic colors

1 #23EF98 and #9823EF with #EF9823 are triadic colors.

2 #2398EF and #98EF23 with #EF9823 are triadic colors.