COLOR #EDF09E

HEX: #EDF09E
RGB: (237,240,158)

Renk bilgisi

#EDF09E contains mainly red and green colors. #EDF09E ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDF09E color RGB value is (237,240,158).

  • kırmız ton 237;
  • yeşil ton 240;
  • mavi ton 158.
RGB:
(237,240,158)
(93%,94%,62%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 158 of 255 = 62%

237
240
158

R + G + B ~ 83%. #EDF09E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 158 = 635 (100%)
R 237 of 635 ~ 37.32%
G 240 of 635 ~ 37.8%
B 158 of 635 ~ 24.88%

%37.32
%37.8
%24.88

CMYK RENK MODELİ

#EDF09E rengi CMYK tonu (1,0,34,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 34.17%
  • ana renk tonu 5.88%
CMYK:
(1,0,34,6)
C1M0Y34K6 
(1%,0%,34%,6%)
(0.01/0.00/0.34/0.06)	

CMYK yüzdeleri

%1.25
%0
%34.17
%5.88

Codes

Color #EDF09E in popluar color models

EDF09E
RGB237240158
HSL62°73.21%78.04%
HSB/HSV62°34.17%94.12%
CMYK1.25%0.00%34.17%
5.88%

Color #EDF09E in popluar number systems.

HEXEDF09E
Decimal237240158
Binary111011011111000010011110
Octal355360236

Shades and tints

Shades of #EDF09E

#EDF09E
(237,240,158)
#D8DB90
(216,219,144)
#C3C682
(195,198,130)
#AEB174
(174,177,116)
#999C66
(153,156,102)
#848758
(132,135,88)
#6F724A
(111,114,74)
#5A5D3C
(90,93,60)
#45482E
(69,72,46)
#303320
(48,51,32)
#1B1E12
(27,30,18)
#000000
(0,0,0)

Tints of #EDF09E

#EDF09E
(237,240,158)
#EEF1A6
(238,241,166)
#EFF2AE
(239,242,174)
#F0F3B6
(240,243,182)
#F1F4BE
(241,244,190)
#F2F5C6
(242,245,198)
#F3F6CE
(243,246,206)
#F4F7D6
(244,247,214)
#F5F8DE
(245,248,222)
#F6F9E6
(246,249,230)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF09E color. Also use rgb(237,240,158) instead hex code.

Text Font Color

.myTextColor { color: #EDF09E; }

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

This text font color is #EDF09E.


Background Color

.myBgColor { background-color: #EDF09E; }

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

This div background color is #EDF09E.


Border color

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

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

This div border color is #EDF09E.


Opacity

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

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

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

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

This text has shadow with #EDF09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF09E on black background.


Color preview on white background

This text has color #EDF09E on white background.



Black color preview on #EDF09E background

This text has black color on #EDF09E background.


White color preview on #EDF09E background

This text has white color on #EDF09E background.