COLOR #E6B741

HEX: #E6B741
RGB: (230,183,65)

Renk bilgisi

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

RGB renk modeli

#E6B741 color RGB value is (230,183,65).

  • kırmız ton 230;
  • yeşil ton 183;
  • mavi ton 65.
RGB:
(230,183,65)
(90%,72%,25%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 183 of 255 = 72%
B 65 of 255 = 25%

230
183
65

R + G + B ~ 62%. #E6B741 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 183 + 65 = 478 (100%)
R 230 of 478 ~ 48.12%
G 183 of 478 ~ 38.28%
B 65 of 478 ~ 13.6%

%48.12
%38.28
%13.6

CMYK RENK MODELİ

#E6B741 rengi CMYK tonu (0,20,72,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.43%
  • sarı tonu 71.74%
  • ana renk tonu 9.80%
CMYK:
(0,20,72,10)
C0M20Y72K10 
(0%,20%,72%,10%)
(0.00/0.20/0.72/0.10)	

CMYK yüzdeleri

%0
%20.43
%71.74
%9.8

Codes

Color #E6B741 in popluar color models

E6B741
RGB23018365
HSL43°76.74%57.84%
HSB/HSV43°71.74%90.20%
CMYK0.00%20.43%71.74%
9.80%

Color #E6B741 in popluar number systems.

HEXE6B741
Decimal23018365
Binary11100110101101111000001
Octal346267101

Shades and tints

Shades of #E6B741

#E6B741
(230,183,65)
#D2A73C
(210,167,60)
#BE9737
(190,151,55)
#AA8732
(170,135,50)
#96772D
(150,119,45)
#826728
(130,103,40)
#6E5723
(110,87,35)
#5A471E
(90,71,30)
#463719
(70,55,25)
#322714
(50,39,20)
#1E170F
(30,23,15)
#000000
(0,0,0)

Tints of #E6B741

#E6B741
(230,183,65)
#E8BD52
(232,189,82)
#EAC363
(234,195,99)
#ECC974
(236,201,116)
#EECF85
(238,207,133)
#F0D596
(240,213,150)
#F2DBA7
(242,219,167)
#F4E1B8
(244,225,184)
#F6E7C9
(246,231,201)
#F8EDDA
(248,237,218)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B741 color. Also use rgb(230,183,65) instead hex code.

Text Font Color

.myTextColor { color: #E6B741; }

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

This text font color is #E6B741.


Background Color

.myBgColor { background-color: #E6B741; }

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

This div background color is #E6B741.


Border color

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

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

This div border color is #E6B741.


Opacity

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

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

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

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

This text has shadow with #E6B741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B741 on black background.


Color preview on white background

This text has color #E6B741 on white background.



Black color preview on #E6B741 background

This text has black color on #E6B741 background.


White color preview on #E6B741 background

This text has white color on #E6B741 background.