COLOR #EB9129

HEX: #EB9129
RGB: (235,145,41)

Color info

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

RGB color model

#EB9129 color RGB value is (235,145,41).

  • red value is 235;
  • green value is 145;
  • blue value is 41.
RGB:
(235,145,41)
(92%,57%,16%)

RGB channels and saturation

R 235 of 255 = 92%
G 145 of 255 = 57%
B 41 of 255 = 16%

235
145
41

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

Portions of RGB colors in percentages

R + G + B =
235 + 145 + 41 = 421 (100%)
R 235 of 421 ~ 55.82%
G 145 of 421 ~ 34.44%
B 41 of 421 ~ 9.74%

%55.82
%34.44
%9.74

CMYK color model

#EB9129 color CMYK value is (0,38,83,8).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 82.55%
  • key color value is 7.84%
CMYK:
(0,38,83,8)
C0M38Y83K8 
(0%,38%,83%,8%)
(0.00/0.38/0.83/0.08)	

CMYK percentages

%0
%38.3
%82.55
%7.84

Codes

Color #EB9129 in popluar color models

EB9129
RGB23514541
HSL32°82.91%54.12%
HSB/HSV32°82.55%92.16%
CMYK0.00%38.30%82.55%
7.84%

Color #EB9129 in popluar number systems.

HEXEB9129
Decimal23514541
Binary1110101110010001101001
Octal35322151

Shades and tints

Shades of #EB9129

#EB9129
(235,145,41)
#D68426
(214,132,38)
#C17723
(193,119,35)
#AC6A20
(172,106,32)
#975D1D
(151,93,29)
#82501A
(130,80,26)
#6D4317
(109,67,23)
#583614
(88,54,20)
#432911
(67,41,17)
#2E1C0E
(46,28,14)
#190F0B
(25,15,11)
#000000
(0,0,0)

Tints of #EB9129

#EB9129
(235,145,41)
#EC9B3C
(236,155,60)
#EDA54F
(237,165,79)
#EEAF62
(238,175,98)
#EFB975
(239,185,117)
#F0C388
(240,195,136)
#F1CD9B
(241,205,155)
#F2D7AE
(242,215,174)
#F3E1C1
(243,225,193)
#F4EBD4
(244,235,212)
#F5F5E7
(245,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9129 color. Also use rgb(235,145,41) instead hex code.

Text Font Color

.myTextColor { color: #EB9129; }

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

This text font color is #EB9129.


Background Color

.myBgColor { background-color: #EB9129; }

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

This div background color is #EB9129.


Border color

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

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

This div border color is #EB9129.


Opacity

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

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

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

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

This text has shadow with #EB9129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9129 on black background.


Color preview on white background

This text has color #EB9129 on white background.



Black color preview on #EB9129 background

This text has black color on #EB9129 background.


White color preview on #EB9129 background

This text has white color on #EB9129 background.