COLOR #EB8E3F

HEX: #EB8E3F
RGB: (235,142,63)

Renk bilgisi

#EB8E3F contains mainly red color. #EB8E3F ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#EB8E3F color RGB value is (235,142,63).

  • kırmız ton 235;
  • yeşil ton 142;
  • mavi ton 63.
RGB:
(235,142,63)
(92%,56%,25%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 142 of 255 = 56%
B 63 of 255 = 25%

235
142
63

R + G + B ~ 58%. #EB8E3F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 142 + 63 = 440 (100%)
R 235 of 440 ~ 53.41%
G 142 of 440 ~ 32.27%
B 63 of 440 ~ 14.32%

%53.41
%32.27
%14.32

CMYK RENK MODELİ

#EB8E3F rengi CMYK tonu (0,40,73,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.57%
  • sarı tonu 73.19%
  • ana renk tonu 7.84%
CMYK:
(0,40,73,8)
C0M40Y73K8 
(0%,40%,73%,8%)
(0.00/0.40/0.73/0.08)	

CMYK yüzdeleri

%0
%39.57
%73.19
%7.84

Codes

Color #EB8E3F in popluar color models

EB8E3F
RGB23514263
HSL28°81.13%58.43%
HSB/HSV28°73.19%92.16%
CMYK0.00%39.57%73.19%
7.84%

Color #EB8E3F in popluar number systems.

HEXEB8E3F
Decimal23514263
Binary1110101110001110111111
Octal35321677

Shades and tints

Shades of #EB8E3F

#EB8E3F
(235,142,63)
#D6823A
(214,130,58)
#C17635
(193,118,53)
#AC6A30
(172,106,48)
#975E2B
(151,94,43)
#825226
(130,82,38)
#6D4621
(109,70,33)
#583A1C
(88,58,28)
#432E17
(67,46,23)
#2E2212
(46,34,18)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #EB8E3F

#EB8E3F
(235,142,63)
#EC9850
(236,152,80)
#EDA261
(237,162,97)
#EEAC72
(238,172,114)
#EFB683
(239,182,131)
#F0C094
(240,192,148)
#F1CAA5
(241,202,165)
#F2D4B6
(242,212,182)
#F3DEC7
(243,222,199)
#F4E8D8
(244,232,216)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8E3F color. Also use rgb(235,142,63) instead hex code.

Text Font Color

.myTextColor { color: #EB8E3F; }

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

This text font color is #EB8E3F.


Background Color

.myBgColor { background-color: #EB8E3F; }

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

This div background color is #EB8E3F.


Border color

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

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

This div border color is #EB8E3F.


Opacity

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

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

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

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

This text has shadow with #EB8E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8E3F on black background.


Color preview on white background

This text has color #EB8E3F on white background.



Black color preview on #EB8E3F background

This text has black color on #EB8E3F background.


White color preview on #EB8E3F background

This text has white color on #EB8E3F background.