COLOR #E4761E

HEX: #E4761E RGB: (228,118,30)

Color info

#E4761E contains mainly red color. Web safe color of #E4761E is #CC6633 (or #C63).

RGB color model

#E4761E color RGB value is (228,118,30).

RGB: (228,118,30) (89%, 46%, 12%)

RGB channels and saturation

R 228 of 255 = 89%
G 118 of 255 = 46%
B 30 of 255 = 12%

228
118
30

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

Portions of RGB colors in percentages

R + G + B = 228 + 118 + 30 = 376 (100%)
R 228 of 376 ~ 60.64%
G 118 of 376 ~ 31.38%
B 30 of 376 ~ 7.98'%

%60.64
%31.38

CMYK color model

#E4761E color CMYK value is (0,48,87,11).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 86.84%
  • key color value is 10.59%

CMYK: (0,48,87,11)
C0M48Y87K11 (0%, 48%, 87%, 11%)
(0.00 / 0.48 / 0.87 / 0.11)

CMYK percentages

%0
%48.25
%86.84
%10.59

Codes

Color #E4761E in popluar color models

E4 76 1E
RGB 228 118 30
HSL 27° 78.57% 50.59%
HSB/HSV 27° 86.84% 89.41%
CMYK 0.00% 48.25% 86.84%
10.59%

Color #E4761E in popluar number systems.

HEX E4 76 1E
Decimal 228 118 30
Binary 11100100 1110110 11110
Octal 344 166 36

Shades and tints

Shades of #E4761E

#E4761E
(228,118,30)
#D06C1C
(208,108,28)
#BC621A
(188,98,26)
#A85818
(168,88,24)
#944E16
(148,78,22)
#804414
(128,68,20)
#6C3A12
(108,58,18)
#583010
(88,48,16)
#44260E
(68,38,14)
#301C0C
(48,28,12)
#1C120A
(28,18,10)
#000000
(0,0,0)

Tints of #E4761E

#E4761E
(228,118,30)
#E68232
(230,130,50)
#E88E46
(232,142,70)
#EA9A5A
(234,154,90)
#ECA66E
(236,166,110)
#EEB282
(238,178,130)
#F0BE96
(240,190,150)
#F2CAAA
(242,202,170)
#F4D6BE
(244,214,190)
#F6E2D2
(246,226,210)
#F8EEE6
(248,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4761E color. Also use rgb(228,118,30) instead hex code.

Text Font Color

.myTextColor { color: #E4761E; }

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

This text font color is #E4761E.

Background Color

.myBgColor { background-color: #E4761E; }

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

This div background color is #E4761E.

Border color

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

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

This div border color is #E4761E.

Opacity

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

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

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

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

This text has shadow with #E4761E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4761E.

Preview

Color preview on black background

This text has color #E4761E on black background.


Color preview on white background

This text has color #E4761E on white background.


Black color preview on #E4761E background

This text has black color on #E4761E background.


White color preview on #E4761E background

This text has white color on #E4761E background.


Related colors

Complementary color

Complementary color for #hex is #1B89E1.


I love getcolorcode.com

Triadic colors

1 #1EE476 and #761EE4 with #E4761E are triadic colors.

2 #1E76E4 and #76E41E with #E4761E are triadic colors.