COLOR #EB821C

HEX: #EB821C
RGB: (235,130,28)

Renk bilgisi

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

RGB renk modeli

#EB821C color RGB value is (235,130,28).

  • kırmız ton 235;
  • yeşil ton 130;
  • mavi ton 28.
RGB:
(235,130,28)
(92%,51%,11%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 130 of 255 = 51%
B 28 of 255 = 11%

235
130
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 130 + 28 = 393 (100%)
R 235 of 393 ~ 59.8%
G 130 of 393 ~ 33.08%
B 28 of 393 ~ 7.12%

%59.8
%33.08

CMYK RENK MODELİ

#EB821C rengi CMYK tonu (0,45,88,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.68%
  • sarı tonu 88.09%
  • ana renk tonu 7.84%
CMYK:
(0,45,88,8)
C0M45Y88K8 
(0%,45%,88%,8%)
(0.00/0.45/0.88/0.08)	

CMYK yüzdeleri

%0
%44.68
%88.09
%7.84

Codes

Color #EB821C in popluar color models

EB821C
RGB23513028
HSL30°83.81%51.57%
HSB/HSV30°88.09%92.16%
CMYK0.00%44.68%88.09%
7.84%

Color #EB821C in popluar number systems.

HEXEB821C
Decimal23513028
Binary111010111000001011100
Octal35320234

Shades and tints

Shades of #EB821C

#EB821C
(235,130,28)
#D6771A
(214,119,26)
#C16C18
(193,108,24)
#AC6116
(172,97,22)
#975614
(151,86,20)
#824B12
(130,75,18)
#6D4010
(109,64,16)
#58350E
(88,53,14)
#432A0C
(67,42,12)
#2E1F0A
(46,31,10)
#191408
(25,20,8)
#000000
(0,0,0)

Tints of #EB821C

#EB821C
(235,130,28)
#EC8D30
(236,141,48)
#ED9844
(237,152,68)
#EEA358
(238,163,88)
#EFAE6C
(239,174,108)
#F0B980
(240,185,128)
#F1C494
(241,196,148)
#F2CFA8
(242,207,168)
#F3DABC
(243,218,188)
#F4E5D0
(244,229,208)
#F5F0E4
(245,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB821C color. Also use rgb(235,130,28) instead hex code.

Text Font Color

.myTextColor { color: #EB821C; }

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

This text font color is #EB821C.


Background Color

.myBgColor { background-color: #EB821C; }

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

This div background color is #EB821C.


Border color

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

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

This div border color is #EB821C.


Opacity

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

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

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

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

This text has shadow with #EB821C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB821C on black background.


Color preview on white background

This text has color #EB821C on white background.



Black color preview on #EB821C background

This text has black color on #EB821C background.


White color preview on #EB821C background

This text has white color on #EB821C background.