COLOR #EEB046

HEX: #EEB046
RGB: (238,176,70)

Color info

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

RGB color model

#EEB046 color RGB value is (238,176,70).

  • red value is 238;
  • green value is 176;
  • blue value is 70.
RGB:
(238,176,70)
(93%,69%,27%)

RGB channels and saturation

R 238 of 255 = 93%
G 176 of 255 = 69%
B 70 of 255 = 27%

238
176
70

R + G + B ~ 63%. #EEB046 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 176 + 70 = 484 (100%)
R 238 of 484 ~ 49.17%
G 176 of 484 ~ 36.36%
B 70 of 484 ~ 14.46%

%49.17
%36.36
%14.46

CMYK color model

#EEB046 color CMYK value is (0,26,71,7).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 70.59%
  • key color value is 6.67%
CMYK:
(0,26,71,7)
C0M26Y71K7 
(0%,26%,71%,7%)
(0.00/0.26/0.71/0.07)	

CMYK percentages

%0
%26.05
%70.59
%6.67

Codes

Color #EEB046 in popluar color models

EEB046
RGB23817670
HSL38°83.17%60.39%
HSB/HSV38°70.59%93.33%
CMYK0.00%26.05%70.59%
6.67%

Color #EEB046 in popluar number systems.

HEXEEB046
Decimal23817670
Binary11101110101100001000110
Octal356260106

Shades and tints

Shades of #EEB046

#EEB046
(238,176,70)
#D9A040
(217,160,64)
#C4903A
(196,144,58)
#AF8034
(175,128,52)
#9A702E
(154,112,46)
#856028
(133,96,40)
#705022
(112,80,34)
#5B401C
(91,64,28)
#463016
(70,48,22)
#312010
(49,32,16)
#1C100A
(28,16,10)
#000000
(0,0,0)

Tints of #EEB046

#EEB046
(238,176,70)
#EFB756
(239,183,86)
#F0BE66
(240,190,102)
#F1C576
(241,197,118)
#F2CC86
(242,204,134)
#F3D396
(243,211,150)
#F4DAA6
(244,218,166)
#F5E1B6
(245,225,182)
#F6E8C6
(246,232,198)
#F7EFD6
(247,239,214)
#F8F6E6
(248,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB046 color. Also use rgb(238,176,70) instead hex code.

Text Font Color

.myTextColor { color: #EEB046; }

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

This text font color is #EEB046.


Background Color

.myBgColor { background-color: #EEB046; }

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

This div background color is #EEB046.


Border color

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

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

This div border color is #EEB046.


Opacity

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

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

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

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

This text has shadow with #EEB046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB046 on black background.


Color preview on white background

This text has color #EEB046 on white background.



Black color preview on #EEB046 background

This text has black color on #EEB046 background.


White color preview on #EEB046 background

This text has white color on #EEB046 background.