COLOR #E6A478

HEX: #E6A478
RGB: (230,164,120)

Renk bilgisi

#E6A478 contains mainly red color. #E6A478 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E6A478 color RGB value is (230,164,120).

  • kırmız ton 230;
  • yeşil ton 164;
  • mavi ton 120.
RGB:
(230,164,120)
(90%,64%,47%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 164 of 255 = 64%
B 120 of 255 = 47%

230
164
120

R + G + B ~ 67%. #E6A478 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 164 + 120 = 514 (100%)
R 230 of 514 ~ 44.75%
G 164 of 514 ~ 31.91%
B 120 of 514 ~ 23.35%

%44.75
%31.91
%23.35

CMYK RENK MODELİ

#E6A478 rengi CMYK tonu (0,29,48,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.70%
  • sarı tonu 47.83%
  • ana renk tonu 9.80%
CMYK:
(0,29,48,10)
C0M29Y48K10 
(0%,29%,48%,10%)
(0.00/0.29/0.48/0.10)	

CMYK yüzdeleri

%0
%28.7
%47.83
%9.8

Codes

Color #E6A478 in popluar color models

E6A478
RGB230164120
HSL24°68.75%68.63%
HSB/HSV24°47.83%90.20%
CMYK0.00%28.70%47.83%
9.80%

Color #E6A478 in popluar number systems.

HEXE6A478
Decimal230164120
Binary11100110101001001111000
Octal346244170

Shades and tints

Shades of #E6A478

#E6A478
(230,164,120)
#D2966E
(210,150,110)
#BE8864
(190,136,100)
#AA7A5A
(170,122,90)
#966C50
(150,108,80)
#825E46
(130,94,70)
#6E503C
(110,80,60)
#5A4232
(90,66,50)
#463428
(70,52,40)
#32261E
(50,38,30)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #E6A478

#E6A478
(230,164,120)
#E8AC84
(232,172,132)
#EAB490
(234,180,144)
#ECBC9C
(236,188,156)
#EEC4A8
(238,196,168)
#F0CCB4
(240,204,180)
#F2D4C0
(242,212,192)
#F4DCCC
(244,220,204)
#F6E4D8
(246,228,216)
#F8ECE4
(248,236,228)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A478 color. Also use rgb(230,164,120) instead hex code.

Text Font Color

.myTextColor { color: #E6A478; }

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

This text font color is #E6A478.


Background Color

.myBgColor { background-color: #E6A478; }

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

This div background color is #E6A478.


Border color

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

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

This div border color is #E6A478.


Opacity

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

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

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

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

This text has shadow with #E6A478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A478 on black background.


Color preview on white background

This text has color #E6A478 on white background.



Black color preview on #E6A478 background

This text has black color on #E6A478 background.


White color preview on #E6A478 background

This text has white color on #E6A478 background.