COLOR #E7FA5D

HEX: #E7FA5D
RGB: (231,250,93)

Renk bilgisi

#E7FA5D contains mainly red and green colors. #E7FA5D ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#E7FA5D color RGB value is (231,250,93).

  • kırmız ton 231;
  • yeşil ton 250;
  • mavi ton 93.
RGB:
(231,250,93)
(91%,98%,36%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 250 of 255 = 98%
B 93 of 255 = 36%

231
250
93

R + G + B ~ 75%. #E7FA5D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 250 + 93 = 574 (100%)
R 231 of 574 ~ 40.24%
G 250 of 574 ~ 43.55%
B 93 of 574 ~ 16.2%

%40.24
%43.55
%16.2

CMYK RENK MODELİ

#E7FA5D rengi CMYK tonu (8,0,63,2).

  • camgöbeği tonu 7.60%
  • eflatun tonu 0.00%
  • sarı tonu 62.80%
  • ana renk tonu 1.96%
CMYK:
(8,0,63,2)
C8M0Y63K2 
(8%,0%,63%,2%)
(0.08/0.00/0.63/0.02)	

CMYK yüzdeleri

%7.6
%0
%62.8
%1.96

Codes

Color #E7FA5D in popluar color models

E7FA5D
RGB23125093
HSL67°94.01%67.25%
HSB/HSV67°62.80%98.04%
CMYK7.60%0.00%62.80%
1.96%

Color #E7FA5D in popluar number systems.

HEXE7FA5D
Decimal23125093
Binary11100111111110101011101
Octal347372135

Shades and tints

Shades of #E7FA5D

#E7FA5D
(231,250,93)
#D2E455
(210,228,85)
#BDCE4D
(189,206,77)
#A8B845
(168,184,69)
#93A23D
(147,162,61)
#7E8C35
(126,140,53)
#69762D
(105,118,45)
#546025
(84,96,37)
#3F4A1D
(63,74,29)
#2A3415
(42,52,21)
#151E0D
(21,30,13)
#000000
(0,0,0)

Tints of #E7FA5D

#E7FA5D
(231,250,93)
#E9FA6B
(233,250,107)
#EBFA79
(235,250,121)
#EDFA87
(237,250,135)
#EFFA95
(239,250,149)
#F1FAA3
(241,250,163)
#F3FAB1
(243,250,177)
#F5FABF
(245,250,191)
#F7FACD
(247,250,205)
#F9FADB
(249,250,219)
#FBFAE9
(251,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FA5D color. Also use rgb(231,250,93) instead hex code.

Text Font Color

.myTextColor { color: #E7FA5D; }

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

This text font color is #E7FA5D.


Background Color

.myBgColor { background-color: #E7FA5D; }

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

This div background color is #E7FA5D.


Border color

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

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

This div border color is #E7FA5D.


Opacity

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

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

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

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

This text has shadow with #E7FA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FA5D on black background.


Color preview on white background

This text has color #E7FA5D on white background.



Black color preview on #E7FA5D background

This text has black color on #E7FA5D background.


White color preview on #E7FA5D background

This text has white color on #E7FA5D background.