COLOR #EBB329

HEX: #EBB329
RGB: (235,179,41)

Color info

#EBB329 contains mainly red and green colors. Web safe color of #EBB329 is #FF9933 (or #F93).

RGB color model

#EBB329 color RGB value is (235,179,41).

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

RGB channels and saturation

R 235 of 255 = 92%
G 179 of 255 = 70%
B 41 of 255 = 16%

235
179
41

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

Portions of RGB colors in percentages

R + G + B =
235 + 179 + 41 = 455 (100%)
R 235 of 455 ~ 51.65%
G 179 of 455 ~ 39.34%
B 41 of 455 ~ 9.01%

%51.65
%39.34

CMYK color model

#EBB329 color CMYK value is (0,24,83,8).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 82.55%
  • key color value is 7.84%
CMYK:
(0,24,83,8)
C0M24Y83K8 
(0%,24%,83%,8%)
(0.00/0.24/0.83/0.08)	

CMYK percentages

%0
%23.83
%82.55
%7.84

Codes

Color #EBB329 in popluar color models

EBB329
RGB23517941
HSL43°82.91%54.12%
HSB/HSV43°82.55%92.16%
CMYK0.00%23.83%82.55%
7.84%

Color #EBB329 in popluar number systems.

HEXEBB329
Decimal23517941
Binary1110101110110011101001
Octal35326351

Shades and tints

Shades of #EBB329

#EBB329
(235,179,41)
#D6A326
(214,163,38)
#C19323
(193,147,35)
#AC8320
(172,131,32)
#97731D
(151,115,29)
#82631A
(130,99,26)
#6D5317
(109,83,23)
#584314
(88,67,20)
#433311
(67,51,17)
#2E230E
(46,35,14)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #EBB329

#EBB329
(235,179,41)
#ECB93C
(236,185,60)
#EDBF4F
(237,191,79)
#EEC562
(238,197,98)
#EFCB75
(239,203,117)
#F0D188
(240,209,136)
#F1D79B
(241,215,155)
#F2DDAE
(242,221,174)
#F3E3C1
(243,227,193)
#F4E9D4
(244,233,212)
#F5EFE7
(245,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB329; }

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

This text font color is #EBB329.


Background Color

.myBgColor { background-color: #EBB329; }

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

This div background color is #EBB329.


Border color

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

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

This div border color is #EBB329.


Opacity

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

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

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

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

This text has shadow with #EBB329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB329 on black background.


Color preview on white background

This text has color #EBB329 on white background.



Black color preview on #EBB329 background

This text has black color on #EBB329 background.


White color preview on #EBB329 background

This text has white color on #EBB329 background.