COLOR #E5C465

HEX: #E5C465
RGB: (229,196,101)

Renk bilgisi

#E5C465 contains mainly red and green colors. #E5C465 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E5C465 color RGB value is (229,196,101).

  • kırmız ton 229;
  • yeşil ton 196;
  • mavi ton 101.
RGB:
(229,196,101)
(90%,77%,40%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 196 of 255 = 77%
B 101 of 255 = 40%

229
196
101

R + G + B ~ 69%. #E5C465 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 196 + 101 = 526 (100%)
R 229 of 526 ~ 43.54%
G 196 of 526 ~ 37.26%
B 101 of 526 ~ 19.2%

%43.54
%37.26
%19.2

CMYK RENK MODELİ

#E5C465 rengi CMYK tonu (0,14,56,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.41%
  • sarı tonu 55.90%
  • ana renk tonu 10.20%
CMYK:
(0,14,56,10)
C0M14Y56K10 
(0%,14%,56%,10%)
(0.00/0.14/0.56/0.10)	

CMYK yüzdeleri

%0
%14.41
%55.9
%10.2

Codes

Color #E5C465 in popluar color models

E5C465
RGB229196101
HSL45°71.11%64.71%
HSB/HSV45°55.90%89.80%
CMYK0.00%14.41%55.90%
10.20%

Color #E5C465 in popluar number systems.

HEXE5C465
Decimal229196101
Binary11100101110001001100101
Octal345304145

Shades and tints

Shades of #E5C465

#E5C465
(229,196,101)
#D1B35C
(209,179,92)
#BDA253
(189,162,83)
#A9914A
(169,145,74)
#958041
(149,128,65)
#816F38
(129,111,56)
#6D5E2F
(109,94,47)
#594D26
(89,77,38)
#453C1D
(69,60,29)
#312B14
(49,43,20)
#1D1A0B
(29,26,11)
#000000
(0,0,0)

Tints of #E5C465

#E5C465
(229,196,101)
#E7C973
(231,201,115)
#E9CE81
(233,206,129)
#EBD38F
(235,211,143)
#EDD89D
(237,216,157)
#EFDDAB
(239,221,171)
#F1E2B9
(241,226,185)
#F3E7C7
(243,231,199)
#F5ECD5
(245,236,213)
#F7F1E3
(247,241,227)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C465 color. Also use rgb(229,196,101) instead hex code.

Text Font Color

.myTextColor { color: #E5C465; }

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

This text font color is #E5C465.


Background Color

.myBgColor { background-color: #E5C465; }

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

This div background color is #E5C465.


Border color

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

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

This div border color is #E5C465.


Opacity

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

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

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

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

This text has shadow with #E5C465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C465 on black background.


Color preview on white background

This text has color #E5C465 on white background.



Black color preview on #E5C465 background

This text has black color on #E5C465 background.


White color preview on #E5C465 background

This text has white color on #E5C465 background.