COLOR #E09D54

HEX: #E09D54
RGB: (224,157,84)

Color info

#E09D54 contains mainly red color. Web safe color of #E09D54 is #CC9966 (or #C96).

RGB color model

#E09D54 color RGB value is (224,157,84).

  • red value is 224;
  • green value is 157;
  • blue value is 84.
RGB:
(224,157,84)
(88%,62%,33%)

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 84 of 255 = 33%

224
157
84

R + G + B ~ 61%. #E09D54 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 157 + 84 = 465 (100%)
R 224 of 465 ~ 48.17%
G 157 of 465 ~ 33.76%
B 84 of 465 ~ 18.06%

%48.17
%33.76
%18.06

CMYK color model

#E09D54 color CMYK value is (0,30,63,12).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 62.50%
  • key color value is 12.16%
CMYK:
(0,30,63,12)
C0M30Y63K12 
(0%,30%,63%,12%)
(0.00/0.30/0.63/0.12)	

CMYK percentages

%0
%29.91
%62.5
%12.16

Codes

Color #E09D54 in popluar color models

E09D54
RGB22415784
HSL31°69.31%60.39%
HSB/HSV31°62.50%87.84%
CMYK0.00%29.91%62.50%
12.16%

Color #E09D54 in popluar number systems.

HEXE09D54
Decimal22415784
Binary11100000100111011010100
Octal340235124

Shades and tints

Shades of #E09D54

#E09D54
(224,157,84)
#CC8F4D
(204,143,77)
#B88146
(184,129,70)
#A4733F
(164,115,63)
#906538
(144,101,56)
#7C5731
(124,87,49)
#68492A
(104,73,42)
#543B23
(84,59,35)
#402D1C
(64,45,28)
#2C1F15
(44,31,21)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #E09D54

#E09D54
(224,157,84)
#E2A563
(226,165,99)
#E4AD72
(228,173,114)
#E6B581
(230,181,129)
#E8BD90
(232,189,144)
#EAC59F
(234,197,159)
#ECCDAE
(236,205,174)
#EED5BD
(238,213,189)
#F0DDCC
(240,221,204)
#F2E5DB
(242,229,219)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09D54 color. Also use rgb(224,157,84) instead hex code.

Text Font Color

.myTextColor { color: #E09D54; }

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

This text font color is #E09D54.


Background Color

.myBgColor { background-color: #E09D54; }

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

This div background color is #E09D54.


Border color

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

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

This div border color is #E09D54.


Opacity

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

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

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

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

This text has shadow with #E09D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09D54 on black background.


Color preview on white background

This text has color #E09D54 on white background.



Black color preview on #E09D54 background

This text has black color on #E09D54 background.


White color preview on #E09D54 background

This text has white color on #E09D54 background.