COLOR #EBD719

HEX: #EBD719
RGB: (235,215,25)

Renk bilgisi

#EBD719 contains mainly red and green colors. #EBD719 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EBD719 color RGB value is (235,215,25).

  • kırmız ton 235;
  • yeşil ton 215;
  • mavi ton 25.
RGB:
(235,215,25)
(92%,84%,10%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 215 of 255 = 84%
B 25 of 255 = 10%

235
215
25

R + G + B ~ 62%. #EBD719 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 215 + 25 = 475 (100%)
R 235 of 475 ~ 49.47%
G 215 of 475 ~ 45.26%
B 25 of 475 ~ 5.26%

%49.47
%45.26

CMYK RENK MODELİ

#EBD719 rengi CMYK tonu (0,9,89,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.51%
  • sarı tonu 89.36%
  • ana renk tonu 7.84%
CMYK:
(0,9,89,8)
C0M9Y89K8 
(0%,9%,89%,8%)
(0.00/0.09/0.89/0.08)	

CMYK yüzdeleri

%0
%8.51
%89.36
%7.84

Codes

Color #EBD719 in popluar color models

EBD719
RGB23521525
HSL54°84.00%50.98%
HSB/HSV54°89.36%92.16%
CMYK0.00%8.51%89.36%
7.84%

Color #EBD719 in popluar number systems.

HEXEBD719
Decimal23521525
Binary111010111101011111001
Octal35332731

Shades and tints

Shades of #EBD719

#EBD719
(235,215,25)
#D6C417
(214,196,23)
#C1B115
(193,177,21)
#AC9E13
(172,158,19)
#978B11
(151,139,17)
#82780F
(130,120,15)
#6D650D
(109,101,13)
#58520B
(88,82,11)
#433F09
(67,63,9)
#2E2C07
(46,44,7)
#191905
(25,25,5)
#000000
(0,0,0)

Tints of #EBD719

#EBD719
(235,215,25)
#ECDA2D
(236,218,45)
#EDDD41
(237,221,65)
#EEE055
(238,224,85)
#EFE369
(239,227,105)
#F0E67D
(240,230,125)
#F1E991
(241,233,145)
#F2ECA5
(242,236,165)
#F3EFB9
(243,239,185)
#F4F2CD
(244,242,205)
#F5F5E1
(245,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD719 color. Also use rgb(235,215,25) instead hex code.

Text Font Color

.myTextColor { color: #EBD719; }

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

This text font color is #EBD719.


Background Color

.myBgColor { background-color: #EBD719; }

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

This div background color is #EBD719.


Border color

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

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

This div border color is #EBD719.


Opacity

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

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

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

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

This text has shadow with #EBD719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD719 on black background.


Color preview on white background

This text has color #EBD719 on white background.



Black color preview on #EBD719 background

This text has black color on #EBD719 background.


White color preview on #EBD719 background

This text has white color on #EBD719 background.