COLOR #E4B532

HEX: #E4B532
RGB: (228,181,50)

Renk bilgisi

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

RGB renk modeli

#E4B532 color RGB value is (228,181,50).

  • kırmız ton 228;
  • yeşil ton 181;
  • mavi ton 50.
RGB:
(228,181,50)
(89%,71%,20%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 181 of 255 = 71%
B 50 of 255 = 20%

228
181
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 181 + 50 = 459 (100%)
R 228 of 459 ~ 49.67%
G 181 of 459 ~ 39.43%
B 50 of 459 ~ 10.89%

%49.67
%39.43
%10.89

CMYK RENK MODELİ

#E4B532 rengi CMYK tonu (0,21,78,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.61%
  • sarı tonu 78.07%
  • ana renk tonu 10.59%
CMYK:
(0,21,78,11)
C0M21Y78K11 
(0%,21%,78%,11%)
(0.00/0.21/0.78/0.11)	

CMYK yüzdeleri

%0
%20.61
%78.07
%10.59

Codes

Color #E4B532 in popluar color models

E4B532
RGB22818150
HSL44°76.72%54.51%
HSB/HSV44°78.07%89.41%
CMYK0.00%20.61%78.07%
10.59%

Color #E4B532 in popluar number systems.

HEXE4B532
Decimal22818150
Binary1110010010110101110010
Octal34426562

Shades and tints

Shades of #E4B532

#E4B532
(228,181,50)
#D0A52E
(208,165,46)
#BC952A
(188,149,42)
#A88526
(168,133,38)
#947522
(148,117,34)
#80651E
(128,101,30)
#6C551A
(108,85,26)
#584516
(88,69,22)
#443512
(68,53,18)
#30250E
(48,37,14)
#1C150A
(28,21,10)
#000000
(0,0,0)

Tints of #E4B532

#E4B532
(228,181,50)
#E6BB44
(230,187,68)
#E8C156
(232,193,86)
#EAC768
(234,199,104)
#ECCD7A
(236,205,122)
#EED38C
(238,211,140)
#F0D99E
(240,217,158)
#F2DFB0
(242,223,176)
#F4E5C2
(244,229,194)
#F6EBD4
(246,235,212)
#F8F1E6
(248,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B532 color. Also use rgb(228,181,50) instead hex code.

Text Font Color

.myTextColor { color: #E4B532; }

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

This text font color is #E4B532.


Background Color

.myBgColor { background-color: #E4B532; }

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

This div background color is #E4B532.


Border color

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

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

This div border color is #E4B532.


Opacity

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

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

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

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

This text has shadow with #E4B532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B532 on black background.


Color preview on white background

This text has color #E4B532 on white background.



Black color preview on #E4B532 background

This text has black color on #E4B532 background.


White color preview on #E4B532 background

This text has white color on #E4B532 background.