COLOR #EDEF47

HEX: #EDEF47
RGB: (237,239,71)

Renk bilgisi

#EDEF47 contains mainly red and green colors. #EDEF47 ‘ nin web güvenlik rengi #FFFF33 (ya da #FF3) dir.

RGB renk modeli

#EDEF47 color RGB value is (237,239,71).

  • kırmız ton 237;
  • yeşil ton 239;
  • mavi ton 71.
RGB:
(237,239,71)
(93%,94%,28%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 239 of 255 = 94%
B 71 of 255 = 28%

237
239
71

R + G + B ~ 72%. #EDEF47 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 239 + 71 = 547 (100%)
R 237 of 547 ~ 43.33%
G 239 of 547 ~ 43.69%
B 71 of 547 ~ 12.98%

%43.33
%43.69
%12.98

CMYK RENK MODELİ

#EDEF47 rengi CMYK tonu (1,0,70,6).

  • camgöbeği tonu 0.84%
  • eflatun tonu 0.00%
  • sarı tonu 70.29%
  • ana renk tonu 6.27%
CMYK:
(1,0,70,6)
C1M0Y70K6 
(1%,0%,70%,6%)
(0.01/0.00/0.70/0.06)	

CMYK yüzdeleri

%0.84
%0
%70.29
%6.27

Codes

Color #EDEF47 in popluar color models

EDEF47
RGB23723971
HSL61°84.00%60.78%
HSB/HSV61°70.29%93.73%
CMYK0.84%0.00%70.29%
6.27%

Color #EDEF47 in popluar number systems.

HEXEDEF47
Decimal23723971
Binary11101101111011111000111
Octal355357107

Shades and tints

Shades of #EDEF47

#EDEF47
(237,239,71)
#D8DA41
(216,218,65)
#C3C53B
(195,197,59)
#AEB035
(174,176,53)
#999B2F
(153,155,47)
#848629
(132,134,41)
#6F7123
(111,113,35)
#5A5C1D
(90,92,29)
#454717
(69,71,23)
#303211
(48,50,17)
#1B1D0B
(27,29,11)
#000000
(0,0,0)

Tints of #EDEF47

#EDEF47
(237,239,71)
#EEF057
(238,240,87)
#EFF167
(239,241,103)
#F0F277
(240,242,119)
#F1F387
(241,243,135)
#F2F497
(242,244,151)
#F3F5A7
(243,245,167)
#F4F6B7
(244,246,183)
#F5F7C7
(245,247,199)
#F6F8D7
(246,248,215)
#F7F9E7
(247,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEF47 color. Also use rgb(237,239,71) instead hex code.

Text Font Color

.myTextColor { color: #EDEF47; }

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

This text font color is #EDEF47.


Background Color

.myBgColor { background-color: #EDEF47; }

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

This div background color is #EDEF47.


Border color

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

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

This div border color is #EDEF47.


Opacity

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

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

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

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

This text has shadow with #EDEF47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEF47 on black background.


Color preview on white background

This text has color #EDEF47 on white background.



Black color preview on #EDEF47 background

This text has black color on #EDEF47 background.


White color preview on #EDEF47 background

This text has white color on #EDEF47 background.