COLOR #E5D025

HEX: #E5D025
RGB: (229,208,37)

Renk bilgisi

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

RGB renk modeli

#E5D025 color RGB value is (229,208,37).

  • kırmız ton 229;
  • yeşil ton 208;
  • mavi ton 37.
RGB:
(229,208,37)
(90%,82%,15%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 208 of 255 = 82%
B 37 of 255 = 15%

229
208
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 208 + 37 = 474 (100%)
R 229 of 474 ~ 48.31%
G 208 of 474 ~ 43.88%
B 37 of 474 ~ 7.81%

%48.31
%43.88

CMYK RENK MODELİ

#E5D025 rengi CMYK tonu (0,9,84,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.17%
  • sarı tonu 83.84%
  • ana renk tonu 10.20%
CMYK:
(0,9,84,10)
C0M9Y84K10 
(0%,9%,84%,10%)
(0.00/0.09/0.84/0.10)	

CMYK yüzdeleri

%0
%9.17
%83.84
%10.2

Codes

Color #E5D025 in popluar color models

E5D025
RGB22920837
HSL53°78.69%52.16%
HSB/HSV53°83.84%89.80%
CMYK0.00%9.17%83.84%
10.20%

Color #E5D025 in popluar number systems.

HEXE5D025
Decimal22920837
Binary1110010111010000100101
Octal34532045

Shades and tints

Shades of #E5D025

#E5D025
(229,208,37)
#D1BE22
(209,190,34)
#BDAC1F
(189,172,31)
#A99A1C
(169,154,28)
#958819
(149,136,25)
#817616
(129,118,22)
#6D6413
(109,100,19)
#595210
(89,82,16)
#45400D
(69,64,13)
#312E0A
(49,46,10)
#1D1C07
(29,28,7)
#000000
(0,0,0)

Tints of #E5D025

#E5D025
(229,208,37)
#E7D438
(231,212,56)
#E9D84B
(233,216,75)
#EBDC5E
(235,220,94)
#EDE071
(237,224,113)
#EFE484
(239,228,132)
#F1E897
(241,232,151)
#F3ECAA
(243,236,170)
#F5F0BD
(245,240,189)
#F7F4D0
(247,244,208)
#F9F8E3
(249,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D025; }

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

This text font color is #E5D025.


Background Color

.myBgColor { background-color: #E5D025; }

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

This div background color is #E5D025.


Border color

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

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

This div border color is #E5D025.


Opacity

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

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

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

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

This text has shadow with #E5D025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D025 on black background.


Color preview on white background

This text has color #E5D025 on white background.



Black color preview on #E5D025 background

This text has black color on #E5D025 background.


White color preview on #E5D025 background

This text has white color on #E5D025 background.