COLOR #E69A18

HEX: #E69A18
RGB: (230,154,24)

Color info

#E69A18 contains mainly red color. Web safe color of #E69A18 is #CC9900 (or #C90).

RGB color model

#E69A18 color RGB value is (230,154,24).

  • red value is 230;
  • green value is 154;
  • blue value is 24.
RGB:
(230,154,24)
(90%,60%,9%)

RGB channels and saturation

R 230 of 255 = 90%
G 154 of 255 = 60%
B 24 of 255 = 9%

230
154
24

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

Portions of RGB colors in percentages

R + G + B =
230 + 154 + 24 = 408 (100%)
R 230 of 408 ~ 56.37%
G 154 of 408 ~ 37.75%
B 24 of 408 ~ 5.88%

%56.37
%37.75

CMYK color model

#E69A18 color CMYK value is (0,33,90,10).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 89.57%
  • key color value is 9.80%
CMYK:
(0,33,90,10)
C0M33Y90K10 
(0%,33%,90%,10%)
(0.00/0.33/0.90/0.10)	

CMYK percentages

%0
%33.04
%89.57
%9.8

Codes

Color #E69A18 in popluar color models

E69A18
RGB23015424
HSL38°81.10%49.80%
HSB/HSV38°89.57%90.20%
CMYK0.00%33.04%89.57%
9.80%

Color #E69A18 in popluar number systems.

HEXE69A18
Decimal23015424
Binary111001101001101011000
Octal34623230

Shades and tints

Shades of #E69A18

#E69A18
(230,154,24)
#D28C16
(210,140,22)
#BE7E14
(190,126,20)
#AA7012
(170,112,18)
#966210
(150,98,16)
#82540E
(130,84,14)
#6E460C
(110,70,12)
#5A380A
(90,56,10)
#462A08
(70,42,8)
#321C06
(50,28,6)
#1E0E04
(30,14,4)
#000000
(0,0,0)

Tints of #E69A18

#E69A18
(230,154,24)
#E8A32D
(232,163,45)
#EAAC42
(234,172,66)
#ECB557
(236,181,87)
#EEBE6C
(238,190,108)
#F0C781
(240,199,129)
#F2D096
(242,208,150)
#F4D9AB
(244,217,171)
#F6E2C0
(246,226,192)
#F8EBD5
(248,235,213)
#FAF4EA
(250,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69A18 color. Also use rgb(230,154,24) instead hex code.

Text Font Color

.myTextColor { color: #E69A18; }

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

This text font color is #E69A18.


Background Color

.myBgColor { background-color: #E69A18; }

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

This div background color is #E69A18.


Border color

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

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

This div border color is #E69A18.


Opacity

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

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

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

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

This text has shadow with #E69A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69A18 on black background.


Color preview on white background

This text has color #E69A18 on white background.



Black color preview on #E69A18 background

This text has black color on #E69A18 background.


White color preview on #E69A18 background

This text has white color on #E69A18 background.