COLOR #EA6F24

HEX: #EA6F24
RGB: (234,111,36)

Color info

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

RGB color model

#EA6F24 color RGB value is (234,111,36).

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

RGB channels and saturation

R 234 of 255 = 92%
G 111 of 255 = 44%
B 36 of 255 = 14%

234
111
36

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

Portions of RGB colors in percentages

R + G + B =
234 + 111 + 36 = 381 (100%)
R 234 of 381 ~ 61.42%
G 111 of 381 ~ 29.13%
B 36 of 381 ~ 9.45%

%61.42
%29.13

CMYK color model

#EA6F24 color CMYK value is (0,53,85,8).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 84.62%
  • key color value is 8.24%
CMYK:
(0,53,85,8)
C0M53Y85K8 
(0%,53%,85%,8%)
(0.00/0.53/0.85/0.08)	

CMYK percentages

%0
%52.56
%84.62
%8.24

Codes

Color #EA6F24 in popluar color models

EA6F24
RGB23411136
HSL23°82.50%52.94%
HSB/HSV23°84.62%91.76%
CMYK0.00%52.56%84.62%
8.24%

Color #EA6F24 in popluar number systems.

HEXEA6F24
Decimal23411136
Binary111010101101111100100
Octal35215744

Shades and tints

Shades of #EA6F24

#EA6F24
(234,111,36)
#D56521
(213,101,33)
#C05B1E
(192,91,30)
#AB511B
(171,81,27)
#964718
(150,71,24)
#813D15
(129,61,21)
#6C3312
(108,51,18)
#57290F
(87,41,15)
#421F0C
(66,31,12)
#2D1509
(45,21,9)
#180B06
(24,11,6)
#000000
(0,0,0)

Tints of #EA6F24

#EA6F24
(234,111,36)
#EB7C37
(235,124,55)
#EC894A
(236,137,74)
#ED965D
(237,150,93)
#EEA370
(238,163,112)
#EFB083
(239,176,131)
#F0BD96
(240,189,150)
#F1CAA9
(241,202,169)
#F2D7BC
(242,215,188)
#F3E4CF
(243,228,207)
#F4F1E2
(244,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6F24 color. Also use rgb(234,111,36) instead hex code.

Text Font Color

.myTextColor { color: #EA6F24; }

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

This text font color is #EA6F24.


Background Color

.myBgColor { background-color: #EA6F24; }

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

This div background color is #EA6F24.


Border color

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

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

This div border color is #EA6F24.


Opacity

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

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

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

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

This text has shadow with #EA6F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6F24 on black background.


Color preview on white background

This text has color #EA6F24 on white background.



Black color preview on #EA6F24 background

This text has black color on #EA6F24 background.


White color preview on #EA6F24 background

This text has white color on #EA6F24 background.