COLOR #E3F009

HEX: #E3F009
RGB: (227,240,9)

Renk bilgisi

#E3F009 contains mainly red and green colors. #E3F009 ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#E3F009 color RGB value is (227,240,9).

  • kırmız ton 227;
  • yeşil ton 240;
  • mavi ton 9.
RGB:
(227,240,9)
(89%,94%,4%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 240 of 255 = 94%
B 9 of 255 = 4%

227
240
9

R + G + B ~ 62%. #E3F009 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 240 + 9 = 476 (100%)
R 227 of 476 ~ 47.69%
G 240 of 476 ~ 50.42%
B 9 of 476 ~ 1.89%

%47.69
%50.42

CMYK RENK MODELİ

#E3F009 rengi CMYK tonu (5,0,96,6).

  • camgöbeği tonu 5.42%
  • eflatun tonu 0.00%
  • sarı tonu 96.25%
  • ana renk tonu 5.88%
CMYK:
(5,0,96,6)
C5M0Y96K6 
(5%,0%,96%,6%)
(0.05/0.00/0.96/0.06)	

CMYK yüzdeleri

%5.42
%0
%96.25
%5.88

Codes

Color #E3F009 in popluar color models

E3F009
RGB2272409
HSL63°92.77%48.82%
HSB/HSV63°96.25%94.12%
CMYK5.42%0.00%96.25%
5.88%

Color #E3F009 in popluar number systems.

HEXE3F009
Decimal2272409
Binary11100011111100001001
Octal34336011

Shades and tints

Shades of #E3F009

#E3F009
(227,240,9)
#CFDB09
(207,219,9)
#BBC609
(187,198,9)
#A7B109
(167,177,9)
#939C09
(147,156,9)
#7F8709
(127,135,9)
#6B7209
(107,114,9)
#575D09
(87,93,9)
#434809
(67,72,9)
#2F3309
(47,51,9)
#1B1E09
(27,30,9)
#000000
(0,0,0)

Tints of #E3F009

#E3F009
(227,240,9)
#E5F11F
(229,241,31)
#E7F235
(231,242,53)
#E9F34B
(233,243,75)
#EBF461
(235,244,97)
#EDF577
(237,245,119)
#EFF68D
(239,246,141)
#F1F7A3
(241,247,163)
#F3F8B9
(243,248,185)
#F5F9CF
(245,249,207)
#F7FAE5
(247,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F009; }

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

This text font color is #E3F009.


Background Color

.myBgColor { background-color: #E3F009; }

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

This div background color is #E3F009.


Border color

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

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

This div border color is #E3F009.


Opacity

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

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

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

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

This text has shadow with #E3F009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F009 on black background.


Color preview on white background

This text has color #E3F009 on white background.



Black color preview on #E3F009 background

This text has black color on #E3F009 background.


White color preview on #E3F009 background

This text has white color on #E3F009 background.