COLOR #E1B653

HEX: #E1B653
RGB: (225,182,83)

Color info

#E1B653 contains mainly red and green colors. Web safe color of #E1B653 is #CCCC66 (or #CC6).

RGB color model

#E1B653 color RGB value is (225,182,83).

  • red value is 225;
  • green value is 182;
  • blue value is 83.
RGB:
(225,182,83)
(88%,71%,33%)

RGB channels and saturation

R 225 of 255 = 88%
G 182 of 255 = 71%
B 83 of 255 = 33%

225
182
83

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

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 83 = 490 (100%)
R 225 of 490 ~ 45.92%
G 182 of 490 ~ 37.14%
B 83 of 490 ~ 16.94%

%45.92
%37.14
%16.94

CMYK color model

#E1B653 color CMYK value is (0,19,63,12).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 63.11%
  • key color value is 11.76%
CMYK:
(0,19,63,12)
C0M19Y63K12 
(0%,19%,63%,12%)
(0.00/0.19/0.63/0.12)	

CMYK percentages

%0
%19.11
%63.11
%11.76

Codes

Color #E1B653 in popluar color models

E1B653
RGB22518283
HSL42°70.30%60.39%
HSB/HSV42°63.11%88.24%
CMYK0.00%19.11%63.11%
11.76%

Color #E1B653 in popluar number systems.

HEXE1B653
Decimal22518283
Binary11100001101101101010011
Octal341266123

Shades and tints

Shades of #E1B653

#E1B653
(225,182,83)
#CDA64C
(205,166,76)
#B99645
(185,150,69)
#A5863E
(165,134,62)
#917637
(145,118,55)
#7D6630
(125,102,48)
#695629
(105,86,41)
#554622
(85,70,34)
#41361B
(65,54,27)
#2D2614
(45,38,20)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #E1B653

#E1B653
(225,182,83)
#E3BC62
(227,188,98)
#E5C271
(229,194,113)
#E7C880
(231,200,128)
#E9CE8F
(233,206,143)
#EBD49E
(235,212,158)
#EDDAAD
(237,218,173)
#EFE0BC
(239,224,188)
#F1E6CB
(241,230,203)
#F3ECDA
(243,236,218)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B653 color. Also use rgb(225,182,83) instead hex code.

Text Font Color

.myTextColor { color: #E1B653; }

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

This text font color is #E1B653.


Background Color

.myBgColor { background-color: #E1B653; }

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

This div background color is #E1B653.


Border color

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

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

This div border color is #E1B653.


Opacity

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

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

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

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

This text has shadow with #E1B653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B653 on black background.


Color preview on white background

This text has color #E1B653 on white background.



Black color preview on #E1B653 background

This text has black color on #E1B653 background.


White color preview on #E1B653 background

This text has white color on #E1B653 background.