COLOR #EBC857

HEX: #EBC857
RGB: (235,200,87)

Renk bilgisi

#EBC857 contains mainly red and green colors. #EBC857 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EBC857 color RGB value is (235,200,87).

  • kırmız ton 235;
  • yeşil ton 200;
  • mavi ton 87.
RGB:
(235,200,87)
(92%,78%,34%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 200 of 255 = 78%
B 87 of 255 = 34%

235
200
87

R + G + B ~ 68%. #EBC857 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 200 + 87 = 522 (100%)
R 235 of 522 ~ 45.02%
G 200 of 522 ~ 38.31%
B 87 of 522 ~ 16.67%

%45.02
%38.31
%16.67

CMYK RENK MODELİ

#EBC857 rengi CMYK tonu (0,15,63,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.89%
  • sarı tonu 62.98%
  • ana renk tonu 7.84%
CMYK:
(0,15,63,8)
C0M15Y63K8 
(0%,15%,63%,8%)
(0.00/0.15/0.63/0.08)	

CMYK yüzdeleri

%0
%14.89
%62.98
%7.84

Codes

Color #EBC857 in popluar color models

EBC857
RGB23520087
HSL46°78.72%63.14%
HSB/HSV46°62.98%92.16%
CMYK0.00%14.89%62.98%
7.84%

Color #EBC857 in popluar number systems.

HEXEBC857
Decimal23520087
Binary11101011110010001010111
Octal353310127

Shades and tints

Shades of #EBC857

#EBC857
(235,200,87)
#D6B650
(214,182,80)
#C1A449
(193,164,73)
#AC9242
(172,146,66)
#97803B
(151,128,59)
#826E34
(130,110,52)
#6D5C2D
(109,92,45)
#584A26
(88,74,38)
#43381F
(67,56,31)
#2E2618
(46,38,24)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #EBC857

#EBC857
(235,200,87)
#ECCD66
(236,205,102)
#EDD275
(237,210,117)
#EED784
(238,215,132)
#EFDC93
(239,220,147)
#F0E1A2
(240,225,162)
#F1E6B1
(241,230,177)
#F2EBC0
(242,235,192)
#F3F0CF
(243,240,207)
#F4F5DE
(244,245,222)
#F5FAED
(245,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC857 color. Also use rgb(235,200,87) instead hex code.

Text Font Color

.myTextColor { color: #EBC857; }

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

This text font color is #EBC857.


Background Color

.myBgColor { background-color: #EBC857; }

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

This div background color is #EBC857.


Border color

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

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

This div border color is #EBC857.


Opacity

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

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

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

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

This text has shadow with #EBC857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC857 on black background.


Color preview on white background

This text has color #EBC857 on white background.



Black color preview on #EBC857 background

This text has black color on #EBC857 background.


White color preview on #EBC857 background

This text has white color on #EBC857 background.