COLOR #E5C06A

HEX: #E5C06A
RGB: (229,192,106)

Renk bilgisi

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

RGB renk modeli

#E5C06A color RGB value is (229,192,106).

  • kırmız ton 229;
  • yeşil ton 192;
  • mavi ton 106.
RGB:
(229,192,106)
(90%,75%,42%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 192 of 255 = 75%
B 106 of 255 = 42%

229
192
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 192 + 106 = 527 (100%)
R 229 of 527 ~ 43.45%
G 192 of 527 ~ 36.43%
B 106 of 527 ~ 20.11%

%43.45
%36.43
%20.11

CMYK RENK MODELİ

#E5C06A rengi CMYK tonu (0,16,54,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.16%
  • sarı tonu 53.71%
  • ana renk tonu 10.20%
CMYK:
(0,16,54,10)
C0M16Y54K10 
(0%,16%,54%,10%)
(0.00/0.16/0.54/0.10)	

CMYK yüzdeleri

%0
%16.16
%53.71
%10.2

Codes

Color #E5C06A in popluar color models

E5C06A
RGB229192106
HSL42°70.29%65.69%
HSB/HSV42°53.71%89.80%
CMYK0.00%16.16%53.71%
10.20%

Color #E5C06A in popluar number systems.

HEXE5C06A
Decimal229192106
Binary11100101110000001101010
Octal345300152

Shades and tints

Shades of #E5C06A

#E5C06A
(229,192,106)
#D1AF61
(209,175,97)
#BD9E58
(189,158,88)
#A98D4F
(169,141,79)
#957C46
(149,124,70)
#816B3D
(129,107,61)
#6D5A34
(109,90,52)
#59492B
(89,73,43)
#453822
(69,56,34)
#312719
(49,39,25)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #E5C06A

#E5C06A
(229,192,106)
#E7C577
(231,197,119)
#E9CA84
(233,202,132)
#EBCF91
(235,207,145)
#EDD49E
(237,212,158)
#EFD9AB
(239,217,171)
#F1DEB8
(241,222,184)
#F3E3C5
(243,227,197)
#F5E8D2
(245,232,210)
#F7EDDF
(247,237,223)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C06A color. Also use rgb(229,192,106) instead hex code.

Text Font Color

.myTextColor { color: #E5C06A; }

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

This text font color is #E5C06A.


Background Color

.myBgColor { background-color: #E5C06A; }

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

This div background color is #E5C06A.


Border color

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

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

This div border color is #E5C06A.


Opacity

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

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

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

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

This text has shadow with #E5C06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C06A on black background.


Color preview on white background

This text has color #E5C06A on white background.



Black color preview on #E5C06A background

This text has black color on #E5C06A background.


White color preview on #E5C06A background

This text has white color on #E5C06A background.