COLOR #EBA595

HEX: #EBA595
RGB: (235,165,149)

Renk bilgisi

#EBA595 contains mainly red color. #EBA595 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EBA595 color RGB value is (235,165,149).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 165 of 255 = 65%
B 149 of 255 = 58%

235
165
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 165 + 149 = 549 (100%)
R 235 of 549 ~ 42.81%
G 165 of 549 ~ 30.05%
B 149 of 549 ~ 27.14%

%42.81
%30.05
%27.14

CMYK RENK MODELİ

#EBA595 rengi CMYK tonu (0,30,37,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.79%
  • sarı tonu 36.60%
  • ana renk tonu 7.84%
CMYK:
(0,30,37,8)
C0M30Y37K8 
(0%,30%,37%,8%)
(0.00/0.30/0.37/0.08)	

CMYK yüzdeleri

%0
%29.79
%36.6
%7.84

Codes

Color #EBA595 in popluar color models

EBA595
RGB235165149
HSL11°68.25%75.29%
HSB/HSV11°36.60%92.16%
CMYK0.00%29.79%36.60%
7.84%

Color #EBA595 in popluar number systems.

HEXEBA595
Decimal235165149
Binary111010111010010110010101
Octal353245225

Shades and tints

Shades of #EBA595

#EBA595
(235,165,149)
#D69688
(214,150,136)
#C1877B
(193,135,123)
#AC786E
(172,120,110)
#976961
(151,105,97)
#825A54
(130,90,84)
#6D4B47
(109,75,71)
#583C3A
(88,60,58)
#432D2D
(67,45,45)
#2E1E20
(46,30,32)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #EBA595

#EBA595
(235,165,149)
#ECAD9E
(236,173,158)
#EDB5A7
(237,181,167)
#EEBDB0
(238,189,176)
#EFC5B9
(239,197,185)
#F0CDC2
(240,205,194)
#F1D5CB
(241,213,203)
#F2DDD4
(242,221,212)
#F3E5DD
(243,229,221)
#F4EDE6
(244,237,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA595; }

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

This text font color is #EBA595.


Background Color

.myBgColor { background-color: #EBA595; }

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

This div background color is #EBA595.


Border color

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

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

This div border color is #EBA595.


Opacity

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

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

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

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

This text has shadow with #EBA595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA595 on black background.


Color preview on white background

This text has color #EBA595 on white background.



Black color preview on #EBA595 background

This text has black color on #EBA595 background.


White color preview on #EBA595 background

This text has white color on #EBA595 background.