COLOR #EDE3A9

HEX: #EDE3A9
RGB: (237,227,169)

Renk bilgisi

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

RGB renk modeli

#EDE3A9 color RGB value is (237,227,169).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 227 of 255 = 89%
B 169 of 255 = 66%

237
227
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 227 + 169 = 633 (100%)
R 237 of 633 ~ 37.44%
G 227 of 633 ~ 35.86%
B 169 of 633 ~ 26.7%

%37.44
%35.86
%26.7

CMYK RENK MODELİ

#EDE3A9 rengi CMYK tonu (0,4,29,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.22%
  • sarı tonu 28.69%
  • ana renk tonu 7.06%
CMYK:
(0,4,29,7)
C0M4Y29K7 
(0%,4%,29%,7%)
(0.00/0.04/0.29/0.07)	

CMYK yüzdeleri

%0
%4.22
%28.69
%7.06

Codes

Color #EDE3A9 in popluar color models

EDE3A9
RGB237227169
HSL51°65.38%79.61%
HSB/HSV51°28.69%92.94%
CMYK0.00%4.22%28.69%
7.06%

Color #EDE3A9 in popluar number systems.

HEXEDE3A9
Decimal237227169
Binary111011011110001110101001
Octal355343251

Shades and tints

Shades of #EDE3A9

#EDE3A9
(237,227,169)
#D8CF9A
(216,207,154)
#C3BB8B
(195,187,139)
#AEA77C
(174,167,124)
#99936D
(153,147,109)
#847F5E
(132,127,94)
#6F6B4F
(111,107,79)
#5A5740
(90,87,64)
#454331
(69,67,49)
#302F22
(48,47,34)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #EDE3A9

#EDE3A9
(237,227,169)
#EEE5B0
(238,229,176)
#EFE7B7
(239,231,183)
#F0E9BE
(240,233,190)
#F1EBC5
(241,235,197)
#F2EDCC
(242,237,204)
#F3EFD3
(243,239,211)
#F4F1DA
(244,241,218)
#F5F3E1
(245,243,225)
#F6F5E8
(246,245,232)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3A9; }

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

This text font color is #EDE3A9.


Background Color

.myBgColor { background-color: #EDE3A9; }

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

This div background color is #EDE3A9.


Border color

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

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

This div border color is #EDE3A9.


Opacity

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

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

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

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

This text has shadow with #EDE3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3A9 on black background.


Color preview on white background

This text has color #EDE3A9 on white background.



Black color preview on #EDE3A9 background

This text has black color on #EDE3A9 background.


White color preview on #EDE3A9 background

This text has white color on #EDE3A9 background.