COLOR #E69132

HEX: #E69132
RGB: (230,145,50)

Color info

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

RGB color model

#E69132 color RGB value is (230,145,50).

  • red value is 230;
  • green value is 145;
  • blue value is 50.
RGB:
(230,145,50)
(90%,57%,20%)

RGB channels and saturation

R 230 of 255 = 90%
G 145 of 255 = 57%
B 50 of 255 = 20%

230
145
50

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

Portions of RGB colors in percentages

R + G + B =
230 + 145 + 50 = 425 (100%)
R 230 of 425 ~ 54.12%
G 145 of 425 ~ 34.12%
B 50 of 425 ~ 11.76%

%54.12
%34.12
%11.76

CMYK color model

#E69132 color CMYK value is (0,37,78,10).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 78.26%
  • key color value is 9.80%
CMYK:
(0,37,78,10)
C0M37Y78K10 
(0%,37%,78%,10%)
(0.00/0.37/0.78/0.10)	

CMYK percentages

%0
%36.96
%78.26
%9.8

Codes

Color #E69132 in popluar color models

E69132
RGB23014550
HSL32°78.26%54.90%
HSB/HSV32°78.26%90.20%
CMYK0.00%36.96%78.26%
9.80%

Color #E69132 in popluar number systems.

HEXE69132
Decimal23014550
Binary1110011010010001110010
Octal34622162

Shades and tints

Shades of #E69132

#E69132
(230,145,50)
#D2842E
(210,132,46)
#BE772A
(190,119,42)
#AA6A26
(170,106,38)
#965D22
(150,93,34)
#82501E
(130,80,30)
#6E431A
(110,67,26)
#5A3616
(90,54,22)
#462912
(70,41,18)
#321C0E
(50,28,14)
#1E0F0A
(30,15,10)
#000000
(0,0,0)

Tints of #E69132

#E69132
(230,145,50)
#E89B44
(232,155,68)
#EAA556
(234,165,86)
#ECAF68
(236,175,104)
#EEB97A
(238,185,122)
#F0C38C
(240,195,140)
#F2CD9E
(242,205,158)
#F4D7B0
(244,215,176)
#F6E1C2
(246,225,194)
#F8EBD4
(248,235,212)
#FAF5E6
(250,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69132 color. Also use rgb(230,145,50) instead hex code.

Text Font Color

.myTextColor { color: #E69132; }

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

This text font color is #E69132.


Background Color

.myBgColor { background-color: #E69132; }

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

This div background color is #E69132.


Border color

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

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

This div border color is #E69132.


Opacity

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

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

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

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

This text has shadow with #E69132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69132 on black background.


Color preview on white background

This text has color #E69132 on white background.



Black color preview on #E69132 background

This text has black color on #E69132 background.


White color preview on #E69132 background

This text has white color on #E69132 background.