COLOR #E4BB1D

HEX: #E4BB1D
RGB: (228,187,29)

Renk bilgisi

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

RGB renk modeli

#E4BB1D color RGB value is (228,187,29).

  • kırmız ton 228;
  • yeşil ton 187;
  • mavi ton 29.
RGB:
(228,187,29)
(89%,73%,11%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 187 of 255 = 73%
B 29 of 255 = 11%

228
187
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 187 + 29 = 444 (100%)
R 228 of 444 ~ 51.35%
G 187 of 444 ~ 42.12%
B 29 of 444 ~ 6.53%

%51.35
%42.12

CMYK RENK MODELİ

#E4BB1D rengi CMYK tonu (0,18,87,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.98%
  • sarı tonu 87.28%
  • ana renk tonu 10.59%
CMYK:
(0,18,87,11)
C0M18Y87K11 
(0%,18%,87%,11%)
(0.00/0.18/0.87/0.11)	

CMYK yüzdeleri

%0
%17.98
%87.28
%10.59

Codes

Color #E4BB1D in popluar color models

E4BB1D
RGB22818729
HSL48°78.66%50.39%
HSB/HSV48°87.28%89.41%
CMYK0.00%17.98%87.28%
10.59%

Color #E4BB1D in popluar number systems.

HEXE4BB1D
Decimal22818729
Binary111001001011101111101
Octal34427335

Shades and tints

Shades of #E4BB1D

#E4BB1D
(228,187,29)
#D0AA1B
(208,170,27)
#BC9919
(188,153,25)
#A88817
(168,136,23)
#947715
(148,119,21)
#806613
(128,102,19)
#6C5511
(108,85,17)
#58440F
(88,68,15)
#44330D
(68,51,13)
#30220B
(48,34,11)
#1C1109
(28,17,9)
#000000
(0,0,0)

Tints of #E4BB1D

#E4BB1D
(228,187,29)
#E6C131
(230,193,49)
#E8C745
(232,199,69)
#EACD59
(234,205,89)
#ECD36D
(236,211,109)
#EED981
(238,217,129)
#F0DF95
(240,223,149)
#F2E5A9
(242,229,169)
#F4EBBD
(244,235,189)
#F6F1D1
(246,241,209)
#F8F7E5
(248,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BB1D color. Also use rgb(228,187,29) instead hex code.

Text Font Color

.myTextColor { color: #E4BB1D; }

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

This text font color is #E4BB1D.


Background Color

.myBgColor { background-color: #E4BB1D; }

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

This div background color is #E4BB1D.


Border color

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

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

This div border color is #E4BB1D.


Opacity

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

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

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

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

This text has shadow with #E4BB1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BB1D on black background.


Color preview on white background

This text has color #E4BB1D on white background.



Black color preview on #E4BB1D background

This text has black color on #E4BB1D background.


White color preview on #E4BB1D background

This text has white color on #E4BB1D background.