COLOR #E7E51A

HEX: #E7E51A
RGB: (231,229,26)

Renk bilgisi

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

RGB renk modeli

#E7E51A color RGB value is (231,229,26).

  • kırmız ton 231;
  • yeşil ton 229;
  • mavi ton 26.
RGB:
(231,229,26)
(91%,90%,10%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 229 of 255 = 90%
B 26 of 255 = 10%

231
229
26

R + G + B ~ 64%. #E7E51A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 229 + 26 = 486 (100%)
R 231 of 486 ~ 47.53%
G 229 of 486 ~ 47.12%
B 26 of 486 ~ 5.35%

%47.53
%47.12

CMYK RENK MODELİ

#E7E51A rengi CMYK tonu (0,1,89,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.87%
  • sarı tonu 88.74%
  • ana renk tonu 9.41%
CMYK:
(0,1,89,9)
C0M1Y89K9 
(0%,1%,89%,9%)
(0.00/0.01/0.89/0.09)	

CMYK yüzdeleri

%0
%0.87
%88.74
%9.41

Codes

Color #E7E51A in popluar color models

E7E51A
RGB23122926
HSL59°81.03%50.39%
HSB/HSV59°88.74%90.59%
CMYK0.00%0.87%88.74%
9.41%

Color #E7E51A in popluar number systems.

HEXE7E51A
Decimal23122926
Binary111001111110010111010
Octal34734532

Shades and tints

Shades of #E7E51A

#E7E51A
(231,229,26)
#D2D118
(210,209,24)
#BDBD16
(189,189,22)
#A8A914
(168,169,20)
#939512
(147,149,18)
#7E8110
(126,129,16)
#696D0E
(105,109,14)
#54590C
(84,89,12)
#3F450A
(63,69,10)
#2A3108
(42,49,8)
#151D06
(21,29,6)
#000000
(0,0,0)

Tints of #E7E51A

#E7E51A
(231,229,26)
#E9E72E
(233,231,46)
#EBE942
(235,233,66)
#EDEB56
(237,235,86)
#EFED6A
(239,237,106)
#F1EF7E
(241,239,126)
#F3F192
(243,241,146)
#F5F3A6
(245,243,166)
#F7F5BA
(247,245,186)
#F9F7CE
(249,247,206)
#FBF9E2
(251,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E51A color. Also use rgb(231,229,26) instead hex code.

Text Font Color

.myTextColor { color: #E7E51A; }

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

This text font color is #E7E51A.


Background Color

.myBgColor { background-color: #E7E51A; }

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

This div background color is #E7E51A.


Border color

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

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

This div border color is #E7E51A.


Opacity

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

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

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

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

This text has shadow with #E7E51A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E51A on black background.


Color preview on white background

This text has color #E7E51A on white background.



Black color preview on #E7E51A background

This text has black color on #E7E51A background.


White color preview on #E7E51A background

This text has white color on #E7E51A background.