COLOR #E09425

HEX: #E09425
RGB: (224,148,37)

Color info

#E09425 contains mainly red color. Web safe color of #E09425 is #CC9933 (or #C93).

RGB color model

#E09425 color RGB value is (224,148,37).

  • red value is 224;
  • green value is 148;
  • blue value is 37.
RGB:
(224,148,37)
(88%,58%,15%)

RGB channels and saturation

R 224 of 255 = 88%
G 148 of 255 = 58%
B 37 of 255 = 15%

224
148
37

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

Portions of RGB colors in percentages

R + G + B =
224 + 148 + 37 = 409 (100%)
R 224 of 409 ~ 54.77%
G 148 of 409 ~ 36.19%
B 37 of 409 ~ 9.05%

%54.77
%36.19

CMYK color model

#E09425 color CMYK value is (0,34,83,12).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 83.48%
  • key color value is 12.16%
CMYK:
(0,34,83,12)
C0M34Y83K12 
(0%,34%,83%,12%)
(0.00/0.34/0.83/0.12)	

CMYK percentages

%0
%33.93
%83.48
%12.16

Codes

Color #E09425 in popluar color models

E09425
RGB22414837
HSL36°75.10%51.18%
HSB/HSV36°83.48%87.84%
CMYK0.00%33.93%83.48%
12.16%

Color #E09425 in popluar number systems.

HEXE09425
Decimal22414837
Binary1110000010010100100101
Octal34022445

Shades and tints

Shades of #E09425

#E09425
(224,148,37)
#CC8722
(204,135,34)
#B87A1F
(184,122,31)
#A46D1C
(164,109,28)
#906019
(144,96,25)
#7C5316
(124,83,22)
#684613
(104,70,19)
#543910
(84,57,16)
#402C0D
(64,44,13)
#2C1F0A
(44,31,10)
#181207
(24,18,7)
#000000
(0,0,0)

Tints of #E09425

#E09425
(224,148,37)
#E29D38
(226,157,56)
#E4A64B
(228,166,75)
#E6AF5E
(230,175,94)
#E8B871
(232,184,113)
#EAC184
(234,193,132)
#ECCA97
(236,202,151)
#EED3AA
(238,211,170)
#F0DCBD
(240,220,189)
#F2E5D0
(242,229,208)
#F4EEE3
(244,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09425 color. Also use rgb(224,148,37) instead hex code.

Text Font Color

.myTextColor { color: #E09425; }

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

This text font color is #E09425.


Background Color

.myBgColor { background-color: #E09425; }

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

This div background color is #E09425.


Border color

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

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

This div border color is #E09425.


Opacity

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

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

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

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

This text has shadow with #E09425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09425 on black background.


Color preview on white background

This text has color #E09425 on white background.



Black color preview on #E09425 background

This text has black color on #E09425 background.


White color preview on #E09425 background

This text has white color on #E09425 background.