COLOR #EBC37F

HEX: #EBC37F
RGB: (235,195,127)

Renk bilgisi

#EBC37F contains mainly red and green colors. #EBC37F ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EBC37F color RGB value is (235,195,127).

  • kırmız ton 235;
  • yeşil ton 195;
  • mavi ton 127.
RGB:
(235,195,127)
(92%,76%,50%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 195 of 255 = 76%
B 127 of 255 = 50%

235
195
127

R + G + B ~ 73%. #EBC37F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 195 + 127 = 557 (100%)
R 235 of 557 ~ 42.19%
G 195 of 557 ~ 35.01%
B 127 of 557 ~ 22.8%

%42.19
%35.01
%22.8

CMYK RENK MODELİ

#EBC37F rengi CMYK tonu (0,17,46,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.02%
  • sarı tonu 45.96%
  • ana renk tonu 7.84%
CMYK:
(0,17,46,8)
C0M17Y46K8 
(0%,17%,46%,8%)
(0.00/0.17/0.46/0.08)	

CMYK yüzdeleri

%0
%17.02
%45.96
%7.84

Codes

Color #EBC37F in popluar color models

EBC37F
RGB235195127
HSL38°72.97%70.98%
HSB/HSV38°45.96%92.16%
CMYK0.00%17.02%45.96%
7.84%

Color #EBC37F in popluar number systems.

HEXEBC37F
Decimal235195127
Binary11101011110000111111111
Octal353303177

Shades and tints

Shades of #EBC37F

#EBC37F
(235,195,127)
#D6B274
(214,178,116)
#C1A169
(193,161,105)
#AC905E
(172,144,94)
#977F53
(151,127,83)
#826E48
(130,110,72)
#6D5D3D
(109,93,61)
#584C32
(88,76,50)
#433B27
(67,59,39)
#2E2A1C
(46,42,28)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #EBC37F

#EBC37F
(235,195,127)
#ECC88A
(236,200,138)
#EDCD95
(237,205,149)
#EED2A0
(238,210,160)
#EFD7AB
(239,215,171)
#F0DCB6
(240,220,182)
#F1E1C1
(241,225,193)
#F2E6CC
(242,230,204)
#F3EBD7
(243,235,215)
#F4F0E2
(244,240,226)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC37F color. Also use rgb(235,195,127) instead hex code.

Text Font Color

.myTextColor { color: #EBC37F; }

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

This text font color is #EBC37F.


Background Color

.myBgColor { background-color: #EBC37F; }

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

This div background color is #EBC37F.


Border color

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

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

This div border color is #EBC37F.


Opacity

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

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

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

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

This text has shadow with #EBC37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC37F on black background.


Color preview on white background

This text has color #EBC37F on white background.



Black color preview on #EBC37F background

This text has black color on #EBC37F background.


White color preview on #EBC37F background

This text has white color on #EBC37F background.