COLOR #E7C646

HEX: #E7C646
RGB: (231,198,70)

Renk bilgisi

#E7C646 contains mainly red and green colors. #E7C646 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#E7C646 color RGB value is (231,198,70).

  • kırmız ton 231;
  • yeşil ton 198;
  • mavi ton 70.
RGB:
(231,198,70)
(91%,78%,27%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 198 of 255 = 78%
B 70 of 255 = 27%

231
198
70

R + G + B ~ 65%. #E7C646 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 198 + 70 = 499 (100%)
R 231 of 499 ~ 46.29%
G 198 of 499 ~ 39.68%
B 70 of 499 ~ 14.03%

%46.29
%39.68
%14.03

CMYK RENK MODELİ

#E7C646 rengi CMYK tonu (0,14,70,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.29%
  • sarı tonu 69.70%
  • ana renk tonu 9.41%
CMYK:
(0,14,70,9)
C0M14Y70K9 
(0%,14%,70%,9%)
(0.00/0.14/0.70/0.09)	

CMYK yüzdeleri

%0
%14.29
%69.7
%9.41

Codes

Color #E7C646 in popluar color models

E7C646
RGB23119870
HSL48°77.03%59.02%
HSB/HSV48°69.70%90.59%
CMYK0.00%14.29%69.70%
9.41%

Color #E7C646 in popluar number systems.

HEXE7C646
Decimal23119870
Binary11100111110001101000110
Octal347306106

Shades and tints

Shades of #E7C646

#E7C646
(231,198,70)
#D2B440
(210,180,64)
#BDA23A
(189,162,58)
#A89034
(168,144,52)
#937E2E
(147,126,46)
#7E6C28
(126,108,40)
#695A22
(105,90,34)
#54481C
(84,72,28)
#3F3616
(63,54,22)
#2A2410
(42,36,16)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #E7C646

#E7C646
(231,198,70)
#E9CB56
(233,203,86)
#EBD066
(235,208,102)
#EDD576
(237,213,118)
#EFDA86
(239,218,134)
#F1DF96
(241,223,150)
#F3E4A6
(243,228,166)
#F5E9B6
(245,233,182)
#F7EEC6
(247,238,198)
#F9F3D6
(249,243,214)
#FBF8E6
(251,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C646 color. Also use rgb(231,198,70) instead hex code.

Text Font Color

.myTextColor { color: #E7C646; }

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

This text font color is #E7C646.


Background Color

.myBgColor { background-color: #E7C646; }

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

This div background color is #E7C646.


Border color

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

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

This div border color is #E7C646.


Opacity

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

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

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

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

This text has shadow with #E7C646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C646 on black background.


Color preview on white background

This text has color #E7C646 on white background.



Black color preview on #E7C646 background

This text has black color on #E7C646 background.


White color preview on #E7C646 background

This text has white color on #E7C646 background.