COLOR #E4ED14

HEX: #E4ED14
RGB: (228,237,20)

Renk bilgisi

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

RGB renk modeli

#E4ED14 color RGB value is (228,237,20).

  • kırmız ton 228;
  • yeşil ton 237;
  • mavi ton 20.
RGB:
(228,237,20)
(89%,93%,8%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 237 of 255 = 93%
B 20 of 255 = 8%

228
237
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 237 + 20 = 485 (100%)
R 228 of 485 ~ 47.01%
G 237 of 485 ~ 48.87%
B 20 of 485 ~ 4.12%

%47.01
%48.87

CMYK RENK MODELİ

#E4ED14 rengi CMYK tonu (4,0,92,7).

  • camgöbeği tonu 3.80%
  • eflatun tonu 0.00%
  • sarı tonu 91.56%
  • ana renk tonu 7.06%
CMYK:
(4,0,92,7)
C4M0Y92K7 
(4%,0%,92%,7%)
(0.04/0.00/0.92/0.07)	

CMYK yüzdeleri

%3.8
%0
%91.56
%7.06

Codes

Color #E4ED14 in popluar color models

E4ED14
RGB22823720
HSL62°85.77%50.39%
HSB/HSV62°91.56%92.94%
CMYK3.80%0.00%91.56%
7.06%

Color #E4ED14 in popluar number systems.

HEXE4ED14
Decimal22823720
Binary111001001110110110100
Octal34435524

Shades and tints

Shades of #E4ED14

#E4ED14
(228,237,20)
#D0D813
(208,216,19)
#BCC312
(188,195,18)
#A8AE11
(168,174,17)
#949910
(148,153,16)
#80840F
(128,132,15)
#6C6F0E
(108,111,14)
#585A0D
(88,90,13)
#44450C
(68,69,12)
#30300B
(48,48,11)
#1C1B0A
(28,27,10)
#000000
(0,0,0)

Tints of #E4ED14

#E4ED14
(228,237,20)
#E6EE29
(230,238,41)
#E8EF3E
(232,239,62)
#EAF053
(234,240,83)
#ECF168
(236,241,104)
#EEF27D
(238,242,125)
#F0F392
(240,243,146)
#F2F4A7
(242,244,167)
#F4F5BC
(244,245,188)
#F6F6D1
(246,246,209)
#F8F7E6
(248,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ED14 color. Also use rgb(228,237,20) instead hex code.

Text Font Color

.myTextColor { color: #E4ED14; }

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

This text font color is #E4ED14.


Background Color

.myBgColor { background-color: #E4ED14; }

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

This div background color is #E4ED14.


Border color

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

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

This div border color is #E4ED14.


Opacity

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

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

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

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

This text has shadow with #E4ED14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ED14 on black background.


Color preview on white background

This text has color #E4ED14 on white background.



Black color preview on #E4ED14 background

This text has black color on #E4ED14 background.


White color preview on #E4ED14 background

This text has white color on #E4ED14 background.