COLOR #E5E63A

HEX: #E5E63A
RGB: (229,230,58)

Renk bilgisi

#E5E63A contains mainly red and green colors. #E5E63A ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#E5E63A color RGB value is (229,230,58).

  • kırmız ton 229;
  • yeşil ton 230;
  • mavi ton 58.
RGB:
(229,230,58)
(90%,90%,23%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 230 of 255 = 90%
B 58 of 255 = 23%

229
230
58

R + G + B ~ 68%. #E5E63A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 230 + 58 = 517 (100%)
R 229 of 517 ~ 44.29%
G 230 of 517 ~ 44.49%
B 58 of 517 ~ 11.22%

%44.29
%44.49
%11.22

CMYK RENK MODELİ

#E5E63A rengi CMYK tonu (0,0,75,10).

  • camgöbeği tonu 0.43%
  • eflatun tonu 0.00%
  • sarı tonu 74.78%
  • ana renk tonu 9.80%
CMYK:
(0,0,75,10)
C0M0Y75K10 
(0%,0%,75%,10%)
(0.00/0.00/0.75/0.10)	

CMYK yüzdeleri

%0.43
%0
%74.78
%9.8

Codes

Color #E5E63A in popluar color models

E5E63A
RGB22923058
HSL60°77.48%56.47%
HSB/HSV60°74.78%90.20%
CMYK0.43%0.00%74.78%
9.80%

Color #E5E63A in popluar number systems.

HEXE5E63A
Decimal22923058
Binary1110010111100110111010
Octal34534672

Shades and tints

Shades of #E5E63A

#E5E63A
(229,230,58)
#D1D235
(209,210,53)
#BDBE30
(189,190,48)
#A9AA2B
(169,170,43)
#959626
(149,150,38)
#818221
(129,130,33)
#6D6E1C
(109,110,28)
#595A17
(89,90,23)
#454612
(69,70,18)
#31320D
(49,50,13)
#1D1E08
(29,30,8)
#000000
(0,0,0)

Tints of #E5E63A

#E5E63A
(229,230,58)
#E7E84B
(231,232,75)
#E9EA5C
(233,234,92)
#EBEC6D
(235,236,109)
#EDEE7E
(237,238,126)
#EFF08F
(239,240,143)
#F1F2A0
(241,242,160)
#F3F4B1
(243,244,177)
#F5F6C2
(245,246,194)
#F7F8D3
(247,248,211)
#F9FAE4
(249,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E63A color. Also use rgb(229,230,58) instead hex code.

Text Font Color

.myTextColor { color: #E5E63A; }

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

This text font color is #E5E63A.


Background Color

.myBgColor { background-color: #E5E63A; }

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

This div background color is #E5E63A.


Border color

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

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

This div border color is #E5E63A.


Opacity

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

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

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

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

This text has shadow with #E5E63A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E63A on black background.


Color preview on white background

This text has color #E5E63A on white background.



Black color preview on #E5E63A background

This text has black color on #E5E63A background.


White color preview on #E5E63A background

This text has white color on #E5E63A background.