COLOR #EBB43B

HEX: #EBB43B
RGB: (235,180,59)

Color info

#EBB43B contains mainly red and green colors. Web safe color of #EBB43B is #FFCC33 (or #FC3).

RGB color model

#EBB43B color RGB value is (235,180,59).

  • red value is 235;
  • green value is 180;
  • blue value is 59.
RGB:
(235,180,59)
(92%,71%,23%)

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 59 of 255 = 23%

235
180
59

R + G + B ~ 62%. #EBB43B is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 59 = 474 (100%)
R 235 of 474 ~ 49.58%
G 180 of 474 ~ 37.97%
B 59 of 474 ~ 12.45%

%49.58
%37.97
%12.45

CMYK color model

#EBB43B color CMYK value is (0,23,75,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 74.89%
  • key color value is 7.84%
CMYK:
(0,23,75,8)
C0M23Y75K8 
(0%,23%,75%,8%)
(0.00/0.23/0.75/0.08)	

CMYK percentages

%0
%23.4
%74.89
%7.84

Codes

Color #EBB43B in popluar color models

EBB43B
RGB23518059
HSL41°81.48%57.65%
HSB/HSV41°74.89%92.16%
CMYK0.00%23.40%74.89%
7.84%

Color #EBB43B in popluar number systems.

HEXEBB43B
Decimal23518059
Binary1110101110110100111011
Octal35326473

Shades and tints

Shades of #EBB43B

#EBB43B
(235,180,59)
#D6A436
(214,164,54)
#C19431
(193,148,49)
#AC842C
(172,132,44)
#977427
(151,116,39)
#826422
(130,100,34)
#6D541D
(109,84,29)
#584418
(88,68,24)
#433413
(67,52,19)
#2E240E
(46,36,14)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #EBB43B

#EBB43B
(235,180,59)
#ECBA4C
(236,186,76)
#EDC05D
(237,192,93)
#EEC66E
(238,198,110)
#EFCC7F
(239,204,127)
#F0D290
(240,210,144)
#F1D8A1
(241,216,161)
#F2DEB2
(242,222,178)
#F3E4C3
(243,228,195)
#F4EAD4
(244,234,212)
#F5F0E5
(245,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB43B color. Also use rgb(235,180,59) instead hex code.

Text Font Color

.myTextColor { color: #EBB43B; }

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

This text font color is #EBB43B.


Background Color

.myBgColor { background-color: #EBB43B; }

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

This div background color is #EBB43B.


Border color

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

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

This div border color is #EBB43B.


Opacity

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

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

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

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

This text has shadow with #EBB43B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB43B on black background.


Color preview on white background

This text has color #EBB43B on white background.



Black color preview on #EBB43B background

This text has black color on #EBB43B background.


White color preview on #EBB43B background

This text has white color on #EBB43B background.