COLOR #E6B61E

HEX: #E6B61E
RGB: (230,182,30)

Renk bilgisi

#E6B61E contains mainly red and green colors. #E6B61E ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#E6B61E color RGB value is (230,182,30).

  • kırmız ton 230;
  • yeşil ton 182;
  • mavi ton 30.
RGB:
(230,182,30)
(90%,71%,12%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 182 of 255 = 71%
B 30 of 255 = 12%

230
182
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 182 + 30 = 442 (100%)
R 230 of 442 ~ 52.04%
G 182 of 442 ~ 41.18%
B 30 of 442 ~ 6.79%

%52.04
%41.18

CMYK RENK MODELİ

#E6B61E rengi CMYK tonu (0,21,87,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.87%
  • sarı tonu 86.96%
  • ana renk tonu 9.80%
CMYK:
(0,21,87,10)
C0M21Y87K10 
(0%,21%,87%,10%)
(0.00/0.21/0.87/0.10)	

CMYK yüzdeleri

%0
%20.87
%86.96
%9.8

Codes

Color #E6B61E in popluar color models

E6B61E
RGB23018230
HSL46°80.00%50.98%
HSB/HSV46°86.96%90.20%
CMYK0.00%20.87%86.96%
9.80%

Color #E6B61E in popluar number systems.

HEXE6B61E
Decimal23018230
Binary111001101011011011110
Octal34626636

Shades and tints

Shades of #E6B61E

#E6B61E
(230,182,30)
#D2A61C
(210,166,28)
#BE961A
(190,150,26)
#AA8618
(170,134,24)
#967616
(150,118,22)
#826614
(130,102,20)
#6E5612
(110,86,18)
#5A4610
(90,70,16)
#46360E
(70,54,14)
#32260C
(50,38,12)
#1E160A
(30,22,10)
#000000
(0,0,0)

Tints of #E6B61E

#E6B61E
(230,182,30)
#E8BC32
(232,188,50)
#EAC246
(234,194,70)
#ECC85A
(236,200,90)
#EECE6E
(238,206,110)
#F0D482
(240,212,130)
#F2DA96
(242,218,150)
#F4E0AA
(244,224,170)
#F6E6BE
(246,230,190)
#F8ECD2
(248,236,210)
#FAF2E6
(250,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B61E color. Also use rgb(230,182,30) instead hex code.

Text Font Color

.myTextColor { color: #E6B61E; }

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

This text font color is #E6B61E.


Background Color

.myBgColor { background-color: #E6B61E; }

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

This div background color is #E6B61E.


Border color

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

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

This div border color is #E6B61E.


Opacity

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

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

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

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

This text has shadow with #E6B61E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B61E on black background.


Color preview on white background

This text has color #E6B61E on white background.



Black color preview on #E6B61E background

This text has black color on #E6B61E background.


White color preview on #E6B61E background

This text has white color on #E6B61E background.