COLOR #E5C692

HEX: #E5C692
RGB: (229,198,146)

Renk bilgisi

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

RGB renk modeli

#E5C692 color RGB value is (229,198,146).

  • kırmız ton 229;
  • yeşil ton 198;
  • mavi ton 146.
RGB:
(229,198,146)
(90%,78%,57%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 198 of 255 = 78%
B 146 of 255 = 57%

229
198
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 198 + 146 = 573 (100%)
R 229 of 573 ~ 39.97%
G 198 of 573 ~ 34.55%
B 146 of 573 ~ 25.48%

%39.97
%34.55
%25.48

CMYK RENK MODELİ

#E5C692 rengi CMYK tonu (0,14,36,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.54%
  • sarı tonu 36.24%
  • ana renk tonu 10.20%
CMYK:
(0,14,36,10)
C0M14Y36K10 
(0%,14%,36%,10%)
(0.00/0.14/0.36/0.10)	

CMYK yüzdeleri

%0
%13.54
%36.24
%10.2

Codes

Color #E5C692 in popluar color models

E5C692
RGB229198146
HSL38°61.48%73.53%
HSB/HSV38°36.24%89.80%
CMYK0.00%13.54%36.24%
10.20%

Color #E5C692 in popluar number systems.

HEXE5C692
Decimal229198146
Binary111001011100011010010010
Octal345306222

Shades and tints

Shades of #E5C692

#E5C692
(229,198,146)
#D1B485
(209,180,133)
#BDA278
(189,162,120)
#A9906B
(169,144,107)
#957E5E
(149,126,94)
#816C51
(129,108,81)
#6D5A44
(109,90,68)
#594837
(89,72,55)
#45362A
(69,54,42)
#31241D
(49,36,29)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #E5C692

#E5C692
(229,198,146)
#E7CB9B
(231,203,155)
#E9D0A4
(233,208,164)
#EBD5AD
(235,213,173)
#EDDAB6
(237,218,182)
#EFDFBF
(239,223,191)
#F1E4C8
(241,228,200)
#F3E9D1
(243,233,209)
#F5EEDA
(245,238,218)
#F7F3E3
(247,243,227)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C692 color. Also use rgb(229,198,146) instead hex code.

Text Font Color

.myTextColor { color: #E5C692; }

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

This text font color is #E5C692.


Background Color

.myBgColor { background-color: #E5C692; }

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

This div background color is #E5C692.


Border color

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

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

This div border color is #E5C692.


Opacity

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

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

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

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

This text has shadow with #E5C692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C692 on black background.


Color preview on white background

This text has color #E5C692 on white background.



Black color preview on #E5C692 background

This text has black color on #E5C692 background.


White color preview on #E5C692 background

This text has white color on #E5C692 background.