COLOR #E4C51A

HEX: #E4C51A
RGB: (228,197,26)

Renk bilgisi

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

RGB renk modeli

#E4C51A color RGB value is (228,197,26).

  • kırmız ton 228;
  • yeşil ton 197;
  • mavi ton 26.
RGB:
(228,197,26)
(89%,77%,10%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 197 of 255 = 77%
B 26 of 255 = 10%

228
197
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 197 + 26 = 451 (100%)
R 228 of 451 ~ 50.55%
G 197 of 451 ~ 43.68%
B 26 of 451 ~ 5.76%

%50.55
%43.68

CMYK RENK MODELİ

#E4C51A rengi CMYK tonu (0,14,89,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.60%
  • sarı tonu 88.60%
  • ana renk tonu 10.59%
CMYK:
(0,14,89,11)
C0M14Y89K11 
(0%,14%,89%,11%)
(0.00/0.14/0.89/0.11)	

CMYK yüzdeleri

%0
%13.6
%88.6
%10.59

Codes

Color #E4C51A in popluar color models

E4C51A
RGB22819726
HSL51°79.53%49.80%
HSB/HSV51°88.60%89.41%
CMYK0.00%13.60%88.60%
10.59%

Color #E4C51A in popluar number systems.

HEXE4C51A
Decimal22819726
Binary111001001100010111010
Octal34430532

Shades and tints

Shades of #E4C51A

#E4C51A
(228,197,26)
#D0B418
(208,180,24)
#BCA316
(188,163,22)
#A89214
(168,146,20)
#948112
(148,129,18)
#807010
(128,112,16)
#6C5F0E
(108,95,14)
#584E0C
(88,78,12)
#443D0A
(68,61,10)
#302C08
(48,44,8)
#1C1B06
(28,27,6)
#000000
(0,0,0)

Tints of #E4C51A

#E4C51A
(228,197,26)
#E6CA2E
(230,202,46)
#E8CF42
(232,207,66)
#EAD456
(234,212,86)
#ECD96A
(236,217,106)
#EEDE7E
(238,222,126)
#F0E392
(240,227,146)
#F2E8A6
(242,232,166)
#F4EDBA
(244,237,186)
#F6F2CE
(246,242,206)
#F8F7E2
(248,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C51A color. Also use rgb(228,197,26) instead hex code.

Text Font Color

.myTextColor { color: #E4C51A; }

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

This text font color is #E4C51A.


Background Color

.myBgColor { background-color: #E4C51A; }

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

This div background color is #E4C51A.


Border color

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

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

This div border color is #E4C51A.


Opacity

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

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

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

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

This text has shadow with #E4C51A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C51A on black background.


Color preview on white background

This text has color #E4C51A on white background.



Black color preview on #E4C51A background

This text has black color on #E4C51A background.


White color preview on #E4C51A background

This text has white color on #E4C51A background.