COLOR #EDE2AD

HEX: #EDE2AD
RGB: (237,226,173)

Renk bilgisi

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

RGB renk modeli

#EDE2AD color RGB value is (237,226,173).

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

RGB bağlantıları ve doygunluk

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

237
226
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 226 + 173 = 636 (100%)
R 237 of 636 ~ 37.26%
G 226 of 636 ~ 35.53%
B 173 of 636 ~ 27.2%

%37.26
%35.53
%27.2

CMYK RENK MODELİ

#EDE2AD rengi CMYK tonu (0,5,27,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.64%
  • sarı tonu 27.00%
  • ana renk tonu 7.06%
CMYK:
(0,5,27,7)
C0M5Y27K7 
(0%,5%,27%,7%)
(0.00/0.05/0.27/0.07)	

CMYK yüzdeleri

%0
%4.64
%27
%7.06

Codes

Color #EDE2AD in popluar color models

EDE2AD
RGB237226173
HSL50°64.00%80.39%
HSB/HSV50°27.00%92.94%
CMYK0.00%4.64%27.00%
7.06%

Color #EDE2AD in popluar number systems.

HEXEDE2AD
Decimal237226173
Binary111011011110001010101101
Octal355342255

Shades and tints

Shades of #EDE2AD

#EDE2AD
(237,226,173)
#D8CE9E
(216,206,158)
#C3BA8F
(195,186,143)
#AEA680
(174,166,128)
#999271
(153,146,113)
#847E62
(132,126,98)
#6F6A53
(111,106,83)
#5A5644
(90,86,68)
#454235
(69,66,53)
#302E26
(48,46,38)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDE2AD

#EDE2AD
(237,226,173)
#EEE4B4
(238,228,180)
#EFE6BB
(239,230,187)
#F0E8C2
(240,232,194)
#F1EAC9
(241,234,201)
#F2ECD0
(242,236,208)
#F3EED7
(243,238,215)
#F4F0DE
(244,240,222)
#F5F2E5
(245,242,229)
#F6F4EC
(246,244,236)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE2AD; }

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

This text font color is #EDE2AD.


Background Color

.myBgColor { background-color: #EDE2AD; }

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

This div background color is #EDE2AD.


Border color

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

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

This div border color is #EDE2AD.


Opacity

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

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

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

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

This text has shadow with #EDE2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE2AD on black background.


Color preview on white background

This text has color #EDE2AD on white background.



Black color preview on #EDE2AD background

This text has black color on #EDE2AD background.


White color preview on #EDE2AD background

This text has white color on #EDE2AD background.