COLOR #EBB795

HEX: #EBB795
RGB: (235,183,149)

Renk bilgisi

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

RGB renk modeli

#EBB795 color RGB value is (235,183,149).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 183 of 255 = 72%
B 149 of 255 = 58%

235
183
149

R + G + B ~ 74%. #EBB795 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 183 + 149 = 567 (100%)
R 235 of 567 ~ 41.45%
G 183 of 567 ~ 32.28%
B 149 of 567 ~ 26.28%

%41.45
%32.28
%26.28

CMYK RENK MODELİ

#EBB795 rengi CMYK tonu (0,22,37,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.13%
  • sarı tonu 36.60%
  • ana renk tonu 7.84%
CMYK:
(0,22,37,8)
C0M22Y37K8 
(0%,22%,37%,8%)
(0.00/0.22/0.37/0.08)	

CMYK yüzdeleri

%0
%22.13
%36.6
%7.84

Codes

Color #EBB795 in popluar color models

EBB795
RGB235183149
HSL24°68.25%75.29%
HSB/HSV24°36.60%92.16%
CMYK0.00%22.13%36.60%
7.84%

Color #EBB795 in popluar number systems.

HEXEBB795
Decimal235183149
Binary111010111011011110010101
Octal353267225

Shades and tints

Shades of #EBB795

#EBB795
(235,183,149)
#D6A788
(214,167,136)
#C1977B
(193,151,123)
#AC876E
(172,135,110)
#977761
(151,119,97)
#826754
(130,103,84)
#6D5747
(109,87,71)
#58473A
(88,71,58)
#43372D
(67,55,45)
#2E2720
(46,39,32)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #EBB795

#EBB795
(235,183,149)
#ECBD9E
(236,189,158)
#EDC3A7
(237,195,167)
#EEC9B0
(238,201,176)
#EFCFB9
(239,207,185)
#F0D5C2
(240,213,194)
#F1DBCB
(241,219,203)
#F2E1D4
(242,225,212)
#F3E7DD
(243,231,221)
#F4EDE6
(244,237,230)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB795; }

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

This text font color is #EBB795.


Background Color

.myBgColor { background-color: #EBB795; }

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

This div background color is #EBB795.


Border color

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

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

This div border color is #EBB795.


Opacity

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

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

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

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

This text has shadow with #EBB795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB795 on black background.


Color preview on white background

This text has color #EBB795 on white background.



Black color preview on #EBB795 background

This text has black color on #EBB795 background.


White color preview on #EBB795 background

This text has white color on #EBB795 background.