COLOR #EA825E

HEX: #EA825E
RGB: (234,130,94)

Color info

#EA825E contains mainly red color. Web safe color of #EA825E is #FF9966 (or #F96).

RGB color model

#EA825E color RGB value is (234,130,94).

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

RGB channels and saturation

R 234 of 255 = 92%
G 130 of 255 = 51%
B 94 of 255 = 37%

234
130
94

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

Portions of RGB colors in percentages

R + G + B =
234 + 130 + 94 = 458 (100%)
R 234 of 458 ~ 51.09%
G 130 of 458 ~ 28.38%
B 94 of 458 ~ 20.52%

%51.09
%28.38
%20.52

CMYK color model

#EA825E color CMYK value is (0,44,60,8).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 59.83%
  • key color value is 8.24%
CMYK:
(0,44,60,8)
C0M44Y60K8 
(0%,44%,60%,8%)
(0.00/0.44/0.60/0.08)	

CMYK percentages

%0
%44.44
%59.83
%8.24

Codes

Color #EA825E in popluar color models

EA825E
RGB23413094
HSL15°76.92%64.31%
HSB/HSV15°59.83%91.76%
CMYK0.00%44.44%59.83%
8.24%

Color #EA825E in popluar number systems.

HEXEA825E
Decimal23413094
Binary11101010100000101011110
Octal352202136

Shades and tints

Shades of #EA825E

#EA825E
(234,130,94)
#D57756
(213,119,86)
#C06C4E
(192,108,78)
#AB6146
(171,97,70)
#96563E
(150,86,62)
#814B36
(129,75,54)
#6C402E
(108,64,46)
#573526
(87,53,38)
#422A1E
(66,42,30)
#2D1F16
(45,31,22)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #EA825E

#EA825E
(234,130,94)
#EB8D6C
(235,141,108)
#EC987A
(236,152,122)
#EDA388
(237,163,136)
#EEAE96
(238,174,150)
#EFB9A4
(239,185,164)
#F0C4B2
(240,196,178)
#F1CFC0
(241,207,192)
#F2DACE
(242,218,206)
#F3E5DC
(243,229,220)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA825E; }

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

This text font color is #EA825E.


Background Color

.myBgColor { background-color: #EA825E; }

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

This div background color is #EA825E.


Border color

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

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

This div border color is #EA825E.


Opacity

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

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

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

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

This text has shadow with #EA825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA825E on black background.


Color preview on white background

This text has color #EA825E on white background.



Black color preview on #EA825E background

This text has black color on #EA825E background.


White color preview on #EA825E background

This text has white color on #EA825E background.