COLOR #E9B530

HEX: #E9B530 RGB: (233,181,48)

Color info

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

RGB color model

#E9B530 color RGB value is (233,181,48).

RGB: (233,181,48) (91%, 71%, 19%)

RGB channels and saturation

R 233 of 255 = 91%
G 181 of 255 = 71%
B 48 of 255 = 19%

233
181
48

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

Portions of RGB colors in percentages

R + G + B = 233 + 181 + 48 = 462 (100%)
R 233 of 462 ~ 50.43%
G 181 of 462 ~ 39.18%
B 48 of 462 ~ 10.39'%

%50.43
%39.18

CMYK color model

#E9B530 color CMYK value is (0,22,79,9).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 79.40%
  • key color value is 8.63%

CMYK: (0,22,79,9)
C0M22Y79K9 (0%, 22%, 79%, 9%)
(0.00 / 0.22 / 0.79 / 0.09)

CMYK percentages

%0
%22.32
%79.4
%8.63

Codes

Color #E9B530 in popluar color models

E9 B5 30
RGB 233 181 48
HSL 43° 80.79% 55.10%
HSB/HSV 43° 79.40% 91.37%
CMYK 0.00% 22.32% 79.40%
8.63%

Color #E9B530 in popluar number systems.

HEX E9 B5 30
Decimal 233 181 48
Binary 11101001 10110101 110000
Octal 351 265 60

Shades and tints

Shades of #E9B530

#E9B530
(233,181,48)
#D4A52C
(212,165,44)
#BF9528
(191,149,40)
#AA8524
(170,133,36)
#957520
(149,117,32)
#80651C
(128,101,28)
#6B5518
(107,85,24)
#564514
(86,69,20)
#413510
(65,53,16)
#2C250C
(44,37,12)
#171508
(23,21,8)
#000000
(0,0,0)

Tints of #E9B530

#E9B530
(233,181,48)
#EBBB42
(235,187,66)
#EDC154
(237,193,84)
#EFC766
(239,199,102)
#F1CD78
(241,205,120)
#F3D38A
(243,211,138)
#F5D99C
(245,217,156)
#F7DFAE
(247,223,174)
#F9E5C0
(249,229,192)
#FBEBD2
(251,235,210)
#FDF1E4
(253,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B530 color. Also use rgb(233,181,48) instead hex code.

Text Font Color

.myTextColor { color: #E9B530; }

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

This text font color is #E9B530.

Background Color

.myBgColor { background-color: #E9B530; }

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

This div background color is #E9B530.

Border color

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

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

This div border color is #E9B530.

Opacity

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

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

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

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

This text has shadow with #E9B530 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B530.

Preview

Color preview on black background

This text has color #E9B530 on black background.


Color preview on white background

This text has color #E9B530 on white background.


Black color preview on #E9B530 background

This text has black color on #E9B530 background.


White color preview on #E9B530 background

This text has white color on #E9B530 background.


Related colors

Complementary color

Complementary color for #hex is #164ACF.


I love getcolorcode.com

Triadic colors

1 #30E9B5 and #B530E9 with #E9B530 are triadic colors.

2 #30B5E9 and #B5E930 with #E9B530 are triadic colors.