COLOR #EA5902

HEX: #EA5902
RGB: (234,89,2)

Color info

#EA5902 contains mainly red color. Web safe color of #EA5902 is #FF6600 (or #F60).

RGB color model

#EA5902 color RGB value is (234,89,2).

  • red value is 234;
  • green value is 89;
  • blue value is 2.
RGB:
(234,89,2)
(92%,35%,1%)

RGB channels and saturation

R 234 of 255 = 92%
G 89 of 255 = 35%
B 2 of 255 = 1%

234
89
2

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

Portions of RGB colors in percentages

R + G + B =
234 + 89 + 2 = 325 (100%)
R 234 of 325 ~ 72%
G 89 of 325 ~ 27.38%
B 2 of 325 ~ 0.62%

%72
%27.38

CMYK color model

#EA5902 color CMYK value is (0,62,99,8).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 99.15%
  • key color value is 8.24%
CMYK:
(0,62,99,8)
C0M62Y99K8 
(0%,62%,99%,8%)
(0.00/0.62/0.99/0.08)	

CMYK percentages

%0
%61.97
%99.15
%8.24

Codes

Color #EA5902 in popluar color models

EA5902
RGB234892
HSL23°98.31%46.27%
HSB/HSV23°99.15%91.76%
CMYK0.00%61.97%99.15%
8.24%

Color #EA5902 in popluar number systems.

HEXEA5902
Decimal234892
Binary11101010101100110
Octal3521312

Shades and tints

Shades of #EA5902

#EA5902
(234,89,2)
#D55102
(213,81,2)
#C04902
(192,73,2)
#AB4102
(171,65,2)
#963902
(150,57,2)
#813102
(129,49,2)
#6C2902
(108,41,2)
#572102
(87,33,2)
#421902
(66,25,2)
#2D1102
(45,17,2)
#180902
(24,9,2)
#000000
(0,0,0)

Tints of #EA5902

#EA5902
(234,89,2)
#EB6819
(235,104,25)
#EC7730
(236,119,48)
#ED8647
(237,134,71)
#EE955E
(238,149,94)
#EFA475
(239,164,117)
#F0B38C
(240,179,140)
#F1C2A3
(241,194,163)
#F2D1BA
(242,209,186)
#F3E0D1
(243,224,209)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5902 color. Also use rgb(234,89,2) instead hex code.

Text Font Color

.myTextColor { color: #EA5902; }

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

This text font color is #EA5902.


Background Color

.myBgColor { background-color: #EA5902; }

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

This div background color is #EA5902.


Border color

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

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

This div border color is #EA5902.


Opacity

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

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

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

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

This text has shadow with #EA5902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5902 on black background.


Color preview on white background

This text has color #EA5902 on white background.



Black color preview on #EA5902 background

This text has black color on #EA5902 background.


White color preview on #EA5902 background

This text has white color on #EA5902 background.