COLOR #EBDB8B

HEX: #EBDB8B
RGB: (235,219,139)

Renk bilgisi

#EBDB8B contains mainly red and green colors. #EBDB8B ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EBDB8B color RGB value is (235,219,139).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 219 of 255 = 86%
B 139 of 255 = 55%

235
219
139

R + G + B ~ 78%. #EBDB8B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 219 + 139 = 593 (100%)
R 235 of 593 ~ 39.63%
G 219 of 593 ~ 36.93%
B 139 of 593 ~ 23.44%

%39.63
%36.93
%23.44

CMYK RENK MODELİ

#EBDB8B rengi CMYK tonu (0,7,41,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.81%
  • sarı tonu 40.85%
  • ana renk tonu 7.84%
CMYK:
(0,7,41,8)
C0M7Y41K8 
(0%,7%,41%,8%)
(0.00/0.07/0.41/0.08)	

CMYK yüzdeleri

%0
%6.81
%40.85
%7.84

Codes

Color #EBDB8B in popluar color models

EBDB8B
RGB235219139
HSL50°70.59%73.33%
HSB/HSV50°40.85%92.16%
CMYK0.00%6.81%40.85%
7.84%

Color #EBDB8B in popluar number systems.

HEXEBDB8B
Decimal235219139
Binary111010111101101110001011
Octal353333213

Shades and tints

Shades of #EBDB8B

#EBDB8B
(235,219,139)
#D6C87F
(214,200,127)
#C1B573
(193,181,115)
#ACA267
(172,162,103)
#978F5B
(151,143,91)
#827C4F
(130,124,79)
#6D6943
(109,105,67)
#585637
(88,86,55)
#43432B
(67,67,43)
#2E301F
(46,48,31)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #EBDB8B

#EBDB8B
(235,219,139)
#ECDE95
(236,222,149)
#EDE19F
(237,225,159)
#EEE4A9
(238,228,169)
#EFE7B3
(239,231,179)
#F0EABD
(240,234,189)
#F1EDC7
(241,237,199)
#F2F0D1
(242,240,209)
#F3F3DB
(243,243,219)
#F4F6E5
(244,246,229)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDB8B; }

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

This text font color is #EBDB8B.


Background Color

.myBgColor { background-color: #EBDB8B; }

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

This div background color is #EBDB8B.


Border color

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

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

This div border color is #EBDB8B.


Opacity

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

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

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

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

This text has shadow with #EBDB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDB8B on black background.


Color preview on white background

This text has color #EBDB8B on white background.



Black color preview on #EBDB8B background

This text has black color on #EBDB8B background.


White color preview on #EBDB8B background

This text has white color on #EBDB8B background.