COLOR #EB7024

HEX: #EB7024
RGB: (235,112,36)

Color info

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

RGB color model

#EB7024 color RGB value is (235,112,36).

  • red value is 235;
  • green value is 112;
  • blue value is 36.
RGB:
(235,112,36)
(92%,44%,14%)

RGB channels and saturation

R 235 of 255 = 92%
G 112 of 255 = 44%
B 36 of 255 = 14%

235
112
36

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

Portions of RGB colors in percentages

R + G + B =
235 + 112 + 36 = 383 (100%)
R 235 of 383 ~ 61.36%
G 112 of 383 ~ 29.24%
B 36 of 383 ~ 9.4%

%61.36
%29.24

CMYK color model

#EB7024 color CMYK value is (0,52,85,8).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 84.68%
  • key color value is 7.84%
CMYK:
(0,52,85,8)
C0M52Y85K8 
(0%,52%,85%,8%)
(0.00/0.52/0.85/0.08)	

CMYK percentages

%0
%52.34
%84.68
%7.84

Codes

Color #EB7024 in popluar color models

EB7024
RGB23511236
HSL23°83.26%53.14%
HSB/HSV23°84.68%92.16%
CMYK0.00%52.34%84.68%
7.84%

Color #EB7024 in popluar number systems.

HEXEB7024
Decimal23511236
Binary111010111110000100100
Octal35316044

Shades and tints

Shades of #EB7024

#EB7024
(235,112,36)
#D66621
(214,102,33)
#C15C1E
(193,92,30)
#AC521B
(172,82,27)
#974818
(151,72,24)
#823E15
(130,62,21)
#6D3412
(109,52,18)
#582A0F
(88,42,15)
#43200C
(67,32,12)
#2E1609
(46,22,9)
#190C06
(25,12,6)
#000000
(0,0,0)

Tints of #EB7024

#EB7024
(235,112,36)
#EC7D37
(236,125,55)
#ED8A4A
(237,138,74)
#EE975D
(238,151,93)
#EFA470
(239,164,112)
#F0B183
(240,177,131)
#F1BE96
(241,190,150)
#F2CBA9
(242,203,169)
#F3D8BC
(243,216,188)
#F4E5CF
(244,229,207)
#F5F2E2
(245,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7024 color. Also use rgb(235,112,36) instead hex code.

Text Font Color

.myTextColor { color: #EB7024; }

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

This text font color is #EB7024.


Background Color

.myBgColor { background-color: #EB7024; }

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

This div background color is #EB7024.


Border color

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

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

This div border color is #EB7024.


Opacity

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

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

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

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

This text has shadow with #EB7024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7024 on black background.


Color preview on white background

This text has color #EB7024 on white background.



Black color preview on #EB7024 background

This text has black color on #EB7024 background.


White color preview on #EB7024 background

This text has white color on #EB7024 background.