COLOR #EBB983

HEX: #EBB983
RGB: (235,185,131)

Renk bilgisi

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

RGB renk modeli

#EBB983 color RGB value is (235,185,131).

  • kırmız ton 235;
  • yeşil ton 185;
  • mavi ton 131.
RGB:
(235,185,131)
(92%,73%,51%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 185 of 255 = 73%
B 131 of 255 = 51%

235
185
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 185 + 131 = 551 (100%)
R 235 of 551 ~ 42.65%
G 185 of 551 ~ 33.58%
B 131 of 551 ~ 23.77%

%42.65
%33.58
%23.77

CMYK RENK MODELİ

#EBB983 rengi CMYK tonu (0,21,44,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.28%
  • sarı tonu 44.26%
  • ana renk tonu 7.84%
CMYK:
(0,21,44,8)
C0M21Y44K8 
(0%,21%,44%,8%)
(0.00/0.21/0.44/0.08)	

CMYK yüzdeleri

%0
%21.28
%44.26
%7.84

Codes

Color #EBB983 in popluar color models

EBB983
RGB235185131
HSL31°72.22%71.76%
HSB/HSV31°44.26%92.16%
CMYK0.00%21.28%44.26%
7.84%

Color #EBB983 in popluar number systems.

HEXEBB983
Decimal235185131
Binary111010111011100110000011
Octal353271203

Shades and tints

Shades of #EBB983

#EBB983
(235,185,131)
#D6A978
(214,169,120)
#C1996D
(193,153,109)
#AC8962
(172,137,98)
#977957
(151,121,87)
#82694C
(130,105,76)
#6D5941
(109,89,65)
#584936
(88,73,54)
#43392B
(67,57,43)
#2E2920
(46,41,32)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBB983

#EBB983
(235,185,131)
#ECBF8E
(236,191,142)
#EDC599
(237,197,153)
#EECBA4
(238,203,164)
#EFD1AF
(239,209,175)
#F0D7BA
(240,215,186)
#F1DDC5
(241,221,197)
#F2E3D0
(242,227,208)
#F3E9DB
(243,233,219)
#F4EFE6
(244,239,230)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB983 color. Also use rgb(235,185,131) instead hex code.

Text Font Color

.myTextColor { color: #EBB983; }

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

This text font color is #EBB983.


Background Color

.myBgColor { background-color: #EBB983; }

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

This div background color is #EBB983.


Border color

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

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

This div border color is #EBB983.


Opacity

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

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

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

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

This text has shadow with #EBB983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB983 on black background.


Color preview on white background

This text has color #EBB983 on white background.



Black color preview on #EBB983 background

This text has black color on #EBB983 background.


White color preview on #EBB983 background

This text has white color on #EBB983 background.