COLOR #E1DB3A

HEX: #E1DB3A
RGB: (225,219,58)

Renk bilgisi

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

RGB renk modeli

#E1DB3A color RGB value is (225,219,58).

  • kırmız ton 225;
  • yeşil ton 219;
  • mavi ton 58.
RGB:
(225,219,58)
(88%,86%,23%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 219 of 255 = 86%
B 58 of 255 = 23%

225
219
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 219 + 58 = 502 (100%)
R 225 of 502 ~ 44.82%
G 219 of 502 ~ 43.63%
B 58 of 502 ~ 11.55%

%44.82
%43.63
%11.55

CMYK RENK MODELİ

#E1DB3A rengi CMYK tonu (0,3,74,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.67%
  • sarı tonu 74.22%
  • ana renk tonu 11.76%
CMYK:
(0,3,74,12)
C0M3Y74K12 
(0%,3%,74%,12%)
(0.00/0.03/0.74/0.12)	

CMYK yüzdeleri

%0
%2.67
%74.22
%11.76

Codes

Color #E1DB3A in popluar color models

E1DB3A
RGB22521958
HSL58°73.57%55.49%
HSB/HSV58°74.22%88.24%
CMYK0.00%2.67%74.22%
11.76%

Color #E1DB3A in popluar number systems.

HEXE1DB3A
Decimal22521958
Binary1110000111011011111010
Octal34133372

Shades and tints

Shades of #E1DB3A

#E1DB3A
(225,219,58)
#CDC835
(205,200,53)
#B9B530
(185,181,48)
#A5A22B
(165,162,43)
#918F26
(145,143,38)
#7D7C21
(125,124,33)
#69691C
(105,105,28)
#555617
(85,86,23)
#414312
(65,67,18)
#2D300D
(45,48,13)
#191D08
(25,29,8)
#000000
(0,0,0)

Tints of #E1DB3A

#E1DB3A
(225,219,58)
#E3DE4B
(227,222,75)
#E5E15C
(229,225,92)
#E7E46D
(231,228,109)
#E9E77E
(233,231,126)
#EBEA8F
(235,234,143)
#EDEDA0
(237,237,160)
#EFF0B1
(239,240,177)
#F1F3C2
(241,243,194)
#F3F6D3
(243,246,211)
#F5F9E4
(245,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DB3A color. Also use rgb(225,219,58) instead hex code.

Text Font Color

.myTextColor { color: #E1DB3A; }

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

This text font color is #E1DB3A.


Background Color

.myBgColor { background-color: #E1DB3A; }

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

This div background color is #E1DB3A.


Border color

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

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

This div border color is #E1DB3A.


Opacity

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

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

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

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

This text has shadow with #E1DB3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DB3A on black background.


Color preview on white background

This text has color #E1DB3A on white background.



Black color preview on #E1DB3A background

This text has black color on #E1DB3A background.


White color preview on #E1DB3A background

This text has white color on #E1DB3A background.