COLOR #ECD595

HEX: #ECD595
RGB: (236,213,149)

Renk bilgisi

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

RGB renk modeli

#ECD595 color RGB value is (236,213,149).

  • kırmız ton 236;
  • yeşil ton 213;
  • mavi ton 149.
RGB:
(236,213,149)
(93%,84%,58%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 213 of 255 = 84%
B 149 of 255 = 58%

236
213
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 213 + 149 = 598 (100%)
R 236 of 598 ~ 39.46%
G 213 of 598 ~ 35.62%
B 149 of 598 ~ 24.92%

%39.46
%35.62
%24.92

CMYK RENK MODELİ

#ECD595 rengi CMYK tonu (0,10,37,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.75%
  • sarı tonu 36.86%
  • ana renk tonu 7.45%
CMYK:
(0,10,37,7)
C0M10Y37K7 
(0%,10%,37%,7%)
(0.00/0.10/0.37/0.07)	

CMYK yüzdeleri

%0
%9.75
%36.86
%7.45

Codes

Color #ECD595 in popluar color models

ECD595
RGB236213149
HSL44°69.60%75.49%
HSB/HSV44°36.86%92.55%
CMYK0.00%9.75%36.86%
7.45%

Color #ECD595 in popluar number systems.

HEXECD595
Decimal236213149
Binary111011001101010110010101
Octal354325225

Shades and tints

Shades of #ECD595

#ECD595
(236,213,149)
#D7C288
(215,194,136)
#C2AF7B
(194,175,123)
#AD9C6E
(173,156,110)
#988961
(152,137,97)
#837654
(131,118,84)
#6E6347
(110,99,71)
#59503A
(89,80,58)
#443D2D
(68,61,45)
#2F2A20
(47,42,32)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #ECD595

#ECD595
(236,213,149)
#EDD89E
(237,216,158)
#EEDBA7
(238,219,167)
#EFDEB0
(239,222,176)
#F0E1B9
(240,225,185)
#F1E4C2
(241,228,194)
#F2E7CB
(242,231,203)
#F3EAD4
(243,234,212)
#F4EDDD
(244,237,221)
#F5F0E6
(245,240,230)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD595 color. Also use rgb(236,213,149) instead hex code.

Text Font Color

.myTextColor { color: #ECD595; }

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

This text font color is #ECD595.


Background Color

.myBgColor { background-color: #ECD595; }

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

This div background color is #ECD595.


Border color

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

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

This div border color is #ECD595.


Opacity

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

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

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

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

This text has shadow with #ECD595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD595 on black background.


Color preview on white background

This text has color #ECD595 on white background.



Black color preview on #ECD595 background

This text has black color on #ECD595 background.


White color preview on #ECD595 background

This text has white color on #ECD595 background.