COLOR #EDE391

HEX: #EDE391
RGB: (237,227,145)

Renk bilgisi

#EDE391 contains mainly red and green colors. #EDE391 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EDE391 color RGB value is (237,227,145).

  • kırmız ton 237;
  • yeşil ton 227;
  • mavi ton 145.
RGB:
(237,227,145)
(93%,89%,57%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 227 of 255 = 89%
B 145 of 255 = 57%

237
227
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 227 + 145 = 609 (100%)
R 237 of 609 ~ 38.92%
G 227 of 609 ~ 37.27%
B 145 of 609 ~ 23.81%

%38.92
%37.27
%23.81

CMYK RENK MODELİ

#EDE391 rengi CMYK tonu (0,4,39,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.22%
  • sarı tonu 38.82%
  • ana renk tonu 7.06%
CMYK:
(0,4,39,7)
C0M4Y39K7 
(0%,4%,39%,7%)
(0.00/0.04/0.39/0.07)	

CMYK yüzdeleri

%0
%4.22
%38.82
%7.06

Codes

Color #EDE391 in popluar color models

EDE391
RGB237227145
HSL53°71.88%74.90%
HSB/HSV53°38.82%92.94%
CMYK0.00%4.22%38.82%
7.06%

Color #EDE391 in popluar number systems.

HEXEDE391
Decimal237227145
Binary111011011110001110010001
Octal355343221

Shades and tints

Shades of #EDE391

#EDE391
(237,227,145)
#D8CF84
(216,207,132)
#C3BB77
(195,187,119)
#AEA76A
(174,167,106)
#99935D
(153,147,93)
#847F50
(132,127,80)
#6F6B43
(111,107,67)
#5A5736
(90,87,54)
#454329
(69,67,41)
#302F1C
(48,47,28)
#1B1B0F
(27,27,15)
#000000
(0,0,0)

Tints of #EDE391

#EDE391
(237,227,145)
#EEE59B
(238,229,155)
#EFE7A5
(239,231,165)
#F0E9AF
(240,233,175)
#F1EBB9
(241,235,185)
#F2EDC3
(242,237,195)
#F3EFCD
(243,239,205)
#F4F1D7
(244,241,215)
#F5F3E1
(245,243,225)
#F6F5EB
(246,245,235)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE391 color. Also use rgb(237,227,145) instead hex code.

Text Font Color

.myTextColor { color: #EDE391; }

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

This text font color is #EDE391.


Background Color

.myBgColor { background-color: #EDE391; }

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

This div background color is #EDE391.


Border color

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

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

This div border color is #EDE391.


Opacity

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

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

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

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

This text has shadow with #EDE391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE391 on black background.


Color preview on white background

This text has color #EDE391 on white background.



Black color preview on #EDE391 background

This text has black color on #EDE391 background.


White color preview on #EDE391 background

This text has white color on #EDE391 background.