COLOR #EA6438

HEX: #EA6438
RGB: (234,100,56)

Color info

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

RGB color model

#EA6438 color RGB value is (234,100,56).

  • red value is 234;
  • green value is 100;
  • blue value is 56.
RGB:
(234,100,56)
(92%,39%,22%)

RGB channels and saturation

R 234 of 255 = 92%
G 100 of 255 = 39%
B 56 of 255 = 22%

234
100
56

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

Portions of RGB colors in percentages

R + G + B =
234 + 100 + 56 = 390 (100%)
R 234 of 390 ~ 60%
G 100 of 390 ~ 25.64%
B 56 of 390 ~ 14.36%

%60
%25.64
%14.36

CMYK color model

#EA6438 color CMYK value is (0,57,76,8).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 76.07%
  • key color value is 8.24%
CMYK:
(0,57,76,8)
C0M57Y76K8 
(0%,57%,76%,8%)
(0.00/0.57/0.76/0.08)	

CMYK percentages

%0
%57.26
%76.07
%8.24

Codes

Color #EA6438 in popluar color models

EA6438
RGB23410056
HSL15°80.91%56.86%
HSB/HSV15°76.07%91.76%
CMYK0.00%57.26%76.07%
8.24%

Color #EA6438 in popluar number systems.

HEXEA6438
Decimal23410056
Binary111010101100100111000
Octal35214470

Shades and tints

Shades of #EA6438

#EA6438
(234,100,56)
#D55B33
(213,91,51)
#C0522E
(192,82,46)
#AB4929
(171,73,41)
#964024
(150,64,36)
#81371F
(129,55,31)
#6C2E1A
(108,46,26)
#572515
(87,37,21)
#421C10
(66,28,16)
#2D130B
(45,19,11)
#180A06
(24,10,6)
#000000
(0,0,0)

Tints of #EA6438

#EA6438
(234,100,56)
#EB724A
(235,114,74)
#EC805C
(236,128,92)
#ED8E6E
(237,142,110)
#EE9C80
(238,156,128)
#EFAA92
(239,170,146)
#F0B8A4
(240,184,164)
#F1C6B6
(241,198,182)
#F2D4C8
(242,212,200)
#F3E2DA
(243,226,218)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6438 color. Also use rgb(234,100,56) instead hex code.

Text Font Color

.myTextColor { color: #EA6438; }

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

This text font color is #EA6438.


Background Color

.myBgColor { background-color: #EA6438; }

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

This div background color is #EA6438.


Border color

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

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

This div border color is #EA6438.


Opacity

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

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

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

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

This text has shadow with #EA6438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6438 on black background.


Color preview on white background

This text has color #EA6438 on white background.



Black color preview on #EA6438 background

This text has black color on #EA6438 background.


White color preview on #EA6438 background

This text has white color on #EA6438 background.