COLOR #EBD295

HEX: #EBD295
RGB: (235,210,149)

Renk bilgisi

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

RGB renk modeli

#EBD295 color RGB value is (235,210,149).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 210 of 255 = 82%
B 149 of 255 = 58%

235
210
149

R + G + B ~ 77%. #EBD295 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 210 + 149 = 594 (100%)
R 235 of 594 ~ 39.56%
G 210 of 594 ~ 35.35%
B 149 of 594 ~ 25.08%

%39.56
%35.35
%25.08

CMYK RENK MODELİ

#EBD295 rengi CMYK tonu (0,11,37,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.64%
  • sarı tonu 36.60%
  • ana renk tonu 7.84%
CMYK:
(0,11,37,8)
C0M11Y37K8 
(0%,11%,37%,8%)
(0.00/0.11/0.37/0.08)	

CMYK yüzdeleri

%0
%10.64
%36.6
%7.84

Codes

Color #EBD295 in popluar color models

EBD295
RGB235210149
HSL43°68.25%75.29%
HSB/HSV43°36.60%92.16%
CMYK0.00%10.64%36.60%
7.84%

Color #EBD295 in popluar number systems.

HEXEBD295
Decimal235210149
Binary111010111101001010010101
Octal353322225

Shades and tints

Shades of #EBD295

#EBD295
(235,210,149)
#D6BF88
(214,191,136)
#C1AC7B
(193,172,123)
#AC996E
(172,153,110)
#978661
(151,134,97)
#827354
(130,115,84)
#6D6047
(109,96,71)
#584D3A
(88,77,58)
#433A2D
(67,58,45)
#2E2720
(46,39,32)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #EBD295

#EBD295
(235,210,149)
#ECD69E
(236,214,158)
#EDDAA7
(237,218,167)
#EEDEB0
(238,222,176)
#EFE2B9
(239,226,185)
#F0E6C2
(240,230,194)
#F1EACB
(241,234,203)
#F2EED4
(242,238,212)
#F3F2DD
(243,242,221)
#F4F6E6
(244,246,230)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD295; }

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

This text font color is #EBD295.


Background Color

.myBgColor { background-color: #EBD295; }

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

This div background color is #EBD295.


Border color

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

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

This div border color is #EBD295.


Opacity

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

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

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

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

This text has shadow with #EBD295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD295 on black background.


Color preview on white background

This text has color #EBD295 on white background.



Black color preview on #EBD295 background

This text has black color on #EBD295 background.


White color preview on #EBD295 background

This text has white color on #EBD295 background.