COLOR #EBC696

HEX: #EBC696
RGB: (235,198,150)

Renk bilgisi

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

RGB renk modeli

#EBC696 color RGB value is (235,198,150).

  • kırmız ton 235;
  • yeşil ton 198;
  • mavi ton 150.
RGB:
(235,198,150)
(92%,78%,59%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 198 of 255 = 78%
B 150 of 255 = 59%

235
198
150

R + G + B ~ 76%. #EBC696 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 198 + 150 = 583 (100%)
R 235 of 583 ~ 40.31%
G 198 of 583 ~ 33.96%
B 150 of 583 ~ 25.73%

%40.31
%33.96
%25.73

CMYK RENK MODELİ

#EBC696 rengi CMYK tonu (0,16,36,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.74%
  • sarı tonu 36.17%
  • ana renk tonu 7.84%
CMYK:
(0,16,36,8)
C0M16Y36K8 
(0%,16%,36%,8%)
(0.00/0.16/0.36/0.08)	

CMYK yüzdeleri

%0
%15.74
%36.17
%7.84

Codes

Color #EBC696 in popluar color models

EBC696
RGB235198150
HSL34°68.00%75.49%
HSB/HSV34°36.17%92.16%
CMYK0.00%15.74%36.17%
7.84%

Color #EBC696 in popluar number systems.

HEXEBC696
Decimal235198150
Binary111010111100011010010110
Octal353306226

Shades and tints

Shades of #EBC696

#EBC696
(235,198,150)
#D6B489
(214,180,137)
#C1A27C
(193,162,124)
#AC906F
(172,144,111)
#977E62
(151,126,98)
#826C55
(130,108,85)
#6D5A48
(109,90,72)
#58483B
(88,72,59)
#43362E
(67,54,46)
#2E2421
(46,36,33)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #EBC696

#EBC696
(235,198,150)
#ECCB9F
(236,203,159)
#EDD0A8
(237,208,168)
#EED5B1
(238,213,177)
#EFDABA
(239,218,186)
#F0DFC3
(240,223,195)
#F1E4CC
(241,228,204)
#F2E9D5
(242,233,213)
#F3EEDE
(243,238,222)
#F4F3E7
(244,243,231)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC696 color. Also use rgb(235,198,150) instead hex code.

Text Font Color

.myTextColor { color: #EBC696; }

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

This text font color is #EBC696.


Background Color

.myBgColor { background-color: #EBC696; }

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

This div background color is #EBC696.


Border color

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

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

This div border color is #EBC696.


Opacity

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

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

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

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

This text has shadow with #EBC696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC696 on black background.


Color preview on white background

This text has color #EBC696 on white background.



Black color preview on #EBC696 background

This text has black color on #EBC696 background.


White color preview on #EBC696 background

This text has white color on #EBC696 background.