COLOR #E2993B

HEX: #E2993B
RGB: (226,153,59)

Color info

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

RGB color model

#E2993B color RGB value is (226,153,59).

  • red value is 226;
  • green value is 153;
  • blue value is 59.
RGB:
(226,153,59)
(89%,60%,23%)

RGB channels and saturation

R 226 of 255 = 89%
G 153 of 255 = 60%
B 59 of 255 = 23%

226
153
59

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

Portions of RGB colors in percentages

R + G + B =
226 + 153 + 59 = 438 (100%)
R 226 of 438 ~ 51.6%
G 153 of 438 ~ 34.93%
B 59 of 438 ~ 13.47%

%51.6
%34.93
%13.47

CMYK color model

#E2993B color CMYK value is (0,32,74,11).

  • cyan value is 0.00%
  • magenta value is 32.30%
  • yellow value is 73.89%
  • key color value is 11.37%
CMYK:
(0,32,74,11)
C0M32Y74K11 
(0%,32%,74%,11%)
(0.00/0.32/0.74/0.11)	

CMYK percentages

%0
%32.3
%73.89
%11.37

Codes

Color #E2993B in popluar color models

E2993B
RGB22615359
HSL34°74.22%55.88%
HSB/HSV34°73.89%88.63%
CMYK0.00%32.30%73.89%
11.37%

Color #E2993B in popluar number systems.

HEXE2993B
Decimal22615359
Binary1110001010011001111011
Octal34223173

Shades and tints

Shades of #E2993B

#E2993B
(226,153,59)
#CE8C36
(206,140,54)
#BA7F31
(186,127,49)
#A6722C
(166,114,44)
#926527
(146,101,39)
#7E5822
(126,88,34)
#6A4B1D
(106,75,29)
#563E18
(86,62,24)
#423113
(66,49,19)
#2E240E
(46,36,14)
#1A1709
(26,23,9)
#000000
(0,0,0)

Tints of #E2993B

#E2993B
(226,153,59)
#E4A24C
(228,162,76)
#E6AB5D
(230,171,93)
#E8B46E
(232,180,110)
#EABD7F
(234,189,127)
#ECC690
(236,198,144)
#EECFA1
(238,207,161)
#F0D8B2
(240,216,178)
#F2E1C3
(242,225,195)
#F4EAD4
(244,234,212)
#F6F3E5
(246,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2993B color. Also use rgb(226,153,59) instead hex code.

Text Font Color

.myTextColor { color: #E2993B; }

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

This text font color is #E2993B.


Background Color

.myBgColor { background-color: #E2993B; }

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

This div background color is #E2993B.


Border color

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

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

This div border color is #E2993B.


Opacity

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

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

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

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

This text has shadow with #E2993B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2993B on black background.


Color preview on white background

This text has color #E2993B on white background.



Black color preview on #E2993B background

This text has black color on #E2993B background.


White color preview on #E2993B background

This text has white color on #E2993B background.