COLOR #EBDB5F

HEX: #EBDB5F
RGB: (235,219,95)

Renk bilgisi

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

RGB renk modeli

#EBDB5F color RGB value is (235,219,95).

  • kırmız ton 235;
  • yeşil ton 219;
  • mavi ton 95.
RGB:
(235,219,95)
(92%,86%,37%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 219 of 255 = 86%
B 95 of 255 = 37%

235
219
95

R + G + B ~ 72%. #EBDB5F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 219 + 95 = 549 (100%)
R 235 of 549 ~ 42.81%
G 219 of 549 ~ 39.89%
B 95 of 549 ~ 17.3%

%42.81
%39.89
%17.3

CMYK RENK MODELİ

#EBDB5F rengi CMYK tonu (0,7,60,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.81%
  • sarı tonu 59.57%
  • ana renk tonu 7.84%
CMYK:
(0,7,60,8)
C0M7Y60K8 
(0%,7%,60%,8%)
(0.00/0.07/0.60/0.08)	

CMYK yüzdeleri

%0
%6.81
%59.57
%7.84

Codes

Color #EBDB5F in popluar color models

EBDB5F
RGB23521995
HSL53°77.78%64.71%
HSB/HSV53°59.57%92.16%
CMYK0.00%6.81%59.57%
7.84%

Color #EBDB5F in popluar number systems.

HEXEBDB5F
Decimal23521995
Binary11101011110110111011111
Octal353333137

Shades and tints

Shades of #EBDB5F

#EBDB5F
(235,219,95)
#D6C857
(214,200,87)
#C1B54F
(193,181,79)
#ACA247
(172,162,71)
#978F3F
(151,143,63)
#827C37
(130,124,55)
#6D692F
(109,105,47)
#585627
(88,86,39)
#43431F
(67,67,31)
#2E3017
(46,48,23)
#191D0F
(25,29,15)
#000000
(0,0,0)

Tints of #EBDB5F

#EBDB5F
(235,219,95)
#ECDE6D
(236,222,109)
#EDE17B
(237,225,123)
#EEE489
(238,228,137)
#EFE797
(239,231,151)
#F0EAA5
(240,234,165)
#F1EDB3
(241,237,179)
#F2F0C1
(242,240,193)
#F3F3CF
(243,243,207)
#F4F6DD
(244,246,221)
#F5F9EB
(245,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDB5F color. Also use rgb(235,219,95) instead hex code.

Text Font Color

.myTextColor { color: #EBDB5F; }

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

This text font color is #EBDB5F.


Background Color

.myBgColor { background-color: #EBDB5F; }

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

This div background color is #EBDB5F.


Border color

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

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

This div border color is #EBDB5F.


Opacity

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

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

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

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

This text has shadow with #EBDB5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDB5F on black background.


Color preview on white background

This text has color #EBDB5F on white background.



Black color preview on #EBDB5F background

This text has black color on #EBDB5F background.


White color preview on #EBDB5F background

This text has white color on #EBDB5F background.