COLOR #E6A910

HEX: #E6A910
RGB: (230,169,16)

Renk bilgisi

#E6A910 contains mainly red color. #E6A910 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#E6A910 color RGB value is (230,169,16).

  • kırmız ton 230;
  • yeşil ton 169;
  • mavi ton 16.
RGB:
(230,169,16)
(90%,66%,6%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 169 of 255 = 66%
B 16 of 255 = 6%

230
169
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 169 + 16 = 415 (100%)
R 230 of 415 ~ 55.42%
G 169 of 415 ~ 40.72%
B 16 of 415 ~ 3.86%

%55.42
%40.72

CMYK RENK MODELİ

#E6A910 rengi CMYK tonu (0,27,93,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.52%
  • sarı tonu 93.04%
  • ana renk tonu 9.80%
CMYK:
(0,27,93,10)
C0M27Y93K10 
(0%,27%,93%,10%)
(0.00/0.27/0.93/0.10)	

CMYK yüzdeleri

%0
%26.52
%93.04
%9.8

Codes

Color #E6A910 in popluar color models

E6A910
RGB23016916
HSL43°86.99%48.24%
HSB/HSV43°93.04%90.20%
CMYK0.00%26.52%93.04%
9.80%

Color #E6A910 in popluar number systems.

HEXE6A910
Decimal23016916
Binary111001101010100110000
Octal34625120

Shades and tints

Shades of #E6A910

#E6A910
(230,169,16)
#D29A0F
(210,154,15)
#BE8B0E
(190,139,14)
#AA7C0D
(170,124,13)
#966D0C
(150,109,12)
#825E0B
(130,94,11)
#6E4F0A
(110,79,10)
#5A4009
(90,64,9)
#463108
(70,49,8)
#322207
(50,34,7)
#1E1306
(30,19,6)
#000000
(0,0,0)

Tints of #E6A910

#E6A910
(230,169,16)
#E8B025
(232,176,37)
#EAB73A
(234,183,58)
#ECBE4F
(236,190,79)
#EEC564
(238,197,100)
#F0CC79
(240,204,121)
#F2D38E
(242,211,142)
#F4DAA3
(244,218,163)
#F6E1B8
(246,225,184)
#F8E8CD
(248,232,205)
#FAEFE2
(250,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A910 color. Also use rgb(230,169,16) instead hex code.

Text Font Color

.myTextColor { color: #E6A910; }

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

This text font color is #E6A910.


Background Color

.myBgColor { background-color: #E6A910; }

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

This div background color is #E6A910.


Border color

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

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

This div border color is #E6A910.


Opacity

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

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

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

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

This text has shadow with #E6A910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A910 on black background.


Color preview on white background

This text has color #E6A910 on white background.



Black color preview on #E6A910 background

This text has black color on #E6A910 background.


White color preview on #E6A910 background

This text has white color on #E6A910 background.