COLOR #E6D538

HEX: #E6D538
RGB: (230,213,56)

Renk bilgisi

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

RGB renk modeli

#E6D538 color RGB value is (230,213,56).

  • kırmız ton 230;
  • yeşil ton 213;
  • mavi ton 56.
RGB:
(230,213,56)
(90%,84%,22%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 56 of 255 = 22%

230
213
56

R + G + B ~ 65%. #E6D538 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 56 = 499 (100%)
R 230 of 499 ~ 46.09%
G 213 of 499 ~ 42.69%
B 56 of 499 ~ 11.22%

%46.09
%42.69
%11.22

CMYK RENK MODELİ

#E6D538 rengi CMYK tonu (0,7,76,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.39%
  • sarı tonu 75.65%
  • ana renk tonu 9.80%
CMYK:
(0,7,76,10)
C0M7Y76K10 
(0%,7%,76%,10%)
(0.00/0.07/0.76/0.10)	

CMYK yüzdeleri

%0
%7.39
%75.65
%9.8

Codes

Color #E6D538 in popluar color models

E6D538
RGB23021356
HSL54°77.68%56.08%
HSB/HSV54°75.65%90.20%
CMYK0.00%7.39%75.65%
9.80%

Color #E6D538 in popluar number systems.

HEXE6D538
Decimal23021356
Binary1110011011010101111000
Octal34632570

Shades and tints

Shades of #E6D538

#E6D538
(230,213,56)
#D2C233
(210,194,51)
#BEAF2E
(190,175,46)
#AA9C29
(170,156,41)
#968924
(150,137,36)
#82761F
(130,118,31)
#6E631A
(110,99,26)
#5A5015
(90,80,21)
#463D10
(70,61,16)
#322A0B
(50,42,11)
#1E1706
(30,23,6)
#000000
(0,0,0)

Tints of #E6D538

#E6D538
(230,213,56)
#E8D84A
(232,216,74)
#EADB5C
(234,219,92)
#ECDE6E
(236,222,110)
#EEE180
(238,225,128)
#F0E492
(240,228,146)
#F2E7A4
(242,231,164)
#F4EAB6
(244,234,182)
#F6EDC8
(246,237,200)
#F8F0DA
(248,240,218)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D538 color. Also use rgb(230,213,56) instead hex code.

Text Font Color

.myTextColor { color: #E6D538; }

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

This text font color is #E6D538.


Background Color

.myBgColor { background-color: #E6D538; }

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

This div background color is #E6D538.


Border color

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

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

This div border color is #E6D538.


Opacity

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

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

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

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

This text has shadow with #E6D538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D538 on black background.


Color preview on white background

This text has color #E6D538 on white background.



Black color preview on #E6D538 background

This text has black color on #E6D538 background.


White color preview on #E6D538 background

This text has white color on #E6D538 background.