COLOR #E7A24B

HEX: #E7A24B
RGB: (231,162,75)

Color info

#E7A24B contains mainly red color. Web safe color of #E7A24B is #FF9933 (or #F93).

RGB color model

#E7A24B color RGB value is (231,162,75).

  • red value is 231;
  • green value is 162;
  • blue value is 75.
RGB:
(231,162,75)
(91%,64%,29%)

RGB channels and saturation

R 231 of 255 = 91%
G 162 of 255 = 64%
B 75 of 255 = 29%

231
162
75

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

Portions of RGB colors in percentages

R + G + B =
231 + 162 + 75 = 468 (100%)
R 231 of 468 ~ 49.36%
G 162 of 468 ~ 34.62%
B 75 of 468 ~ 16.03%

%49.36
%34.62
%16.03

CMYK color model

#E7A24B color CMYK value is (0,30,68,9).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 67.53%
  • key color value is 9.41%
CMYK:
(0,30,68,9)
C0M30Y68K9 
(0%,30%,68%,9%)
(0.00/0.30/0.68/0.09)	

CMYK percentages

%0
%29.87
%67.53
%9.41

Codes

Color #E7A24B in popluar color models

E7A24B
RGB23116275
HSL33°76.47%60.00%
HSB/HSV33°67.53%90.59%
CMYK0.00%29.87%67.53%
9.41%

Color #E7A24B in popluar number systems.

HEXE7A24B
Decimal23116275
Binary11100111101000101001011
Octal347242113

Shades and tints

Shades of #E7A24B

#E7A24B
(231,162,75)
#D29445
(210,148,69)
#BD863F
(189,134,63)
#A87839
(168,120,57)
#936A33
(147,106,51)
#7E5C2D
(126,92,45)
#694E27
(105,78,39)
#544021
(84,64,33)
#3F321B
(63,50,27)
#2A2415
(42,36,21)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #E7A24B

#E7A24B
(231,162,75)
#E9AA5B
(233,170,91)
#EBB26B
(235,178,107)
#EDBA7B
(237,186,123)
#EFC28B
(239,194,139)
#F1CA9B
(241,202,155)
#F3D2AB
(243,210,171)
#F5DABB
(245,218,187)
#F7E2CB
(247,226,203)
#F9EADB
(249,234,219)
#FBF2EB
(251,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A24B color. Also use rgb(231,162,75) instead hex code.

Text Font Color

.myTextColor { color: #E7A24B; }

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

This text font color is #E7A24B.


Background Color

.myBgColor { background-color: #E7A24B; }

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

This div background color is #E7A24B.


Border color

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

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

This div border color is #E7A24B.


Opacity

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

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

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

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

This text has shadow with #E7A24B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A24B on black background.


Color preview on white background

This text has color #E7A24B on white background.



Black color preview on #E7A24B background

This text has black color on #E7A24B background.


White color preview on #E7A24B background

This text has white color on #E7A24B background.