COLOR #E2C415

HEX: #E2C415
RGB: (226,196,21)

Renk bilgisi

#E2C415 contains mainly red and green colors. #E2C415 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#E2C415 color RGB value is (226,196,21).

  • kırmız ton 226;
  • yeşil ton 196;
  • mavi ton 21.
RGB:
(226,196,21)
(89%,77%,8%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 196 of 255 = 77%
B 21 of 255 = 8%

226
196
21

R + G + B ~ 58%. #E2C415 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 196 + 21 = 443 (100%)
R 226 of 443 ~ 51.02%
G 196 of 443 ~ 44.24%
B 21 of 443 ~ 4.74%

%51.02
%44.24

CMYK RENK MODELİ

#E2C415 rengi CMYK tonu (0,13,91,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.27%
  • sarı tonu 90.71%
  • ana renk tonu 11.37%
CMYK:
(0,13,91,11)
C0M13Y91K11 
(0%,13%,91%,11%)
(0.00/0.13/0.91/0.11)	

CMYK yüzdeleri

%0
%13.27
%90.71
%11.37

Codes

Color #E2C415 in popluar color models

E2C415
RGB22619621
HSL51°83.00%48.43%
HSB/HSV51°90.71%88.63%
CMYK0.00%13.27%90.71%
11.37%

Color #E2C415 in popluar number systems.

HEXE2C415
Decimal22619621
Binary111000101100010010101
Octal34230425

Shades and tints

Shades of #E2C415

#E2C415
(226,196,21)
#CEB314
(206,179,20)
#BAA213
(186,162,19)
#A69112
(166,145,18)
#928011
(146,128,17)
#7E6F10
(126,111,16)
#6A5E0F
(106,94,15)
#564D0E
(86,77,14)
#423C0D
(66,60,13)
#2E2B0C
(46,43,12)
#1A1A0B
(26,26,11)
#000000
(0,0,0)

Tints of #E2C415

#E2C415
(226,196,21)
#E4C92A
(228,201,42)
#E6CE3F
(230,206,63)
#E8D354
(232,211,84)
#EAD869
(234,216,105)
#ECDD7E
(236,221,126)
#EEE293
(238,226,147)
#F0E7A8
(240,231,168)
#F2ECBD
(242,236,189)
#F4F1D2
(244,241,210)
#F6F6E7
(246,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C415 color. Also use rgb(226,196,21) instead hex code.

Text Font Color

.myTextColor { color: #E2C415; }

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

This text font color is #E2C415.


Background Color

.myBgColor { background-color: #E2C415; }

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

This div background color is #E2C415.


Border color

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

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

This div border color is #E2C415.


Opacity

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

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

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

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

This text has shadow with #E2C415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C415 on black background.


Color preview on white background

This text has color #E2C415 on white background.



Black color preview on #E2C415 background

This text has black color on #E2C415 background.


White color preview on #E2C415 background

This text has white color on #E2C415 background.