COLOR #E6C928

HEX: #E6C928
RGB: (230,201,40)

Renk bilgisi

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

RGB renk modeli

#E6C928 color RGB value is (230,201,40).

  • kırmız ton 230;
  • yeşil ton 201;
  • mavi ton 40.
RGB:
(230,201,40)
(90%,79%,16%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 201 of 255 = 79%
B 40 of 255 = 16%

230
201
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 201 + 40 = 471 (100%)
R 230 of 471 ~ 48.83%
G 201 of 471 ~ 42.68%
B 40 of 471 ~ 8.49%

%48.83
%42.68

CMYK RENK MODELİ

#E6C928 rengi CMYK tonu (0,13,83,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.61%
  • sarı tonu 82.61%
  • ana renk tonu 9.80%
CMYK:
(0,13,83,10)
C0M13Y83K10 
(0%,13%,83%,10%)
(0.00/0.13/0.83/0.10)	

CMYK yüzdeleri

%0
%12.61
%82.61
%9.8

Codes

Color #E6C928 in popluar color models

E6C928
RGB23020140
HSL51°79.17%52.94%
HSB/HSV51°82.61%90.20%
CMYK0.00%12.61%82.61%
9.80%

Color #E6C928 in popluar number systems.

HEXE6C928
Decimal23020140
Binary1110011011001001101000
Octal34631150

Shades and tints

Shades of #E6C928

#E6C928
(230,201,40)
#D2B725
(210,183,37)
#BEA522
(190,165,34)
#AA931F
(170,147,31)
#96811C
(150,129,28)
#826F19
(130,111,25)
#6E5D16
(110,93,22)
#5A4B13
(90,75,19)
#463910
(70,57,16)
#32270D
(50,39,13)
#1E150A
(30,21,10)
#000000
(0,0,0)

Tints of #E6C928

#E6C928
(230,201,40)
#E8CD3B
(232,205,59)
#EAD14E
(234,209,78)
#ECD561
(236,213,97)
#EED974
(238,217,116)
#F0DD87
(240,221,135)
#F2E19A
(242,225,154)
#F4E5AD
(244,229,173)
#F6E9C0
(246,233,192)
#F8EDD3
(248,237,211)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C928 color. Also use rgb(230,201,40) instead hex code.

Text Font Color

.myTextColor { color: #E6C928; }

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

This text font color is #E6C928.


Background Color

.myBgColor { background-color: #E6C928; }

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

This div background color is #E6C928.


Border color

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

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

This div border color is #E6C928.


Opacity

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

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

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

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

This text has shadow with #E6C928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C928 on black background.


Color preview on white background

This text has color #E6C928 on white background.



Black color preview on #E6C928 background

This text has black color on #E6C928 background.


White color preview on #E6C928 background

This text has white color on #E6C928 background.