COLOR #E3F704

HEX: #E3F704 RGB: (227,247,4)

Color info

#E3F704 contains mainly red and green colors. Web safe color of #E3F704 is #CCFF00 (or #CF0).

RGB color model

#E3F704 color RGB value is (227,247,4).

RGB: (227,247,4) (89%, 97%, 2%)

RGB channels and saturation

R 227 of 255 = 89%
G 247 of 255 = 97%
B 4 of 255 = 2%

227
247
4

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

Portions of RGB colors in percentages

R + G + B = 227 + 247 + 4 = 478 (100%)
R 227 of 478 ~ 47.49%
G 247 of 478 ~ 51.67%
B 4 of 478 ~ 0.84'%

%47.49
%51.67

CMYK color model

#E3F704 color CMYK value is (8,0,98,3).

  • cyan value is 8.10%
  • magenta value is 0.00%
  • yellow value is 98.38%
  • key color value is 3.14%

CMYK: (8,0,98,3)
C8M0Y98K3 (8%, 0%, 98%, 3%)
(0.08 / 0.00 / 0.98 / 0.03)

CMYK percentages

%8.1
%0
%98.38
%3.14

Codes

Color #E3F704 in popluar color models

E3 F7 04
RGB 227 247 4
HSL 65° 96.81% 49.22%
HSB/HSV 65° 98.38% 96.86%
CMYK 8.10% 0.00% 98.38%
3.14%

Color #E3F704 in popluar number systems.

HEX E3 F7 04
Decimal 227 247 4
Binary 11100011 11110111 100
Octal 343 367 4

Shades and tints

Shades of #E3F704

#E3F704
(227,247,4)
#CFE104
(207,225,4)
#BBCB04
(187,203,4)
#A7B504
(167,181,4)
#939F04
(147,159,4)
#7F8904
(127,137,4)
#6B7304
(107,115,4)
#575D04
(87,93,4)
#434704
(67,71,4)
#2F3104
(47,49,4)
#1B1B04
(27,27,4)
#000000
(0,0,0)

Tints of #E3F704

#E3F704
(227,247,4)
#E5F71A
(229,247,26)
#E7F730
(231,247,48)
#E9F746
(233,247,70)
#EBF75C
(235,247,92)
#EDF772
(237,247,114)
#EFF788
(239,247,136)
#F1F79E
(241,247,158)
#F3F7B4
(243,247,180)
#F5F7CA
(245,247,202)
#F7F7E0
(247,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F704; }

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

This text font color is #E3F704.

Background Color

.myBgColor { background-color: #E3F704; }

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

This div background color is #E3F704.

Border color

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

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

This div border color is #E3F704.

Opacity

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

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

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

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

This text has shadow with #E3F704 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F704.

Preview

Color preview on black background

This text has color #E3F704 on black background.


Color preview on white background

This text has color #E3F704 on white background.


Black color preview on #E3F704 background

This text has black color on #E3F704 background.


White color preview on #E3F704 background

This text has white color on #E3F704 background.


Related colors

Complementary color

Complementary color for #hex is #1C08FB.


I love getcolorcode.com

Triadic colors

1 #04E3F7 and #F704E3 with #E3F704 are triadic colors.

2 #04F7E3 and #F7E304 with #E3F704 are triadic colors.