COLOR #EBD639

HEX: #EBD639
RGB: (235,214,57)

Renk bilgisi

#EBD639 contains mainly red and green colors. #EBD639 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#EBD639 color RGB value is (235,214,57).

  • kırmız ton 235;
  • yeşil ton 214;
  • mavi ton 57.
RGB:
(235,214,57)
(92%,84%,22%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 214 of 255 = 84%
B 57 of 255 = 22%

235
214
57

R + G + B ~ 66%. #EBD639 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 214 + 57 = 506 (100%)
R 235 of 506 ~ 46.44%
G 214 of 506 ~ 42.29%
B 57 of 506 ~ 11.26%

%46.44
%42.29
%11.26

CMYK RENK MODELİ

#EBD639 rengi CMYK tonu (0,9,76,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.94%
  • sarı tonu 75.74%
  • ana renk tonu 7.84%
CMYK:
(0,9,76,8)
C0M9Y76K8 
(0%,9%,76%,8%)
(0.00/0.09/0.76/0.08)	

CMYK yüzdeleri

%0
%8.94
%75.74
%7.84

Codes

Color #EBD639 in popluar color models

EBD639
RGB23521457
HSL53°81.65%57.25%
HSB/HSV53°75.74%92.16%
CMYK0.00%8.94%75.74%
7.84%

Color #EBD639 in popluar number systems.

HEXEBD639
Decimal23521457
Binary1110101111010110111001
Octal35332671

Shades and tints

Shades of #EBD639

#EBD639
(235,214,57)
#D6C334
(214,195,52)
#C1B02F
(193,176,47)
#AC9D2A
(172,157,42)
#978A25
(151,138,37)
#827720
(130,119,32)
#6D641B
(109,100,27)
#585116
(88,81,22)
#433E11
(67,62,17)
#2E2B0C
(46,43,12)
#191807
(25,24,7)
#000000
(0,0,0)

Tints of #EBD639

#EBD639
(235,214,57)
#ECD94B
(236,217,75)
#EDDC5D
(237,220,93)
#EEDF6F
(238,223,111)
#EFE281
(239,226,129)
#F0E593
(240,229,147)
#F1E8A5
(241,232,165)
#F2EBB7
(242,235,183)
#F3EEC9
(243,238,201)
#F4F1DB
(244,241,219)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD639 color. Also use rgb(235,214,57) instead hex code.

Text Font Color

.myTextColor { color: #EBD639; }

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

This text font color is #EBD639.


Background Color

.myBgColor { background-color: #EBD639; }

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

This div background color is #EBD639.


Border color

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

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

This div border color is #EBD639.


Opacity

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

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

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

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

This text has shadow with #EBD639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD639 on black background.


Color preview on white background

This text has color #EBD639 on white background.



Black color preview on #EBD639 background

This text has black color on #EBD639 background.


White color preview on #EBD639 background

This text has white color on #EBD639 background.