COLOR #EC6023

HEX: #EC6023
RGB: (236,96,35)

Color info

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

RGB color model

#EC6023 color RGB value is (236,96,35).

  • red value is 236;
  • green value is 96;
  • blue value is 35.
RGB:
(236,96,35)
(93%,38%,14%)

RGB channels and saturation

R 236 of 255 = 93%
G 96 of 255 = 38%
B 35 of 255 = 14%

236
96
35

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

Portions of RGB colors in percentages

R + G + B =
236 + 96 + 35 = 367 (100%)
R 236 of 367 ~ 64.31%
G 96 of 367 ~ 26.16%
B 35 of 367 ~ 9.54%

%64.31
%26.16
%9.54

CMYK color model

#EC6023 color CMYK value is (0,59,85,7).

  • cyan value is 0.00%
  • magenta value is 59.32%
  • yellow value is 85.17%
  • key color value is 7.45%
CMYK:
(0,59,85,7)
C0M59Y85K7 
(0%,59%,85%,7%)
(0.00/0.59/0.85/0.07)	

CMYK percentages

%0
%59.32
%85.17
%7.45

Codes

Color #EC6023 in popluar color models

EC6023
RGB2369635
HSL18°84.10%53.14%
HSB/HSV18°85.17%92.55%
CMYK0.00%59.32%85.17%
7.45%

Color #EC6023 in popluar number systems.

HEXEC6023
Decimal2369635
Binary111011001100000100011
Octal35414043

Shades and tints

Shades of #EC6023

#EC6023
(236,96,35)
#D75820
(215,88,32)
#C2501D
(194,80,29)
#AD481A
(173,72,26)
#984017
(152,64,23)
#833814
(131,56,20)
#6E3011
(110,48,17)
#59280E
(89,40,14)
#44200B
(68,32,11)
#2F1808
(47,24,8)
#1A1005
(26,16,5)
#000000
(0,0,0)

Tints of #EC6023

#EC6023
(236,96,35)
#ED6E37
(237,110,55)
#EE7C4B
(238,124,75)
#EF8A5F
(239,138,95)
#F09873
(240,152,115)
#F1A687
(241,166,135)
#F2B49B
(242,180,155)
#F3C2AF
(243,194,175)
#F4D0C3
(244,208,195)
#F5DED7
(245,222,215)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6023 color. Also use rgb(236,96,35) instead hex code.

Text Font Color

.myTextColor { color: #EC6023; }

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

This text font color is #EC6023.


Background Color

.myBgColor { background-color: #EC6023; }

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

This div background color is #EC6023.


Border color

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

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

This div border color is #EC6023.


Opacity

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

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

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

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

This text has shadow with #EC6023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6023 on black background.


Color preview on white background

This text has color #EC6023 on white background.



Black color preview on #EC6023 background

This text has black color on #EC6023 background.


White color preview on #EC6023 background

This text has white color on #EC6023 background.