COLOR #EDF528

HEX: #EDF528
RGB: (237,245,40)

Renk bilgisi

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

RGB renk modeli

#EDF528 color RGB value is (237,245,40).

  • kırmız ton 237;
  • yeşil ton 245;
  • mavi ton 40.
RGB:
(237,245,40)
(93%,96%,16%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 245 of 255 = 96%
B 40 of 255 = 16%

237
245
40

R + G + B ~ 68%. #EDF528 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 245 + 40 = 522 (100%)
R 237 of 522 ~ 45.4%
G 245 of 522 ~ 46.93%
B 40 of 522 ~ 7.66%

%45.4
%46.93

CMYK RENK MODELİ

#EDF528 rengi CMYK tonu (3,0,84,4).

  • camgöbeği tonu 3.27%
  • eflatun tonu 0.00%
  • sarı tonu 83.67%
  • ana renk tonu 3.92%
CMYK:
(3,0,84,4)
C3M0Y84K4 
(3%,0%,84%,4%)
(0.03/0.00/0.84/0.04)	

CMYK yüzdeleri

%3.27
%0
%83.67
%3.92

Codes

Color #EDF528 in popluar color models

EDF528
RGB23724540
HSL62°91.11%55.88%
HSB/HSV62°83.67%96.08%
CMYK3.27%0.00%83.67%
3.92%

Color #EDF528 in popluar number systems.

HEXEDF528
Decimal23724540
Binary1110110111110101101000
Octal35536550

Shades and tints

Shades of #EDF528

#EDF528
(237,245,40)
#D8DF25
(216,223,37)
#C3C922
(195,201,34)
#AEB31F
(174,179,31)
#999D1C
(153,157,28)
#848719
(132,135,25)
#6F7116
(111,113,22)
#5A5B13
(90,91,19)
#454510
(69,69,16)
#302F0D
(48,47,13)
#1B190A
(27,25,10)
#000000
(0,0,0)

Tints of #EDF528

#EDF528
(237,245,40)
#EEF53B
(238,245,59)
#EFF54E
(239,245,78)
#F0F561
(240,245,97)
#F1F574
(241,245,116)
#F2F587
(242,245,135)
#F3F59A
(243,245,154)
#F4F5AD
(244,245,173)
#F5F5C0
(245,245,192)
#F6F5D3
(246,245,211)
#F7F5E6
(247,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF528 color. Also use rgb(237,245,40) instead hex code.

Text Font Color

.myTextColor { color: #EDF528; }

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

This text font color is #EDF528.


Background Color

.myBgColor { background-color: #EDF528; }

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

This div background color is #EDF528.


Border color

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

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

This div border color is #EDF528.


Opacity

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

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

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

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

This text has shadow with #EDF528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF528 on black background.


Color preview on white background

This text has color #EDF528 on white background.



Black color preview on #EDF528 background

This text has black color on #EDF528 background.


White color preview on #EDF528 background

This text has white color on #EDF528 background.