COLOR #EDDE9A

HEX: #EDDE9A
RGB: (237,222,154)

Renk bilgisi

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

RGB renk modeli

#EDDE9A color RGB value is (237,222,154).

  • kırmız ton 237;
  • yeşil ton 222;
  • mavi ton 154.
RGB:
(237,222,154)
(93%,87%,60%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 222 of 255 = 87%
B 154 of 255 = 60%

237
222
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 222 + 154 = 613 (100%)
R 237 of 613 ~ 38.66%
G 222 of 613 ~ 36.22%
B 154 of 613 ~ 25.12%

%38.66
%36.22
%25.12

CMYK RENK MODELİ

#EDDE9A rengi CMYK tonu (0,6,35,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.33%
  • sarı tonu 35.02%
  • ana renk tonu 7.06%
CMYK:
(0,6,35,7)
C0M6Y35K7 
(0%,6%,35%,7%)
(0.00/0.06/0.35/0.07)	

CMYK yüzdeleri

%0
%6.33
%35.02
%7.06

Codes

Color #EDDE9A in popluar color models

EDDE9A
RGB237222154
HSL49°69.75%76.67%
HSB/HSV49°35.02%92.94%
CMYK0.00%6.33%35.02%
7.06%

Color #EDDE9A in popluar number systems.

HEXEDDE9A
Decimal237222154
Binary111011011101111010011010
Octal355336232

Shades and tints

Shades of #EDDE9A

#EDDE9A
(237,222,154)
#D8CA8C
(216,202,140)
#C3B67E
(195,182,126)
#AEA270
(174,162,112)
#998E62
(153,142,98)
#847A54
(132,122,84)
#6F6646
(111,102,70)
#5A5238
(90,82,56)
#453E2A
(69,62,42)
#302A1C
(48,42,28)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #EDDE9A

#EDDE9A
(237,222,154)
#EEE1A3
(238,225,163)
#EFE4AC
(239,228,172)
#F0E7B5
(240,231,181)
#F1EABE
(241,234,190)
#F2EDC7
(242,237,199)
#F3F0D0
(243,240,208)
#F4F3D9
(244,243,217)
#F5F6E2
(245,246,226)
#F6F9EB
(246,249,235)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDE9A color. Also use rgb(237,222,154) instead hex code.

Text Font Color

.myTextColor { color: #EDDE9A; }

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

This text font color is #EDDE9A.


Background Color

.myBgColor { background-color: #EDDE9A; }

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

This div background color is #EDDE9A.


Border color

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

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

This div border color is #EDDE9A.


Opacity

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

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

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

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

This text has shadow with #EDDE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDE9A on black background.


Color preview on white background

This text has color #EDDE9A on white background.



Black color preview on #EDDE9A background

This text has black color on #EDDE9A background.


White color preview on #EDDE9A background

This text has white color on #EDDE9A background.