COLOR #EBDE73

HEX: #EBDE73
RGB: (235,222,115)

Renk bilgisi

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

RGB renk modeli

#EBDE73 color RGB value is (235,222,115).

  • kırmız ton 235;
  • yeşil ton 222;
  • mavi ton 115.
RGB:
(235,222,115)
(92%,87%,45%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 222 of 255 = 87%
B 115 of 255 = 45%

235
222
115

R + G + B ~ 75%. #EBDE73 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 222 + 115 = 572 (100%)
R 235 of 572 ~ 41.08%
G 222 of 572 ~ 38.81%
B 115 of 572 ~ 20.1%

%41.08
%38.81
%20.1

CMYK RENK MODELİ

#EBDE73 rengi CMYK tonu (0,6,51,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.53%
  • sarı tonu 51.06%
  • ana renk tonu 7.84%
CMYK:
(0,6,51,8)
C0M6Y51K8 
(0%,6%,51%,8%)
(0.00/0.06/0.51/0.08)	

CMYK yüzdeleri

%0
%5.53
%51.06
%7.84

Codes

Color #EBDE73 in popluar color models

EBDE73
RGB235222115
HSL54°75.00%68.63%
HSB/HSV54°51.06%92.16%
CMYK0.00%5.53%51.06%
7.84%

Color #EBDE73 in popluar number systems.

HEXEBDE73
Decimal235222115
Binary11101011110111101110011
Octal353336163

Shades and tints

Shades of #EBDE73

#EBDE73
(235,222,115)
#D6CA69
(214,202,105)
#C1B65F
(193,182,95)
#ACA255
(172,162,85)
#978E4B
(151,142,75)
#827A41
(130,122,65)
#6D6637
(109,102,55)
#58522D
(88,82,45)
#433E23
(67,62,35)
#2E2A19
(46,42,25)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #EBDE73

#EBDE73
(235,222,115)
#ECE17F
(236,225,127)
#EDE48B
(237,228,139)
#EEE797
(238,231,151)
#EFEAA3
(239,234,163)
#F0EDAF
(240,237,175)
#F1F0BB
(241,240,187)
#F2F3C7
(242,243,199)
#F3F6D3
(243,246,211)
#F4F9DF
(244,249,223)
#F5FCEB
(245,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDE73 color. Also use rgb(235,222,115) instead hex code.

Text Font Color

.myTextColor { color: #EBDE73; }

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

This text font color is #EBDE73.


Background Color

.myBgColor { background-color: #EBDE73; }

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

This div background color is #EBDE73.


Border color

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

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

This div border color is #EBDE73.


Opacity

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

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

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

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

This text has shadow with #EBDE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDE73 on black background.


Color preview on white background

This text has color #EBDE73 on white background.



Black color preview on #EBDE73 background

This text has black color on #EBDE73 background.


White color preview on #EBDE73 background

This text has white color on #EBDE73 background.