COLOR #E7E525

HEX: #E7E525
RGB: (231,229,37)

Renk bilgisi

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

RGB renk modeli

#E7E525 color RGB value is (231,229,37).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 229 of 255 = 90%
B 37 of 255 = 15%

231
229
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 229 + 37 = 497 (100%)
R 231 of 497 ~ 46.48%
G 229 of 497 ~ 46.08%
B 37 of 497 ~ 7.44%

%46.48
%46.08

CMYK RENK MODELİ

#E7E525 rengi CMYK tonu (0,1,84,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.87%
  • sarı tonu 83.98%
  • ana renk tonu 9.41%
CMYK:
(0,1,84,9)
C0M1Y84K9 
(0%,1%,84%,9%)
(0.00/0.01/0.84/0.09)	

CMYK yüzdeleri

%0
%0.87
%83.98
%9.41

Codes

Color #E7E525 in popluar color models

E7E525
RGB23122937
HSL59°80.17%52.55%
HSB/HSV59°83.98%90.59%
CMYK0.00%0.87%83.98%
9.41%

Color #E7E525 in popluar number systems.

HEXE7E525
Decimal23122937
Binary1110011111100101100101
Octal34734545

Shades and tints

Shades of #E7E525

#E7E525
(231,229,37)
#D2D122
(210,209,34)
#BDBD1F
(189,189,31)
#A8A91C
(168,169,28)
#939519
(147,149,25)
#7E8116
(126,129,22)
#696D13
(105,109,19)
#545910
(84,89,16)
#3F450D
(63,69,13)
#2A310A
(42,49,10)
#151D07
(21,29,7)
#000000
(0,0,0)

Tints of #E7E525

#E7E525
(231,229,37)
#E9E738
(233,231,56)
#EBE94B
(235,233,75)
#EDEB5E
(237,235,94)
#EFED71
(239,237,113)
#F1EF84
(241,239,132)
#F3F197
(243,241,151)
#F5F3AA
(245,243,170)
#F7F5BD
(247,245,189)
#F9F7D0
(249,247,208)
#FBF9E3
(251,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E525; }

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

This text font color is #E7E525.


Background Color

.myBgColor { background-color: #E7E525; }

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

This div background color is #E7E525.


Border color

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

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

This div border color is #E7E525.


Opacity

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

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

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

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

This text has shadow with #E7E525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E525 on black background.


Color preview on white background

This text has color #E7E525 on white background.



Black color preview on #E7E525 background

This text has black color on #E7E525 background.


White color preview on #E7E525 background

This text has white color on #E7E525 background.