COLOR #EED709

HEX: #EED709
RGB: (238,215,9)

Renk bilgisi

#EED709 contains mainly red and green colors. #EED709 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EED709 color RGB value is (238,215,9).

  • kırmız ton 238;
  • yeşil ton 215;
  • mavi ton 9.
RGB:
(238,215,9)
(93%,84%,4%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 215 of 255 = 84%
B 9 of 255 = 4%

238
215
9

R + G + B ~ 60%. #EED709 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 215 + 9 = 462 (100%)
R 238 of 462 ~ 51.52%
G 215 of 462 ~ 46.54%
B 9 of 462 ~ 1.95%

%51.52
%46.54

CMYK RENK MODELİ

#EED709 rengi CMYK tonu (0,10,96,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.66%
  • sarı tonu 96.22%
  • ana renk tonu 6.67%
CMYK:
(0,10,96,7)
C0M10Y96K7 
(0%,10%,96%,7%)
(0.00/0.10/0.96/0.07)	

CMYK yüzdeleri

%0
%9.66
%96.22
%6.67

Codes

Color #EED709 in popluar color models

EED709
RGB2382159
HSL54°92.71%48.43%
HSB/HSV54°96.22%93.33%
CMYK0.00%9.66%96.22%
6.67%

Color #EED709 in popluar number systems.

HEXEED709
Decimal2382159
Binary11101110110101111001
Octal35632711

Shades and tints

Shades of #EED709

#EED709
(238,215,9)
#D9C409
(217,196,9)
#C4B109
(196,177,9)
#AF9E09
(175,158,9)
#9A8B09
(154,139,9)
#857809
(133,120,9)
#706509
(112,101,9)
#5B5209
(91,82,9)
#463F09
(70,63,9)
#312C09
(49,44,9)
#1C1909
(28,25,9)
#000000
(0,0,0)

Tints of #EED709

#EED709
(238,215,9)
#EFDA1F
(239,218,31)
#F0DD35
(240,221,53)
#F1E04B
(241,224,75)
#F2E361
(242,227,97)
#F3E677
(243,230,119)
#F4E98D
(244,233,141)
#F5ECA3
(245,236,163)
#F6EFB9
(246,239,185)
#F7F2CF
(247,242,207)
#F8F5E5
(248,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED709 color. Also use rgb(238,215,9) instead hex code.

Text Font Color

.myTextColor { color: #EED709; }

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

This text font color is #EED709.


Background Color

.myBgColor { background-color: #EED709; }

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

This div background color is #EED709.


Border color

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

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

This div border color is #EED709.


Opacity

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

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

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

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

This text has shadow with #EED709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED709 on black background.


Color preview on white background

This text has color #EED709 on white background.



Black color preview on #EED709 background

This text has black color on #EED709 background.


White color preview on #EED709 background

This text has white color on #EED709 background.