COLOR #EB994F

HEX: #EB994F
RGB: (235,153,79)

Renk bilgisi

#EB994F contains mainly red color. #EB994F ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EB994F color RGB value is (235,153,79).

  • kırmız ton 235;
  • yeşil ton 153;
  • mavi ton 79.
RGB:
(235,153,79)
(92%,60%,31%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 153 of 255 = 60%
B 79 of 255 = 31%

235
153
79

R + G + B ~ 61%. #EB994F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 153 + 79 = 467 (100%)
R 235 of 467 ~ 50.32%
G 153 of 467 ~ 32.76%
B 79 of 467 ~ 16.92%

%50.32
%32.76
%16.92

CMYK RENK MODELİ

#EB994F rengi CMYK tonu (0,35,66,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.89%
  • sarı tonu 66.38%
  • ana renk tonu 7.84%
CMYK:
(0,35,66,8)
C0M35Y66K8 
(0%,35%,66%,8%)
(0.00/0.35/0.66/0.08)	

CMYK yüzdeleri

%0
%34.89
%66.38
%7.84

Codes

Color #EB994F in popluar color models

EB994F
RGB23515379
HSL28°79.59%61.57%
HSB/HSV28°66.38%92.16%
CMYK0.00%34.89%66.38%
7.84%

Color #EB994F in popluar number systems.

HEXEB994F
Decimal23515379
Binary11101011100110011001111
Octal353231117

Shades and tints

Shades of #EB994F

#EB994F
(235,153,79)
#D68C48
(214,140,72)
#C17F41
(193,127,65)
#AC723A
(172,114,58)
#976533
(151,101,51)
#82582C
(130,88,44)
#6D4B25
(109,75,37)
#583E1E
(88,62,30)
#433117
(67,49,23)
#2E2410
(46,36,16)
#191709
(25,23,9)
#000000
(0,0,0)

Tints of #EB994F

#EB994F
(235,153,79)
#ECA25F
(236,162,95)
#EDAB6F
(237,171,111)
#EEB47F
(238,180,127)
#EFBD8F
(239,189,143)
#F0C69F
(240,198,159)
#F1CFAF
(241,207,175)
#F2D8BF
(242,216,191)
#F3E1CF
(243,225,207)
#F4EADF
(244,234,223)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB994F color. Also use rgb(235,153,79) instead hex code.

Text Font Color

.myTextColor { color: #EB994F; }

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

This text font color is #EB994F.


Background Color

.myBgColor { background-color: #EB994F; }

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

This div background color is #EB994F.


Border color

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

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

This div border color is #EB994F.


Opacity

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

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

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

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

This text has shadow with #EB994F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB994F on black background.


Color preview on white background

This text has color #EB994F on white background.



Black color preview on #EB994F background

This text has black color on #EB994F background.


White color preview on #EB994F background

This text has white color on #EB994F background.