COLOR #EBD56E

HEX: #EBD56E
RGB: (235,213,110)

Renk bilgisi

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

RGB renk modeli

#EBD56E color RGB value is (235,213,110).

  • kırmız ton 235;
  • yeşil ton 213;
  • mavi ton 110.
RGB:
(235,213,110)
(92%,84%,43%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 213 of 255 = 84%
B 110 of 255 = 43%

235
213
110

R + G + B ~ 73%. #EBD56E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 213 + 110 = 558 (100%)
R 235 of 558 ~ 42.11%
G 213 of 558 ~ 38.17%
B 110 of 558 ~ 19.71%

%42.11
%38.17
%19.71

CMYK RENK MODELİ

#EBD56E rengi CMYK tonu (0,9,53,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.36%
  • sarı tonu 53.19%
  • ana renk tonu 7.84%
CMYK:
(0,9,53,8)
C0M9Y53K8 
(0%,9%,53%,8%)
(0.00/0.09/0.53/0.08)	

CMYK yüzdeleri

%0
%9.36
%53.19
%7.84

Codes

Color #EBD56E in popluar color models

EBD56E
RGB235213110
HSL49°75.76%67.65%
HSB/HSV49°53.19%92.16%
CMYK0.00%9.36%53.19%
7.84%

Color #EBD56E in popluar number systems.

HEXEBD56E
Decimal235213110
Binary11101011110101011101110
Octal353325156

Shades and tints

Shades of #EBD56E

#EBD56E
(235,213,110)
#D6C264
(214,194,100)
#C1AF5A
(193,175,90)
#AC9C50
(172,156,80)
#978946
(151,137,70)
#82763C
(130,118,60)
#6D6332
(109,99,50)
#585028
(88,80,40)
#433D1E
(67,61,30)
#2E2A14
(46,42,20)
#19170A
(25,23,10)
#000000
(0,0,0)

Tints of #EBD56E

#EBD56E
(235,213,110)
#ECD87B
(236,216,123)
#EDDB88
(237,219,136)
#EEDE95
(238,222,149)
#EFE1A2
(239,225,162)
#F0E4AF
(240,228,175)
#F1E7BC
(241,231,188)
#F2EAC9
(242,234,201)
#F3EDD6
(243,237,214)
#F4F0E3
(244,240,227)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD56E color. Also use rgb(235,213,110) instead hex code.

Text Font Color

.myTextColor { color: #EBD56E; }

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

This text font color is #EBD56E.


Background Color

.myBgColor { background-color: #EBD56E; }

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

This div background color is #EBD56E.


Border color

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

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

This div border color is #EBD56E.


Opacity

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

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

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

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

This text has shadow with #EBD56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD56E on black background.


Color preview on white background

This text has color #EBD56E on white background.



Black color preview on #EBD56E background

This text has black color on #EBD56E background.


White color preview on #EBD56E background

This text has white color on #EBD56E background.