COLOR #E6A031

HEX: #E6A031
RGB: (230,160,49)

Renk bilgisi

#E6A031 contains mainly red color. #E6A031 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#E6A031 color RGB value is (230,160,49).

  • kırmız ton 230;
  • yeşil ton 160;
  • mavi ton 49.
RGB:
(230,160,49)
(90%,63%,19%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 160 of 255 = 63%
B 49 of 255 = 19%

230
160
49

R + G + B ~ 57%. #E6A031 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 160 + 49 = 439 (100%)
R 230 of 439 ~ 52.39%
G 160 of 439 ~ 36.45%
B 49 of 439 ~ 11.16%

%52.39
%36.45
%11.16

CMYK RENK MODELİ

#E6A031 rengi CMYK tonu (0,30,79,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.43%
  • sarı tonu 78.70%
  • ana renk tonu 9.80%
CMYK:
(0,30,79,10)
C0M30Y79K10 
(0%,30%,79%,10%)
(0.00/0.30/0.79/0.10)	

CMYK yüzdeleri

%0
%30.43
%78.7
%9.8

Codes

Color #E6A031 in popluar color models

E6A031
RGB23016049
HSL37°78.35%54.71%
HSB/HSV37°78.70%90.20%
CMYK0.00%30.43%78.70%
9.80%

Color #E6A031 in popluar number systems.

HEXE6A031
Decimal23016049
Binary1110011010100000110001
Octal34624061

Shades and tints

Shades of #E6A031

#E6A031
(230,160,49)
#D2922D
(210,146,45)
#BE8429
(190,132,41)
#AA7625
(170,118,37)
#966821
(150,104,33)
#825A1D
(130,90,29)
#6E4C19
(110,76,25)
#5A3E15
(90,62,21)
#463011
(70,48,17)
#32220D
(50,34,13)
#1E1409
(30,20,9)
#000000
(0,0,0)

Tints of #E6A031

#E6A031
(230,160,49)
#E8A843
(232,168,67)
#EAB055
(234,176,85)
#ECB867
(236,184,103)
#EEC079
(238,192,121)
#F0C88B
(240,200,139)
#F2D09D
(242,208,157)
#F4D8AF
(244,216,175)
#F6E0C1
(246,224,193)
#F8E8D3
(248,232,211)
#FAF0E5
(250,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A031 color. Also use rgb(230,160,49) instead hex code.

Text Font Color

.myTextColor { color: #E6A031; }

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

This text font color is #E6A031.


Background Color

.myBgColor { background-color: #E6A031; }

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

This div background color is #E6A031.


Border color

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

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

This div border color is #E6A031.


Opacity

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

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

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

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

This text has shadow with #E6A031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A031 on black background.


Color preview on white background

This text has color #E6A031 on white background.



Black color preview on #E6A031 background

This text has black color on #E6A031 background.


White color preview on #E6A031 background

This text has white color on #E6A031 background.