COLOR #EBD495

HEX: #EBD495
RGB: (235,212,149)

Renk bilgisi

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

RGB renk modeli

#EBD495 color RGB value is (235,212,149).

  • kırmız ton 235;
  • yeşil ton 212;
  • mavi ton 149.
RGB:
(235,212,149)
(92%,83%,58%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 212 of 255 = 83%
B 149 of 255 = 58%

235
212
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 212 + 149 = 596 (100%)
R 235 of 596 ~ 39.43%
G 212 of 596 ~ 35.57%
B 149 of 596 ~ 25%

%39.43
%35.57
%25

CMYK RENK MODELİ

#EBD495 rengi CMYK tonu (0,10,37,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.79%
  • sarı tonu 36.60%
  • ana renk tonu 7.84%
CMYK:
(0,10,37,8)
C0M10Y37K8 
(0%,10%,37%,8%)
(0.00/0.10/0.37/0.08)	

CMYK yüzdeleri

%0
%9.79
%36.6
%7.84

Codes

Color #EBD495 in popluar color models

EBD495
RGB235212149
HSL44°68.25%75.29%
HSB/HSV44°36.60%92.16%
CMYK0.00%9.79%36.60%
7.84%

Color #EBD495 in popluar number systems.

HEXEBD495
Decimal235212149
Binary111010111101010010010101
Octal353324225

Shades and tints

Shades of #EBD495

#EBD495
(235,212,149)
#D6C188
(214,193,136)
#C1AE7B
(193,174,123)
#AC9B6E
(172,155,110)
#978861
(151,136,97)
#827554
(130,117,84)
#6D6247
(109,98,71)
#584F3A
(88,79,58)
#433C2D
(67,60,45)
#2E2920
(46,41,32)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBD495

#EBD495
(235,212,149)
#ECD79E
(236,215,158)
#EDDAA7
(237,218,167)
#EEDDB0
(238,221,176)
#EFE0B9
(239,224,185)
#F0E3C2
(240,227,194)
#F1E6CB
(241,230,203)
#F2E9D4
(242,233,212)
#F3ECDD
(243,236,221)
#F4EFE6
(244,239,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD495 color. Also use rgb(235,212,149) instead hex code.

Text Font Color

.myTextColor { color: #EBD495; }

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

This text font color is #EBD495.


Background Color

.myBgColor { background-color: #EBD495; }

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

This div background color is #EBD495.


Border color

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

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

This div border color is #EBD495.


Opacity

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

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

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

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

This text has shadow with #EBD495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD495 on black background.


Color preview on white background

This text has color #EBD495 on white background.



Black color preview on #EBD495 background

This text has black color on #EBD495 background.


White color preview on #EBD495 background

This text has white color on #EBD495 background.