COLOR #EDE014

HEX: #EDE014
RGB: (237,224,20)

Renk bilgisi

#EDE014 contains mainly red and green colors. #EDE014 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EDE014 color RGB value is (237,224,20).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 224 of 255 = 88%
B 20 of 255 = 8%

237
224
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 224 + 20 = 481 (100%)
R 237 of 481 ~ 49.27%
G 224 of 481 ~ 46.57%
B 20 of 481 ~ 4.16%

%49.27
%46.57

CMYK RENK MODELİ

#EDE014 rengi CMYK tonu (0,5,92,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.49%
  • sarı tonu 91.56%
  • ana renk tonu 7.06%
CMYK:
(0,5,92,7)
C0M5Y92K7 
(0%,5%,92%,7%)
(0.00/0.05/0.92/0.07)	

CMYK yüzdeleri

%0
%5.49
%91.56
%7.06

Codes

Color #EDE014 in popluar color models

EDE014
RGB23722420
HSL56°85.77%50.39%
HSB/HSV56°91.56%92.94%
CMYK0.00%5.49%91.56%
7.06%

Color #EDE014 in popluar number systems.

HEXEDE014
Decimal23722420
Binary111011011110000010100
Octal35534024

Shades and tints

Shades of #EDE014

#EDE014
(237,224,20)
#D8CC13
(216,204,19)
#C3B812
(195,184,18)
#AEA411
(174,164,17)
#999010
(153,144,16)
#847C0F
(132,124,15)
#6F680E
(111,104,14)
#5A540D
(90,84,13)
#45400C
(69,64,12)
#302C0B
(48,44,11)
#1B180A
(27,24,10)
#000000
(0,0,0)

Tints of #EDE014

#EDE014
(237,224,20)
#EEE229
(238,226,41)
#EFE43E
(239,228,62)
#F0E653
(240,230,83)
#F1E868
(241,232,104)
#F2EA7D
(242,234,125)
#F3EC92
(243,236,146)
#F4EEA7
(244,238,167)
#F5F0BC
(245,240,188)
#F6F2D1
(246,242,209)
#F7F4E6
(247,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE014; }

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

This text font color is #EDE014.


Background Color

.myBgColor { background-color: #EDE014; }

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

This div background color is #EDE014.


Border color

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

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

This div border color is #EDE014.


Opacity

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

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

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

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

This text has shadow with #EDE014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE014 on black background.


Color preview on white background

This text has color #EDE014 on white background.



Black color preview on #EDE014 background

This text has black color on #EDE014 background.


White color preview on #EDE014 background

This text has white color on #EDE014 background.