COLOR #EDF836

HEX: #EDF836
RGB: (237,248,54)

Renk bilgisi

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

RGB renk modeli

#EDF836 color RGB value is (237,248,54).

  • kırmız ton 237;
  • yeşil ton 248;
  • mavi ton 54.
RGB:
(237,248,54)
(93%,97%,21%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 248 of 255 = 97%
B 54 of 255 = 21%

237
248
54

R + G + B ~ 70%. #EDF836 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 248 + 54 = 539 (100%)
R 237 of 539 ~ 43.97%
G 248 of 539 ~ 46.01%
B 54 of 539 ~ 10.02%

%43.97
%46.01
%10.02

CMYK RENK MODELİ

#EDF836 rengi CMYK tonu (4,0,78,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 0.00%
  • sarı tonu 78.23%
  • ana renk tonu 2.75%
CMYK:
(4,0,78,3)
C4M0Y78K3 
(4%,0%,78%,3%)
(0.04/0.00/0.78/0.03)	

CMYK yüzdeleri

%4.44
%0
%78.23
%2.75

Codes

Color #EDF836 in popluar color models

EDF836
RGB23724854
HSL63°93.27%59.22%
HSB/HSV63°78.23%97.25%
CMYK4.44%0.00%78.23%
2.75%

Color #EDF836 in popluar number systems.

HEXEDF836
Decimal23724854
Binary1110110111111000110110
Octal35537066

Shades and tints

Shades of #EDF836

#EDF836
(237,248,54)
#D8E232
(216,226,50)
#C3CC2E
(195,204,46)
#AEB62A
(174,182,42)
#99A026
(153,160,38)
#848A22
(132,138,34)
#6F741E
(111,116,30)
#5A5E1A
(90,94,26)
#454816
(69,72,22)
#303212
(48,50,18)
#1B1C0E
(27,28,14)
#000000
(0,0,0)

Tints of #EDF836

#EDF836
(237,248,54)
#EEF848
(238,248,72)
#EFF85A
(239,248,90)
#F0F86C
(240,248,108)
#F1F87E
(241,248,126)
#F2F890
(242,248,144)
#F3F8A2
(243,248,162)
#F4F8B4
(244,248,180)
#F5F8C6
(245,248,198)
#F6F8D8
(246,248,216)
#F7F8EA
(247,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF836 color. Also use rgb(237,248,54) instead hex code.

Text Font Color

.myTextColor { color: #EDF836; }

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

This text font color is #EDF836.


Background Color

.myBgColor { background-color: #EDF836; }

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

This div background color is #EDF836.


Border color

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

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

This div border color is #EDF836.


Opacity

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

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

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

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

This text has shadow with #EDF836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF836 on black background.


Color preview on white background

This text has color #EDF836 on white background.



Black color preview on #EDF836 background

This text has black color on #EDF836 background.


White color preview on #EDF836 background

This text has white color on #EDF836 background.