COLOR #E5B700

HEX: #E5B700
RGB: (229,183,0)

Renk bilgisi

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

RGB renk modeli

#E5B700 color RGB value is (229,183,0).

  • kırmız ton 229;
  • yeşil ton 183;
  • mavi ton 0.
RGB:
(229,183,0)
(90%,72%,0%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 183 of 255 = 72%
B 0 of 255 = 0%

229
183
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 183 + 0 = 412 (100%)
R 229 of 412 ~ 55.58%
G 183 of 412 ~ 44.42%
B 0 of 412 ~ 0%

%55.58
%44.42

CMYK RENK MODELİ

#E5B700 rengi CMYK tonu (0,20,100,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.09%
  • sarı tonu 100.00%
  • ana renk tonu 10.20%
CMYK:
(0,20,100,10)
C0M20Y100K10 
(0%,20%,100%,10%)
(0.00/0.20/1.00/0.10)	

CMYK yüzdeleri

%0
%20.09
%100
%10.2

Codes

Color #E5B700 in popluar color models

E5B700
RGB2291830
HSL48°100.00%44.90%
HSB/HSV48°100.00%89.80%
CMYK0.00%20.09%100.00%
10.20%

Color #E5B700 in popluar number systems.

HEXE5B700
Decimal2291830
Binary11100101101101110
Octal3452670

Shades and tints

Shades of #E5B700

#E5B700
(229,183,0)
#D1A700
(209,167,0)
#BD9700
(189,151,0)
#A98700
(169,135,0)
#957700
(149,119,0)
#816700
(129,103,0)
#6D5700
(109,87,0)
#594700
(89,71,0)
#453700
(69,55,0)
#312700
(49,39,0)
#1D1700
(29,23,0)
#000000
(0,0,0)

Tints of #E5B700

#E5B700
(229,183,0)
#E7BD17
(231,189,23)
#E9C32E
(233,195,46)
#EBC945
(235,201,69)
#EDCF5C
(237,207,92)
#EFD573
(239,213,115)
#F1DB8A
(241,219,138)
#F3E1A1
(243,225,161)
#F5E7B8
(245,231,184)
#F7EDCF
(247,237,207)
#F9F3E6
(249,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B700 color. Also use rgb(229,183,0) instead hex code.

Text Font Color

.myTextColor { color: #E5B700; }

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

This text font color is #E5B700.


Background Color

.myBgColor { background-color: #E5B700; }

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

This div background color is #E5B700.


Border color

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

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

This div border color is #E5B700.


Opacity

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

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

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

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

This text has shadow with #E5B700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B700 on black background.


Color preview on white background

This text has color #E5B700 on white background.



Black color preview on #E5B700 background

This text has black color on #E5B700 background.


White color preview on #E5B700 background

This text has white color on #E5B700 background.