COLOR #EDEA85

HEX: #EDEA85
RGB: (237,234,133)

Renk bilgisi

#EDEA85 contains mainly red and green colors. #EDEA85 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDEA85 color RGB value is (237,234,133).

  • kırmız ton 237;
  • yeşil ton 234;
  • mavi ton 133.
RGB:
(237,234,133)
(93%,92%,52%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 234 of 255 = 92%
B 133 of 255 = 52%

237
234
133

R + G + B ~ 79%. #EDEA85 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 234 + 133 = 604 (100%)
R 237 of 604 ~ 39.24%
G 234 of 604 ~ 38.74%
B 133 of 604 ~ 22.02%

%39.24
%38.74
%22.02

CMYK RENK MODELİ

#EDEA85 rengi CMYK tonu (0,1,44,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.27%
  • sarı tonu 43.88%
  • ana renk tonu 7.06%
CMYK:
(0,1,44,7)
C0M1Y44K7 
(0%,1%,44%,7%)
(0.00/0.01/0.44/0.07)	

CMYK yüzdeleri

%0
%1.27
%43.88
%7.06

Codes

Color #EDEA85 in popluar color models

EDEA85
RGB237234133
HSL58°74.29%72.55%
HSB/HSV58°43.88%92.94%
CMYK0.00%1.27%43.88%
7.06%

Color #EDEA85 in popluar number systems.

HEXEDEA85
Decimal237234133
Binary111011011110101010000101
Octal355352205

Shades and tints

Shades of #EDEA85

#EDEA85
(237,234,133)
#D8D579
(216,213,121)
#C3C06D
(195,192,109)
#AEAB61
(174,171,97)
#999655
(153,150,85)
#848149
(132,129,73)
#6F6C3D
(111,108,61)
#5A5731
(90,87,49)
#454225
(69,66,37)
#302D19
(48,45,25)
#1B180D
(27,24,13)
#000000
(0,0,0)

Tints of #EDEA85

#EDEA85
(237,234,133)
#EEEB90
(238,235,144)
#EFEC9B
(239,236,155)
#F0EDA6
(240,237,166)
#F1EEB1
(241,238,177)
#F2EFBC
(242,239,188)
#F3F0C7
(243,240,199)
#F4F1D2
(244,241,210)
#F5F2DD
(245,242,221)
#F6F3E8
(246,243,232)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEA85 color. Also use rgb(237,234,133) instead hex code.

Text Font Color

.myTextColor { color: #EDEA85; }

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

This text font color is #EDEA85.


Background Color

.myBgColor { background-color: #EDEA85; }

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

This div background color is #EDEA85.


Border color

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

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

This div border color is #EDEA85.


Opacity

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

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

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

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

This text has shadow with #EDEA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEA85 on black background.


Color preview on white background

This text has color #EDEA85 on white background.



Black color preview on #EDEA85 background

This text has black color on #EDEA85 background.


White color preview on #EDEA85 background

This text has white color on #EDEA85 background.