COLOR #EDEF49

HEX: #EDEF49
RGB: (237,239,73)

Renk bilgisi

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

RGB renk modeli

#EDEF49 color RGB value is (237,239,73).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 239 of 255 = 94%
B 73 of 255 = 29%

237
239
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 239 + 73 = 549 (100%)
R 237 of 549 ~ 43.17%
G 239 of 549 ~ 43.53%
B 73 of 549 ~ 13.3%

%43.17
%43.53
%13.3

CMYK RENK MODELİ

#EDEF49 rengi CMYK tonu (1,0,69,6).

  • camgöbeği tonu 0.84%
  • eflatun tonu 0.00%
  • sarı tonu 69.46%
  • ana renk tonu 6.27%
CMYK:
(1,0,69,6)
C1M0Y69K6 
(1%,0%,69%,6%)
(0.01/0.00/0.69/0.06)	

CMYK yüzdeleri

%0.84
%0
%69.46
%6.27

Codes

Color #EDEF49 in popluar color models

EDEF49
RGB23723973
HSL61°83.84%61.18%
HSB/HSV61°69.46%93.73%
CMYK0.84%0.00%69.46%
6.27%

Color #EDEF49 in popluar number systems.

HEXEDEF49
Decimal23723973
Binary11101101111011111001001
Octal355357111

Shades and tints

Shades of #EDEF49

#EDEF49
(237,239,73)
#D8DA43
(216,218,67)
#C3C53D
(195,197,61)
#AEB037
(174,176,55)
#999B31
(153,155,49)
#84862B
(132,134,43)
#6F7125
(111,113,37)
#5A5C1F
(90,92,31)
#454719
(69,71,25)
#303213
(48,50,19)
#1B1D0D
(27,29,13)
#000000
(0,0,0)

Tints of #EDEF49

#EDEF49
(237,239,73)
#EEF059
(238,240,89)
#EFF169
(239,241,105)
#F0F279
(240,242,121)
#F1F389
(241,243,137)
#F2F499
(242,244,153)
#F3F5A9
(243,245,169)
#F4F6B9
(244,246,185)
#F5F7C9
(245,247,201)
#F6F8D9
(246,248,217)
#F7F9E9
(247,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEF49; }

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

This text font color is #EDEF49.


Background Color

.myBgColor { background-color: #EDEF49; }

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

This div background color is #EDEF49.


Border color

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

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

This div border color is #EDEF49.


Opacity

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

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

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

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

This text has shadow with #EDEF49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEF49 on black background.


Color preview on white background

This text has color #EDEF49 on white background.



Black color preview on #EDEF49 background

This text has black color on #EDEF49 background.


White color preview on #EDEF49 background

This text has white color on #EDEF49 background.