COLOR #EBC763

HEX: #EBC763
RGB: (235,199,99)

Renk bilgisi

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

RGB renk modeli

#EBC763 color RGB value is (235,199,99).

  • kırmız ton 235;
  • yeşil ton 199;
  • mavi ton 99.
RGB:
(235,199,99)
(92%,78%,39%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 199 of 255 = 78%
B 99 of 255 = 39%

235
199
99

R + G + B ~ 70%. #EBC763 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 199 + 99 = 533 (100%)
R 235 of 533 ~ 44.09%
G 199 of 533 ~ 37.34%
B 99 of 533 ~ 18.57%

%44.09
%37.34
%18.57

CMYK RENK MODELİ

#EBC763 rengi CMYK tonu (0,15,58,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.32%
  • sarı tonu 57.87%
  • ana renk tonu 7.84%
CMYK:
(0,15,58,8)
C0M15Y58K8 
(0%,15%,58%,8%)
(0.00/0.15/0.58/0.08)	

CMYK yüzdeleri

%0
%15.32
%57.87
%7.84

Codes

Color #EBC763 in popluar color models

EBC763
RGB23519999
HSL44°77.27%65.49%
HSB/HSV44°57.87%92.16%
CMYK0.00%15.32%57.87%
7.84%

Color #EBC763 in popluar number systems.

HEXEBC763
Decimal23519999
Binary11101011110001111100011
Octal353307143

Shades and tints

Shades of #EBC763

#EBC763
(235,199,99)
#D6B55A
(214,181,90)
#C1A351
(193,163,81)
#AC9148
(172,145,72)
#977F3F
(151,127,63)
#826D36
(130,109,54)
#6D5B2D
(109,91,45)
#584924
(88,73,36)
#43371B
(67,55,27)
#2E2512
(46,37,18)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #EBC763

#EBC763
(235,199,99)
#ECCC71
(236,204,113)
#EDD17F
(237,209,127)
#EED68D
(238,214,141)
#EFDB9B
(239,219,155)
#F0E0A9
(240,224,169)
#F1E5B7
(241,229,183)
#F2EAC5
(242,234,197)
#F3EFD3
(243,239,211)
#F4F4E1
(244,244,225)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC763 color. Also use rgb(235,199,99) instead hex code.

Text Font Color

.myTextColor { color: #EBC763; }

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

This text font color is #EBC763.


Background Color

.myBgColor { background-color: #EBC763; }

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

This div background color is #EBC763.


Border color

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

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

This div border color is #EBC763.


Opacity

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

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

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

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

This text has shadow with #EBC763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC763 on black background.


Color preview on white background

This text has color #EBC763 on white background.



Black color preview on #EBC763 background

This text has black color on #EBC763 background.


White color preview on #EBC763 background

This text has white color on #EBC763 background.