COLOR #EA823D

HEX: #EA823D
RGB: (234,130,61)

Color info

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

RGB color model

#EA823D color RGB value is (234,130,61).

  • red value is 234;
  • green value is 130;
  • blue value is 61.
RGB:
(234,130,61)
(92%,51%,24%)

RGB channels and saturation

R 234 of 255 = 92%
G 130 of 255 = 51%
B 61 of 255 = 24%

234
130
61

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

Portions of RGB colors in percentages

R + G + B =
234 + 130 + 61 = 425 (100%)
R 234 of 425 ~ 55.06%
G 130 of 425 ~ 30.59%
B 61 of 425 ~ 14.35%

%55.06
%30.59
%14.35

CMYK color model

#EA823D color CMYK value is (0,44,74,8).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 73.93%
  • key color value is 8.24%
CMYK:
(0,44,74,8)
C0M44Y74K8 
(0%,44%,74%,8%)
(0.00/0.44/0.74/0.08)	

CMYK percentages

%0
%44.44
%73.93
%8.24

Codes

Color #EA823D in popluar color models

EA823D
RGB23413061
HSL24°80.47%57.84%
HSB/HSV24°73.93%91.76%
CMYK0.00%44.44%73.93%
8.24%

Color #EA823D in popluar number systems.

HEXEA823D
Decimal23413061
Binary1110101010000010111101
Octal35220275

Shades and tints

Shades of #EA823D

#EA823D
(234,130,61)
#D57738
(213,119,56)
#C06C33
(192,108,51)
#AB612E
(171,97,46)
#965629
(150,86,41)
#814B24
(129,75,36)
#6C401F
(108,64,31)
#57351A
(87,53,26)
#422A15
(66,42,21)
#2D1F10
(45,31,16)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #EA823D

#EA823D
(234,130,61)
#EB8D4E
(235,141,78)
#EC985F
(236,152,95)
#EDA370
(237,163,112)
#EEAE81
(238,174,129)
#EFB992
(239,185,146)
#F0C4A3
(240,196,163)
#F1CFB4
(241,207,180)
#F2DAC5
(242,218,197)
#F3E5D6
(243,229,214)
#F4F0E7
(244,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA823D color. Also use rgb(234,130,61) instead hex code.

Text Font Color

.myTextColor { color: #EA823D; }

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

This text font color is #EA823D.


Background Color

.myBgColor { background-color: #EA823D; }

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

This div background color is #EA823D.


Border color

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

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

This div border color is #EA823D.


Opacity

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

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

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

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

This text has shadow with #EA823D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA823D on black background.


Color preview on white background

This text has color #EA823D on white background.



Black color preview on #EA823D background

This text has black color on #EA823D background.


White color preview on #EA823D background

This text has white color on #EA823D background.