COLOR #E0F009

HEX: #E0F009
RGB: (224,240,9)

Renk bilgisi

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

RGB renk modeli

#E0F009 color RGB value is (224,240,9).

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

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 240 of 255 = 94%
B 9 of 255 = 4%

224
240
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 240 + 9 = 473 (100%)
R 224 of 473 ~ 47.36%
G 240 of 473 ~ 50.74%
B 9 of 473 ~ 1.9%

%47.36
%50.74

CMYK RENK MODELİ

#E0F009 rengi CMYK tonu (7,0,96,6).

  • camgöbeği tonu 6.67%
  • eflatun tonu 0.00%
  • sarı tonu 96.25%
  • ana renk tonu 5.88%
CMYK:
(7,0,96,6)
C7M0Y96K6 
(7%,0%,96%,6%)
(0.07/0.00/0.96/0.06)	

CMYK yüzdeleri

%6.67
%0
%96.25
%5.88

Codes

Color #E0F009 in popluar color models

E0F009
RGB2242409
HSL64°92.77%48.82%
HSB/HSV64°96.25%94.12%
CMYK6.67%0.00%96.25%
5.88%

Color #E0F009 in popluar number systems.

HEXE0F009
Decimal2242409
Binary11100000111100001001
Octal34036011

Shades and tints

Shades of #E0F009

#E0F009
(224,240,9)
#CCDB09
(204,219,9)
#B8C609
(184,198,9)
#A4B109
(164,177,9)
#909C09
(144,156,9)
#7C8709
(124,135,9)
#687209
(104,114,9)
#545D09
(84,93,9)
#404809
(64,72,9)
#2C3309
(44,51,9)
#181E09
(24,30,9)
#000000
(0,0,0)

Tints of #E0F009

#E0F009
(224,240,9)
#E2F11F
(226,241,31)
#E4F235
(228,242,53)
#E6F34B
(230,243,75)
#E8F461
(232,244,97)
#EAF577
(234,245,119)
#ECF68D
(236,246,141)
#EEF7A3
(238,247,163)
#F0F8B9
(240,248,185)
#F2F9CF
(242,249,207)
#F4FAE5
(244,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F009; }

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

This text font color is #E0F009.


Background Color

.myBgColor { background-color: #E0F009; }

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

This div background color is #E0F009.


Border color

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

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

This div border color is #E0F009.


Opacity

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

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

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

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

This text has shadow with #E0F009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F009 on black background.


Color preview on white background

This text has color #E0F009 on white background.



Black color preview on #E0F009 background

This text has black color on #E0F009 background.


White color preview on #E0F009 background

This text has white color on #E0F009 background.