COLOR #E1F502

HEX: #E1F502
RGB: (225,245,2)

Renk bilgisi

#E1F502 contains mainly red and green colors. #E1F502 ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#E1F502 color RGB value is (225,245,2).

  • kırmız ton 225;
  • yeşil ton 245;
  • mavi ton 2.
RGB:
(225,245,2)
(88%,96%,1%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 245 of 255 = 96%
B 2 of 255 = 1%

225
245
2

R + G + B ~ 62%. #E1F502 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 245 + 2 = 472 (100%)
R 225 of 472 ~ 47.67%
G 245 of 472 ~ 51.91%
B 2 of 472 ~ 0.42%

%47.67
%51.91

CMYK RENK MODELİ

#E1F502 rengi CMYK tonu (8,0,99,4).

  • camgöbeği tonu 8.16%
  • eflatun tonu 0.00%
  • sarı tonu 99.18%
  • ana renk tonu 3.92%
CMYK:
(8,0,99,4)
C8M0Y99K4 
(8%,0%,99%,4%)
(0.08/0.00/0.99/0.04)	

CMYK yüzdeleri

%8.16
%0
%99.18
%3.92

Codes

Color #E1F502 in popluar color models

E1F502
RGB2252452
HSL65°98.38%48.43%
HSB/HSV65°99.18%96.08%
CMYK8.16%0.00%99.18%
3.92%

Color #E1F502 in popluar number systems.

HEXE1F502
Decimal2252452
Binary111000011111010110
Octal3413652

Shades and tints

Shades of #E1F502

#E1F502
(225,245,2)
#CDDF02
(205,223,2)
#B9C902
(185,201,2)
#A5B302
(165,179,2)
#919D02
(145,157,2)
#7D8702
(125,135,2)
#697102
(105,113,2)
#555B02
(85,91,2)
#414502
(65,69,2)
#2D2F02
(45,47,2)
#191902
(25,25,2)
#000000
(0,0,0)

Tints of #E1F502

#E1F502
(225,245,2)
#E3F519
(227,245,25)
#E5F530
(229,245,48)
#E7F547
(231,245,71)
#E9F55E
(233,245,94)
#EBF575
(235,245,117)
#EDF58C
(237,245,140)
#EFF5A3
(239,245,163)
#F1F5BA
(241,245,186)
#F3F5D1
(243,245,209)
#F5F5E8
(245,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F502 color. Also use rgb(225,245,2) instead hex code.

Text Font Color

.myTextColor { color: #E1F502; }

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

This text font color is #E1F502.


Background Color

.myBgColor { background-color: #E1F502; }

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

This div background color is #E1F502.


Border color

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

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

This div border color is #E1F502.


Opacity

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

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

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

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

This text has shadow with #E1F502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F502 on black background.


Color preview on white background

This text has color #E1F502 on white background.



Black color preview on #E1F502 background

This text has black color on #E1F502 background.


White color preview on #E1F502 background

This text has white color on #E1F502 background.