COLOR #E7D70E

HEX: #E7D70E
RGB: (231,215,14)

Renk bilgisi

#E7D70E contains mainly red and green colors. #E7D70E ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#E7D70E color RGB value is (231,215,14).

  • kırmız ton 231;
  • yeşil ton 215;
  • mavi ton 14.
RGB:
(231,215,14)
(91%,84%,5%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 215 of 255 = 84%
B 14 of 255 = 5%

231
215
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 215 + 14 = 460 (100%)
R 231 of 460 ~ 50.22%
G 215 of 460 ~ 46.74%
B 14 of 460 ~ 3.04%

%50.22
%46.74

CMYK RENK MODELİ

#E7D70E rengi CMYK tonu (0,7,94,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.93%
  • sarı tonu 93.94%
  • ana renk tonu 9.41%
CMYK:
(0,7,94,9)
C0M7Y94K9 
(0%,7%,94%,9%)
(0.00/0.07/0.94/0.09)	

CMYK yüzdeleri

%0
%6.93
%93.94
%9.41

Codes

Color #E7D70E in popluar color models

E7D70E
RGB23121514
HSL56°88.57%48.04%
HSB/HSV56°93.94%90.59%
CMYK0.00%6.93%93.94%
9.41%

Color #E7D70E in popluar number systems.

HEXE7D70E
Decimal23121514
Binary11100111110101111110
Octal34732716

Shades and tints

Shades of #E7D70E

#E7D70E
(231,215,14)
#D2C40D
(210,196,13)
#BDB10C
(189,177,12)
#A89E0B
(168,158,11)
#938B0A
(147,139,10)
#7E7809
(126,120,9)
#696508
(105,101,8)
#545207
(84,82,7)
#3F3F06
(63,63,6)
#2A2C05
(42,44,5)
#151904
(21,25,4)
#000000
(0,0,0)

Tints of #E7D70E

#E7D70E
(231,215,14)
#E9DA23
(233,218,35)
#EBDD38
(235,221,56)
#EDE04D
(237,224,77)
#EFE362
(239,227,98)
#F1E677
(241,230,119)
#F3E98C
(243,233,140)
#F5ECA1
(245,236,161)
#F7EFB6
(247,239,182)
#F9F2CB
(249,242,203)
#FBF5E0
(251,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D70E color. Also use rgb(231,215,14) instead hex code.

Text Font Color

.myTextColor { color: #E7D70E; }

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

This text font color is #E7D70E.


Background Color

.myBgColor { background-color: #E7D70E; }

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

This div background color is #E7D70E.


Border color

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

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

This div border color is #E7D70E.


Opacity

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

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

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

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

This text has shadow with #E7D70E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D70E on black background.


Color preview on white background

This text has color #E7D70E on white background.



Black color preview on #E7D70E background

This text has black color on #E7D70E background.


White color preview on #E7D70E background

This text has white color on #E7D70E background.