COLOR #EDE4AD

HEX: #EDE4AD
RGB: (237,228,173)

Renk bilgisi

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

RGB renk modeli

#EDE4AD color RGB value is (237,228,173).

  • kırmız ton 237;
  • yeşil ton 228;
  • mavi ton 173.
RGB:
(237,228,173)
(93%,89%,68%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 228 of 255 = 89%
B 173 of 255 = 68%

237
228
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 228 + 173 = 638 (100%)
R 237 of 638 ~ 37.15%
G 228 of 638 ~ 35.74%
B 173 of 638 ~ 27.12%

%37.15
%35.74
%27.12

CMYK RENK MODELİ

#EDE4AD rengi CMYK tonu (0,4,27,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.80%
  • sarı tonu 27.00%
  • ana renk tonu 7.06%
CMYK:
(0,4,27,7)
C0M4Y27K7 
(0%,4%,27%,7%)
(0.00/0.04/0.27/0.07)	

CMYK yüzdeleri

%0
%3.8
%27
%7.06

Codes

Color #EDE4AD in popluar color models

EDE4AD
RGB237228173
HSL52°64.00%80.39%
HSB/HSV52°27.00%92.94%
CMYK0.00%3.80%27.00%
7.06%

Color #EDE4AD in popluar number systems.

HEXEDE4AD
Decimal237228173
Binary111011011110010010101101
Octal355344255

Shades and tints

Shades of #EDE4AD

#EDE4AD
(237,228,173)
#D8D09E
(216,208,158)
#C3BC8F
(195,188,143)
#AEA880
(174,168,128)
#999471
(153,148,113)
#848062
(132,128,98)
#6F6C53
(111,108,83)
#5A5844
(90,88,68)
#454435
(69,68,53)
#303026
(48,48,38)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDE4AD

#EDE4AD
(237,228,173)
#EEE6B4
(238,230,180)
#EFE8BB
(239,232,187)
#F0EAC2
(240,234,194)
#F1ECC9
(241,236,201)
#F2EED0
(242,238,208)
#F3F0D7
(243,240,215)
#F4F2DE
(244,242,222)
#F5F4E5
(245,244,229)
#F6F6EC
(246,246,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE4AD color. Also use rgb(237,228,173) instead hex code.

Text Font Color

.myTextColor { color: #EDE4AD; }

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

This text font color is #EDE4AD.


Background Color

.myBgColor { background-color: #EDE4AD; }

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

This div background color is #EDE4AD.


Border color

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

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

This div border color is #EDE4AD.


Opacity

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

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

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

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

This text has shadow with #EDE4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE4AD on black background.


Color preview on white background

This text has color #EDE4AD on white background.



Black color preview on #EDE4AD background

This text has black color on #EDE4AD background.


White color preview on #EDE4AD background

This text has white color on #EDE4AD background.