COLOR #E5EB2C

HEX: #E5EB2C
RGB: (229,235,44)

Renk bilgisi

#E5EB2C contains mainly red and green colors. #E5EB2C ‘ nin web güvenlik rengi #CCFF33 (ya da #CF3) dir.

RGB renk modeli

#E5EB2C color RGB value is (229,235,44).

  • kırmız ton 229;
  • yeşil ton 235;
  • mavi ton 44.
RGB:
(229,235,44)
(90%,92%,17%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 235 of 255 = 92%
B 44 of 255 = 17%

229
235
44

R + G + B ~ 66%. #E5EB2C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 235 + 44 = 508 (100%)
R 229 of 508 ~ 45.08%
G 235 of 508 ~ 46.26%
B 44 of 508 ~ 8.66%

%45.08
%46.26

CMYK RENK MODELİ

#E5EB2C rengi CMYK tonu (3,0,81,8).

  • camgöbeği tonu 2.55%
  • eflatun tonu 0.00%
  • sarı tonu 81.28%
  • ana renk tonu 7.84%
CMYK:
(3,0,81,8)
C3M0Y81K8 
(3%,0%,81%,8%)
(0.03/0.00/0.81/0.08)	

CMYK yüzdeleri

%2.55
%0
%81.28
%7.84

Codes

Color #E5EB2C in popluar color models

E5EB2C
RGB22923544
HSL62°82.68%54.71%
HSB/HSV62°81.28%92.16%
CMYK2.55%0.00%81.28%
7.84%

Color #E5EB2C in popluar number systems.

HEXE5EB2C
Decimal22923544
Binary1110010111101011101100
Octal34535354

Shades and tints

Shades of #E5EB2C

#E5EB2C
(229,235,44)
#D1D628
(209,214,40)
#BDC124
(189,193,36)
#A9AC20
(169,172,32)
#95971C
(149,151,28)
#818218
(129,130,24)
#6D6D14
(109,109,20)
#595810
(89,88,16)
#45430C
(69,67,12)
#312E08
(49,46,8)
#1D1904
(29,25,4)
#000000
(0,0,0)

Tints of #E5EB2C

#E5EB2C
(229,235,44)
#E7EC3F
(231,236,63)
#E9ED52
(233,237,82)
#EBEE65
(235,238,101)
#EDEF78
(237,239,120)
#EFF08B
(239,240,139)
#F1F19E
(241,241,158)
#F3F2B1
(243,242,177)
#F5F3C4
(245,243,196)
#F7F4D7
(247,244,215)
#F9F5EA
(249,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EB2C color. Also use rgb(229,235,44) instead hex code.

Text Font Color

.myTextColor { color: #E5EB2C; }

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

This text font color is #E5EB2C.


Background Color

.myBgColor { background-color: #E5EB2C; }

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

This div background color is #E5EB2C.


Border color

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

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

This div border color is #E5EB2C.


Opacity

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

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

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

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

This text has shadow with #E5EB2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EB2C on black background.


Color preview on white background

This text has color #E5EB2C on white background.



Black color preview on #E5EB2C background

This text has black color on #E5EB2C background.


White color preview on #E5EB2C background

This text has white color on #E5EB2C background.