COLOR #E9B64C

HEX: #E9B64C
RGB: (233,182,76)

Color info

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

RGB color model

#E9B64C color RGB value is (233,182,76).

  • red value is 233;
  • green value is 182;
  • blue value is 76.
RGB:
(233,182,76)
(91%,71%,30%)

RGB channels and saturation

R 233 of 255 = 91%
G 182 of 255 = 71%
B 76 of 255 = 30%

233
182
76

R + G + B ~ 64%. #E9B64C is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 182 + 76 = 491 (100%)
R 233 of 491 ~ 47.45%
G 182 of 491 ~ 37.07%
B 76 of 491 ~ 15.48%

%47.45
%37.07
%15.48

CMYK color model

#E9B64C color CMYK value is (0,22,67,9).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 67.38%
  • key color value is 8.63%
CMYK:
(0,22,67,9)
C0M22Y67K9 
(0%,22%,67%,9%)
(0.00/0.22/0.67/0.09)	

CMYK percentages

%0
%21.89
%67.38
%8.63

Codes

Color #E9B64C in popluar color models

E9B64C
RGB23318276
HSL41°78.11%60.59%
HSB/HSV41°67.38%91.37%
CMYK0.00%21.89%67.38%
8.63%

Color #E9B64C in popluar number systems.

HEXE9B64C
Decimal23318276
Binary11101001101101101001100
Octal351266114

Shades and tints

Shades of #E9B64C

#E9B64C
(233,182,76)
#D4A646
(212,166,70)
#BF9640
(191,150,64)
#AA863A
(170,134,58)
#957634
(149,118,52)
#80662E
(128,102,46)
#6B5628
(107,86,40)
#564622
(86,70,34)
#41361C
(65,54,28)
#2C2616
(44,38,22)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #E9B64C

#E9B64C
(233,182,76)
#EBBC5C
(235,188,92)
#EDC26C
(237,194,108)
#EFC87C
(239,200,124)
#F1CE8C
(241,206,140)
#F3D49C
(243,212,156)
#F5DAAC
(245,218,172)
#F7E0BC
(247,224,188)
#F9E6CC
(249,230,204)
#FBECDC
(251,236,220)
#FDF2EC
(253,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B64C color. Also use rgb(233,182,76) instead hex code.

Text Font Color

.myTextColor { color: #E9B64C; }

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

This text font color is #E9B64C.


Background Color

.myBgColor { background-color: #E9B64C; }

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

This div background color is #E9B64C.


Border color

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

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

This div border color is #E9B64C.


Opacity

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

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

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

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

This text has shadow with #E9B64C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B64C on black background.


Color preview on white background

This text has color #E9B64C on white background.



Black color preview on #E9B64C background

This text has black color on #E9B64C background.


White color preview on #E9B64C background

This text has white color on #E9B64C background.