COLOR #EDE78D

HEX: #EDE78D
RGB: (237,231,141)

Renk bilgisi

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

RGB renk modeli

#EDE78D color RGB value is (237,231,141).

  • kırmız ton 237;
  • yeşil ton 231;
  • mavi ton 141.
RGB:
(237,231,141)
(93%,91%,55%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 231 of 255 = 91%
B 141 of 255 = 55%

237
231
141

R + G + B ~ 80%. #EDE78D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 231 + 141 = 609 (100%)
R 237 of 609 ~ 38.92%
G 231 of 609 ~ 37.93%
B 141 of 609 ~ 23.15%

%38.92
%37.93
%23.15

CMYK RENK MODELİ

#EDE78D rengi CMYK tonu (0,3,41,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.53%
  • sarı tonu 40.51%
  • ana renk tonu 7.06%
CMYK:
(0,3,41,7)
C0M3Y41K7 
(0%,3%,41%,7%)
(0.00/0.03/0.41/0.07)	

CMYK yüzdeleri

%0
%2.53
%40.51
%7.06

Codes

Color #EDE78D in popluar color models

EDE78D
RGB237231141
HSL56°72.73%74.12%
HSB/HSV56°40.51%92.94%
CMYK0.00%2.53%40.51%
7.06%

Color #EDE78D in popluar number systems.

HEXEDE78D
Decimal237231141
Binary111011011110011110001101
Octal355347215

Shades and tints

Shades of #EDE78D

#EDE78D
(237,231,141)
#D8D281
(216,210,129)
#C3BD75
(195,189,117)
#AEA869
(174,168,105)
#99935D
(153,147,93)
#847E51
(132,126,81)
#6F6945
(111,105,69)
#5A5439
(90,84,57)
#453F2D
(69,63,45)
#302A21
(48,42,33)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDE78D

#EDE78D
(237,231,141)
#EEE997
(238,233,151)
#EFEBA1
(239,235,161)
#F0EDAB
(240,237,171)
#F1EFB5
(241,239,181)
#F2F1BF
(242,241,191)
#F3F3C9
(243,243,201)
#F4F5D3
(244,245,211)
#F5F7DD
(245,247,221)
#F6F9E7
(246,249,231)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE78D color. Also use rgb(237,231,141) instead hex code.

Text Font Color

.myTextColor { color: #EDE78D; }

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

This text font color is #EDE78D.


Background Color

.myBgColor { background-color: #EDE78D; }

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

This div background color is #EDE78D.


Border color

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

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

This div border color is #EDE78D.


Opacity

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

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

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

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

This text has shadow with #EDE78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE78D on black background.


Color preview on white background

This text has color #EDE78D on white background.



Black color preview on #EDE78D background

This text has black color on #EDE78D background.


White color preview on #EDE78D background

This text has white color on #EDE78D background.