COLOR #EDE5A9

HEX: #EDE5A9
RGB: (237,229,169)

Renk bilgisi

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

RGB renk modeli

#EDE5A9 color RGB value is (237,229,169).

  • kırmız ton 237;
  • yeşil ton 229;
  • mavi ton 169.
RGB:
(237,229,169)
(93%,90%,66%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 229 of 255 = 90%
B 169 of 255 = 66%

237
229
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 229 + 169 = 635 (100%)
R 237 of 635 ~ 37.32%
G 229 of 635 ~ 36.06%
B 169 of 635 ~ 26.61%

%37.32
%36.06
%26.61

CMYK RENK MODELİ

#EDE5A9 rengi CMYK tonu (0,3,29,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.38%
  • sarı tonu 28.69%
  • ana renk tonu 7.06%
CMYK:
(0,3,29,7)
C0M3Y29K7 
(0%,3%,29%,7%)
(0.00/0.03/0.29/0.07)	

CMYK yüzdeleri

%0
%3.38
%28.69
%7.06

Codes

Color #EDE5A9 in popluar color models

EDE5A9
RGB237229169
HSL53°65.38%79.61%
HSB/HSV53°28.69%92.94%
CMYK0.00%3.38%28.69%
7.06%

Color #EDE5A9 in popluar number systems.

HEXEDE5A9
Decimal237229169
Binary111011011110010110101001
Octal355345251

Shades and tints

Shades of #EDE5A9

#EDE5A9
(237,229,169)
#D8D19A
(216,209,154)
#C3BD8B
(195,189,139)
#AEA97C
(174,169,124)
#99956D
(153,149,109)
#84815E
(132,129,94)
#6F6D4F
(111,109,79)
#5A5940
(90,89,64)
#454531
(69,69,49)
#303122
(48,49,34)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #EDE5A9

#EDE5A9
(237,229,169)
#EEE7B0
(238,231,176)
#EFE9B7
(239,233,183)
#F0EBBE
(240,235,190)
#F1EDC5
(241,237,197)
#F2EFCC
(242,239,204)
#F3F1D3
(243,241,211)
#F4F3DA
(244,243,218)
#F5F5E1
(245,245,225)
#F6F7E8
(246,247,232)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE5A9 color. Also use rgb(237,229,169) instead hex code.

Text Font Color

.myTextColor { color: #EDE5A9; }

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

This text font color is #EDE5A9.


Background Color

.myBgColor { background-color: #EDE5A9; }

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

This div background color is #EDE5A9.


Border color

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

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

This div border color is #EDE5A9.


Opacity

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

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

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

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

This text has shadow with #EDE5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5A9 on black background.


Color preview on white background

This text has color #EDE5A9 on white background.



Black color preview on #EDE5A9 background

This text has black color on #EDE5A9 background.


White color preview on #EDE5A9 background

This text has white color on #EDE5A9 background.