COLOR #EDE187

HEX: #EDE187
RGB: (237,225,135)

Renk bilgisi

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

RGB renk modeli

#EDE187 color RGB value is (237,225,135).

  • kırmız ton 237;
  • yeşil ton 225;
  • mavi ton 135.
RGB:
(237,225,135)
(93%,88%,53%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 225 of 255 = 88%
B 135 of 255 = 53%

237
225
135

R + G + B ~ 78%. #EDE187 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 225 + 135 = 597 (100%)
R 237 of 597 ~ 39.7%
G 225 of 597 ~ 37.69%
B 135 of 597 ~ 22.61%

%39.7
%37.69
%22.61

CMYK RENK MODELİ

#EDE187 rengi CMYK tonu (0,5,43,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.06%
  • sarı tonu 43.04%
  • ana renk tonu 7.06%
CMYK:
(0,5,43,7)
C0M5Y43K7 
(0%,5%,43%,7%)
(0.00/0.05/0.43/0.07)	

CMYK yüzdeleri

%0
%5.06
%43.04
%7.06

Codes

Color #EDE187 in popluar color models

EDE187
RGB237225135
HSL53°73.91%72.94%
HSB/HSV53°43.04%92.94%
CMYK0.00%5.06%43.04%
7.06%

Color #EDE187 in popluar number systems.

HEXEDE187
Decimal237225135
Binary111011011110000110000111
Octal355341207

Shades and tints

Shades of #EDE187

#EDE187
(237,225,135)
#D8CD7B
(216,205,123)
#C3B96F
(195,185,111)
#AEA563
(174,165,99)
#999157
(153,145,87)
#847D4B
(132,125,75)
#6F693F
(111,105,63)
#5A5533
(90,85,51)
#454127
(69,65,39)
#302D1B
(48,45,27)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #EDE187

#EDE187
(237,225,135)
#EEE391
(238,227,145)
#EFE59B
(239,229,155)
#F0E7A5
(240,231,165)
#F1E9AF
(241,233,175)
#F2EBB9
(242,235,185)
#F3EDC3
(243,237,195)
#F4EFCD
(244,239,205)
#F5F1D7
(245,241,215)
#F6F3E1
(246,243,225)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE187 color. Also use rgb(237,225,135) instead hex code.

Text Font Color

.myTextColor { color: #EDE187; }

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

This text font color is #EDE187.


Background Color

.myBgColor { background-color: #EDE187; }

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

This div background color is #EDE187.


Border color

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

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

This div border color is #EDE187.


Opacity

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

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

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

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

This text has shadow with #EDE187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE187 on black background.


Color preview on white background

This text has color #EDE187 on white background.



Black color preview on #EDE187 background

This text has black color on #EDE187 background.


White color preview on #EDE187 background

This text has white color on #EDE187 background.