COLOR #E2C993

HEX: #E2C993
RGB: (226,201,147)

Renk bilgisi

#E2C993 contains mainly red and green colors. #E2C993 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E2C993 color RGB value is (226,201,147).

  • kırmız ton 226;
  • yeşil ton 201;
  • mavi ton 147.
RGB:
(226,201,147)
(89%,79%,58%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 201 of 255 = 79%
B 147 of 255 = 58%

226
201
147

R + G + B ~ 75%. #E2C993 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 201 + 147 = 574 (100%)
R 226 of 574 ~ 39.37%
G 201 of 574 ~ 35.02%
B 147 of 574 ~ 25.61%

%39.37
%35.02
%25.61

CMYK RENK MODELİ

#E2C993 rengi CMYK tonu (0,11,35,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.06%
  • sarı tonu 34.96%
  • ana renk tonu 11.37%
CMYK:
(0,11,35,11)
C0M11Y35K11 
(0%,11%,35%,11%)
(0.00/0.11/0.35/0.11)	

CMYK yüzdeleri

%0
%11.06
%34.96
%11.37

Codes

Color #E2C993 in popluar color models

E2C993
RGB226201147
HSL41°57.66%73.14%
HSB/HSV41°34.96%88.63%
CMYK0.00%11.06%34.96%
11.37%

Color #E2C993 in popluar number systems.

HEXE2C993
Decimal226201147
Binary111000101100100110010011
Octal342311223

Shades and tints

Shades of #E2C993

#E2C993
(226,201,147)
#CEB786
(206,183,134)
#BAA579
(186,165,121)
#A6936C
(166,147,108)
#92815F
(146,129,95)
#7E6F52
(126,111,82)
#6A5D45
(106,93,69)
#564B38
(86,75,56)
#42392B
(66,57,43)
#2E271E
(46,39,30)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #E2C993

#E2C993
(226,201,147)
#E4CD9C
(228,205,156)
#E6D1A5
(230,209,165)
#E8D5AE
(232,213,174)
#EAD9B7
(234,217,183)
#ECDDC0
(236,221,192)
#EEE1C9
(238,225,201)
#F0E5D2
(240,229,210)
#F2E9DB
(242,233,219)
#F4EDE4
(244,237,228)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C993 color. Also use rgb(226,201,147) instead hex code.

Text Font Color

.myTextColor { color: #E2C993; }

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

This text font color is #E2C993.


Background Color

.myBgColor { background-color: #E2C993; }

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

This div background color is #E2C993.


Border color

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

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

This div border color is #E2C993.


Opacity

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

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

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

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

This text has shadow with #E2C993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C993 on black background.


Color preview on white background

This text has color #E2C993 on white background.



Black color preview on #E2C993 background

This text has black color on #E2C993 background.


White color preview on #E2C993 background

This text has white color on #E2C993 background.