COLOR #EA952F

HEX: #EA952F
RGB: (234,149,47)

Color info

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

RGB color model

#EA952F color RGB value is (234,149,47).

  • red value is 234;
  • green value is 149;
  • blue value is 47.
RGB:
(234,149,47)
(92%,58%,18%)

RGB channels and saturation

R 234 of 255 = 92%
G 149 of 255 = 58%
B 47 of 255 = 18%

234
149
47

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

Portions of RGB colors in percentages

R + G + B =
234 + 149 + 47 = 430 (100%)
R 234 of 430 ~ 54.42%
G 149 of 430 ~ 34.65%
B 47 of 430 ~ 10.93%

%54.42
%34.65
%10.93

CMYK color model

#EA952F color CMYK value is (0,36,80,8).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 79.91%
  • key color value is 8.24%
CMYK:
(0,36,80,8)
C0M36Y80K8 
(0%,36%,80%,8%)
(0.00/0.36/0.80/0.08)	

CMYK percentages

%0
%36.32
%79.91
%8.24

Codes

Color #EA952F in popluar color models

EA952F
RGB23414947
HSL33°81.66%55.10%
HSB/HSV33°79.91%91.76%
CMYK0.00%36.32%79.91%
8.24%

Color #EA952F in popluar number systems.

HEXEA952F
Decimal23414947
Binary1110101010010101101111
Octal35222557

Shades and tints

Shades of #EA952F

#EA952F
(234,149,47)
#D5882B
(213,136,43)
#C07B27
(192,123,39)
#AB6E23
(171,110,35)
#96611F
(150,97,31)
#81541B
(129,84,27)
#6C4717
(108,71,23)
#573A13
(87,58,19)
#422D0F
(66,45,15)
#2D200B
(45,32,11)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #EA952F

#EA952F
(234,149,47)
#EB9E41
(235,158,65)
#ECA753
(236,167,83)
#EDB065
(237,176,101)
#EEB977
(238,185,119)
#EFC289
(239,194,137)
#F0CB9B
(240,203,155)
#F1D4AD
(241,212,173)
#F2DDBF
(242,221,191)
#F3E6D1
(243,230,209)
#F4EFE3
(244,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA952F color. Also use rgb(234,149,47) instead hex code.

Text Font Color

.myTextColor { color: #EA952F; }

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

This text font color is #EA952F.


Background Color

.myBgColor { background-color: #EA952F; }

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

This div background color is #EA952F.


Border color

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

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

This div border color is #EA952F.


Opacity

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

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

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

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

This text has shadow with #EA952F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA952F on black background.


Color preview on white background

This text has color #EA952F on white background.



Black color preview on #EA952F background

This text has black color on #EA952F background.


White color preview on #EA952F background

This text has white color on #EA952F background.