COLOR #E1BE30

HEX: #E1BE30
RGB: (225,190,48)

Color info

#E1BE30 contains mainly red and green colors. Web safe color of #E1BE30 is #CCCC33 (or #CC3).

RGB color model

#E1BE30 color RGB value is (225,190,48).

  • red value is 225;
  • green value is 190;
  • blue value is 48.
RGB: (225,190,48) (88%,75%,19%)

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 48 of 255 = 19%

225
190
48

R + G + B ~ 61%. #E1BE30 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 48 = 463 (100%)
R 225 of 463 ~ 48.6%
G 190 of 463 ~ 41.04%
B 48 of 463 ~ 10.37%

%48.6
%41.04
%10.37

CMYK color model

#E1BE30 color CMYK value is (0,16,79,12).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 78.67%
  • key color value is 11.76%
CMYK: (0,16,79,12) C0M16Y79K12 (0%,16%,79%,12%) (0.00/0.16/0.79/0.12)

CMYK percentages

%0
%15.56
%78.67
%11.76

Codes

Color #E1BE30 in popluar color models

E1BE30
RGB22519048
HSL48°74.68%53.53%
HSB/HSV48°78.67%88.24%
CMYK0.00%15.56%78.67%
11.76%

Color #E1BE30 in popluar number systems.

HEXE1BE30
Decimal22519048
Binary1110000110111110110000
Octal34127660

Shades and tints

Shades of #E1BE30

#E1BE30
(225,190,48)
#CDAD2C
(205,173,44)
#B99C28
(185,156,40)
#A58B24
(165,139,36)
#917A20
(145,122,32)
#7D691C
(125,105,28)
#695818
(105,88,24)
#554714
(85,71,20)
#413610
(65,54,16)
#2D250C
(45,37,12)
#191408
(25,20,8)
#000000
(0,0,0)

Tints of #E1BE30

#E1BE30
(225,190,48)
#E3C342
(227,195,66)
#E5C854
(229,200,84)
#E7CD66
(231,205,102)
#E9D278
(233,210,120)
#EBD78A
(235,215,138)
#EDDC9C
(237,220,156)
#EFE1AE
(239,225,174)
#F1E6C0
(241,230,192)
#F3EBD2
(243,235,210)
#F5F0E4
(245,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BE30 color. Also use rgb(225,190,48) instead hex code.

Text Font Color

.myTextColor { color: #E1BE30; }

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

This text font color is #E1BE30.


Background Color

.myBgColor { background-color: #E1BE30; }

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

This div background color is #E1BE30.


Border color

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

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

This div border color is #E1BE30.


Opacity

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

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

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

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

This text has shadow with #E1BE30 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1BE30 on black background.


Color preview on white background

This text has color #E1BE30 on white background.



Black color preview on #E1BE30 background

This text has black color on #E1BE30 background.


White color preview on #E1BE30 background

This text has white color on #E1BE30 background.