COLOR #E3E30F

HEX: #E3E30F
RGB: (227,227,15)

Color info

#E3E30F contains mainly red and green colors. Web safe color of #E3E30F is #CCCC00 (or #CC0).

RGB color model

#E3E30F color RGB value is (227,227,15).

  • red value is 227;
  • green value is 227;
  • blue value is 15.
RGB:
(227,227,15)
(89%,89%,6%)

RGB channels and saturation

R 227 of 255 = 89%
G 227 of 255 = 89%
B 15 of 255 = 6%

227
227
15

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

Portions of RGB colors in percentages

R + G + B =
227 + 227 + 15 = 469 (100%)
R 227 of 469 ~ 48.4%
G 227 of 469 ~ 48.4%
B 15 of 469 ~ 3.2%

%48.4
%48.4

CMYK color model

#E3E30F color CMYK value is (0,0,93,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 93.39%
  • key color value is 10.98%
CMYK:
(0,0,93,11)
C0M0Y93K11 
(0%,0%,93%,11%)
(0.00/0.00/0.93/0.11)	

CMYK percentages

%0
%0
%93.39
%10.98

Codes

Color #E3E30F in popluar color models

E3E30F
RGB22722715
HSL60°87.60%47.45%
HSB/HSV60°93.39%89.02%
CMYK0.00%0.00%93.39%
10.98%

Color #E3E30F in popluar number systems.

HEXE3E30F
Decimal22722715
Binary11100011111000111111
Octal34334317

Shades and tints

Shades of #E3E30F

#E3E30F
(227,227,15)
#CFCF0E
(207,207,14)
#BBBB0D
(187,187,13)
#A7A70C
(167,167,12)
#93930B
(147,147,11)
#7F7F0A
(127,127,10)
#6B6B09
(107,107,9)
#575708
(87,87,8)
#434307
(67,67,7)
#2F2F06
(47,47,6)
#1B1B05
(27,27,5)
#000000
(0,0,0)

Tints of #E3E30F

#E3E30F
(227,227,15)
#E5E524
(229,229,36)
#E7E739
(231,231,57)
#E9E94E
(233,233,78)
#EBEB63
(235,235,99)
#EDED78
(237,237,120)
#EFEF8D
(239,239,141)
#F1F1A2
(241,241,162)
#F3F3B7
(243,243,183)
#F5F5CC
(245,245,204)
#F7F7E1
(247,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3E30F color. Also use rgb(227,227,15) instead hex code.

Text Font Color

.myTextColor { color: #E3E30F; }

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

This text font color is #E3E30F.


Background Color

.myBgColor { background-color: #E3E30F; }

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

This div background color is #E3E30F.


Border color

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

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

This div border color is #E3E30F.


Opacity

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

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

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

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

This text has shadow with #E3E30F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E30F on black background.


Color preview on white background

This text has color #E3E30F on white background.



Black color preview on #E3E30F background

This text has black color on #E3E30F background.


White color preview on #E3E30F background

This text has white color on #E3E30F background.