COLOR #E5C398

HEX: #E5C398
RGB: (229,195,152)

Renk bilgisi

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

RGB renk modeli

#E5C398 color RGB value is (229,195,152).

  • kırmız ton 229;
  • yeşil ton 195;
  • mavi ton 152.
RGB:
(229,195,152)
(90%,76%,60%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 195 of 255 = 76%
B 152 of 255 = 60%

229
195
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 195 + 152 = 576 (100%)
R 229 of 576 ~ 39.76%
G 195 of 576 ~ 33.85%
B 152 of 576 ~ 26.39%

%39.76
%33.85
%26.39

CMYK RENK MODELİ

#E5C398 rengi CMYK tonu (0,15,34,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.85%
  • sarı tonu 33.62%
  • ana renk tonu 10.20%
CMYK:
(0,15,34,10)
C0M15Y34K10 
(0%,15%,34%,10%)
(0.00/0.15/0.34/0.10)	

CMYK yüzdeleri

%0
%14.85
%33.62
%10.2

Codes

Color #E5C398 in popluar color models

E5C398
RGB229195152
HSL34°59.69%74.71%
HSB/HSV34°33.62%89.80%
CMYK0.00%14.85%33.62%
10.20%

Color #E5C398 in popluar number systems.

HEXE5C398
Decimal229195152
Binary111001011100001110011000
Octal345303230

Shades and tints

Shades of #E5C398

#E5C398
(229,195,152)
#D1B28B
(209,178,139)
#BDA17E
(189,161,126)
#A99071
(169,144,113)
#957F64
(149,127,100)
#816E57
(129,110,87)
#6D5D4A
(109,93,74)
#594C3D
(89,76,61)
#453B30
(69,59,48)
#312A23
(49,42,35)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5C398

#E5C398
(229,195,152)
#E7C8A1
(231,200,161)
#E9CDAA
(233,205,170)
#EBD2B3
(235,210,179)
#EDD7BC
(237,215,188)
#EFDCC5
(239,220,197)
#F1E1CE
(241,225,206)
#F3E6D7
(243,230,215)
#F5EBE0
(245,235,224)
#F7F0E9
(247,240,233)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C398 color. Also use rgb(229,195,152) instead hex code.

Text Font Color

.myTextColor { color: #E5C398; }

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

This text font color is #E5C398.


Background Color

.myBgColor { background-color: #E5C398; }

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

This div background color is #E5C398.


Border color

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

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

This div border color is #E5C398.


Opacity

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

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

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

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

This text has shadow with #E5C398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C398 on black background.


Color preview on white background

This text has color #E5C398 on white background.



Black color preview on #E5C398 background

This text has black color on #E5C398 background.


White color preview on #E5C398 background

This text has white color on #E5C398 background.