COLOR #E69E0C

HEX: #E69E0C
RGB: (230,158,12)

Color info

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

RGB color model

#E69E0C color RGB value is (230,158,12).

  • red value is 230;
  • green value is 158;
  • blue value is 12.
RGB:
(230,158,12)
(90%,62%,5%)

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 12 of 255 = 5%

230
158
12

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

Portions of RGB colors in percentages

R + G + B =
230 + 158 + 12 = 400 (100%)
R 230 of 400 ~ 57.5%
G 158 of 400 ~ 39.5%
B 12 of 400 ~ 3%

%57.5
%39.5

CMYK color model

#E69E0C color CMYK value is (0,31,95,10).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 94.78%
  • key color value is 9.80%
CMYK:
(0,31,95,10)
C0M31Y95K10 
(0%,31%,95%,10%)
(0.00/0.31/0.95/0.10)	

CMYK percentages

%0
%31.3
%94.78
%9.8

Codes

Color #E69E0C in popluar color models

E69E0C
RGB23015812
HSL40°90.08%47.45%
HSB/HSV40°94.78%90.20%
CMYK0.00%31.30%94.78%
9.80%

Color #E69E0C in popluar number systems.

HEXE69E0C
Decimal23015812
Binary11100110100111101100
Octal34623614

Shades and tints

Shades of #E69E0C

#E69E0C
(230,158,12)
#D2900B
(210,144,11)
#BE820A
(190,130,10)
#AA7409
(170,116,9)
#966608
(150,102,8)
#825807
(130,88,7)
#6E4A06
(110,74,6)
#5A3C05
(90,60,5)
#462E04
(70,46,4)
#322003
(50,32,3)
#1E1202
(30,18,2)
#000000
(0,0,0)

Tints of #E69E0C

#E69E0C
(230,158,12)
#E8A622
(232,166,34)
#EAAE38
(234,174,56)
#ECB64E
(236,182,78)
#EEBE64
(238,190,100)
#F0C67A
(240,198,122)
#F2CE90
(242,206,144)
#F4D6A6
(244,214,166)
#F6DEBC
(246,222,188)
#F8E6D2
(248,230,210)
#FAEEE8
(250,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69E0C color. Also use rgb(230,158,12) instead hex code.

Text Font Color

.myTextColor { color: #E69E0C; }

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

This text font color is #E69E0C.


Background Color

.myBgColor { background-color: #E69E0C; }

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

This div background color is #E69E0C.


Border color

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

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

This div border color is #E69E0C.


Opacity

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

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

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

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

This text has shadow with #E69E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69E0C on black background.


Color preview on white background

This text has color #E69E0C on white background.



Black color preview on #E69E0C background

This text has black color on #E69E0C background.


White color preview on #E69E0C background

This text has white color on #E69E0C background.