COLOR #E5E52C

HEX: #E5E52C
RGB: (229,229,44)

Renk bilgisi

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

RGB renk modeli

#E5E52C color RGB value is (229,229,44).

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

RGB bağlantıları ve doygunluk

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

229
229
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 229 + 44 = 502 (100%)
R 229 of 502 ~ 45.62%
G 229 of 502 ~ 45.62%
B 44 of 502 ~ 8.76%

%45.62
%45.62

CMYK RENK MODELİ

#E5E52C rengi CMYK tonu (0,0,81,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 80.79%
  • ana renk tonu 10.20%
CMYK:
(0,0,81,10)
C0M0Y81K10 
(0%,0%,81%,10%)
(0.00/0.00/0.81/0.10)	

CMYK yüzdeleri

%0
%0
%80.79
%10.2

Codes

Color #E5E52C in popluar color models

E5E52C
RGB22922944
HSL60°78.06%53.53%
HSB/HSV60°80.79%89.80%
CMYK0.00%0.00%80.79%
10.20%

Color #E5E52C in popluar number systems.

HEXE5E52C
Decimal22922944
Binary1110010111100101101100
Octal34534554

Shades and tints

Shades of #E5E52C

#E5E52C
(229,229,44)
#D1D128
(209,209,40)
#BDBD24
(189,189,36)
#A9A920
(169,169,32)
#95951C
(149,149,28)
#818118
(129,129,24)
#6D6D14
(109,109,20)
#595910
(89,89,16)
#45450C
(69,69,12)
#313108
(49,49,8)
#1D1D04
(29,29,4)
#000000
(0,0,0)

Tints of #E5E52C

#E5E52C
(229,229,44)
#E7E73F
(231,231,63)
#E9E952
(233,233,82)
#EBEB65
(235,235,101)
#EDED78
(237,237,120)
#EFEF8B
(239,239,139)
#F1F19E
(241,241,158)
#F3F3B1
(243,243,177)
#F5F5C4
(245,245,196)
#F7F7D7
(247,247,215)
#F9F9EA
(249,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E52C; }

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

This text font color is #E5E52C.


Background Color

.myBgColor { background-color: #E5E52C; }

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

This div background color is #E5E52C.


Border color

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

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

This div border color is #E5E52C.


Opacity

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

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

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

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

This text has shadow with #E5E52C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E52C on black background.


Color preview on white background

This text has color #E5E52C on white background.



Black color preview on #E5E52C background

This text has black color on #E5E52C background.


White color preview on #E5E52C background

This text has white color on #E5E52C background.