COLOR #EDC995

HEX: #EDC995
RGB: (237,201,149)

Renk bilgisi

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

RGB renk modeli

#EDC995 color RGB value is (237,201,149).

  • kırmız ton 237;
  • yeşil ton 201;
  • mavi ton 149.
RGB:
(237,201,149)
(93%,79%,58%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 201 of 255 = 79%
B 149 of 255 = 58%

237
201
149

R + G + B ~ 77%. #EDC995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 201 + 149 = 587 (100%)
R 237 of 587 ~ 40.37%
G 201 of 587 ~ 34.24%
B 149 of 587 ~ 25.38%

%40.37
%34.24
%25.38

CMYK RENK MODELİ

#EDC995 rengi CMYK tonu (0,15,37,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.19%
  • sarı tonu 37.13%
  • ana renk tonu 7.06%
CMYK:
(0,15,37,7)
C0M15Y37K7 
(0%,15%,37%,7%)
(0.00/0.15/0.37/0.07)	

CMYK yüzdeleri

%0
%15.19
%37.13
%7.06

Codes

Color #EDC995 in popluar color models

EDC995
RGB237201149
HSL35°70.97%75.69%
HSB/HSV35°37.13%92.94%
CMYK0.00%15.19%37.13%
7.06%

Color #EDC995 in popluar number systems.

HEXEDC995
Decimal237201149
Binary111011011100100110010101
Octal355311225

Shades and tints

Shades of #EDC995

#EDC995
(237,201,149)
#D8B788
(216,183,136)
#C3A57B
(195,165,123)
#AE936E
(174,147,110)
#998161
(153,129,97)
#846F54
(132,111,84)
#6F5D47
(111,93,71)
#5A4B3A
(90,75,58)
#45392D
(69,57,45)
#302720
(48,39,32)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #EDC995

#EDC995
(237,201,149)
#EECD9E
(238,205,158)
#EFD1A7
(239,209,167)
#F0D5B0
(240,213,176)
#F1D9B9
(241,217,185)
#F2DDC2
(242,221,194)
#F3E1CB
(243,225,203)
#F4E5D4
(244,229,212)
#F5E9DD
(245,233,221)
#F6EDE6
(246,237,230)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC995 color. Also use rgb(237,201,149) instead hex code.

Text Font Color

.myTextColor { color: #EDC995; }

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

This text font color is #EDC995.


Background Color

.myBgColor { background-color: #EDC995; }

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

This div background color is #EDC995.


Border color

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

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

This div border color is #EDC995.


Opacity

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

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

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

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

This text has shadow with #EDC995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC995 on black background.


Color preview on white background

This text has color #EDC995 on white background.



Black color preview on #EDC995 background

This text has black color on #EDC995 background.


White color preview on #EDC995 background

This text has white color on #EDC995 background.