COLOR #E3D53D

HEX: #E3D53D
RGB: (227,213,61)

Renk bilgisi

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

RGB renk modeli

#E3D53D color RGB value is (227,213,61).

  • kırmız ton 227;
  • yeşil ton 213;
  • mavi ton 61.
RGB:
(227,213,61)
(89%,84%,24%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 213 of 255 = 84%
B 61 of 255 = 24%

227
213
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 213 + 61 = 501 (100%)
R 227 of 501 ~ 45.31%
G 213 of 501 ~ 42.51%
B 61 of 501 ~ 12.18%

%45.31
%42.51
%12.18

CMYK RENK MODELİ

#E3D53D rengi CMYK tonu (0,6,73,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.17%
  • sarı tonu 73.13%
  • ana renk tonu 10.98%
CMYK:
(0,6,73,11)
C0M6Y73K11 
(0%,6%,73%,11%)
(0.00/0.06/0.73/0.11)	

CMYK yüzdeleri

%0
%6.17
%73.13
%10.98

Codes

Color #E3D53D in popluar color models

E3D53D
RGB22721361
HSL55°74.77%56.47%
HSB/HSV55°73.13%89.02%
CMYK0.00%6.17%73.13%
10.98%

Color #E3D53D in popluar number systems.

HEXE3D53D
Decimal22721361
Binary1110001111010101111101
Octal34332575

Shades and tints

Shades of #E3D53D

#E3D53D
(227,213,61)
#CFC238
(207,194,56)
#BBAF33
(187,175,51)
#A79C2E
(167,156,46)
#938929
(147,137,41)
#7F7624
(127,118,36)
#6B631F
(107,99,31)
#57501A
(87,80,26)
#433D15
(67,61,21)
#2F2A10
(47,42,16)
#1B170B
(27,23,11)
#000000
(0,0,0)

Tints of #E3D53D

#E3D53D
(227,213,61)
#E5D84E
(229,216,78)
#E7DB5F
(231,219,95)
#E9DE70
(233,222,112)
#EBE181
(235,225,129)
#EDE492
(237,228,146)
#EFE7A3
(239,231,163)
#F1EAB4
(241,234,180)
#F3EDC5
(243,237,197)
#F5F0D6
(245,240,214)
#F7F3E7
(247,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D53D color. Also use rgb(227,213,61) instead hex code.

Text Font Color

.myTextColor { color: #E3D53D; }

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

This text font color is #E3D53D.


Background Color

.myBgColor { background-color: #E3D53D; }

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

This div background color is #E3D53D.


Border color

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

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

This div border color is #E3D53D.


Opacity

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

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

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

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

This text has shadow with #E3D53D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D53D on black background.


Color preview on white background

This text has color #E3D53D on white background.



Black color preview on #E3D53D background

This text has black color on #E3D53D background.


White color preview on #E3D53D background

This text has white color on #E3D53D background.