COLOR #EB761D

HEX: #EB761D
RGB: (235,118,29)

Renk bilgisi

#EB761D contains mainly red color. #EB761D ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#EB761D color RGB value is (235,118,29).

  • kırmız ton 235;
  • yeşil ton 118;
  • mavi ton 29.
RGB:
(235,118,29)
(92%,46%,11%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 118 of 255 = 46%
B 29 of 255 = 11%

235
118
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 118 + 29 = 382 (100%)
R 235 of 382 ~ 61.52%
G 118 of 382 ~ 30.89%
B 29 of 382 ~ 7.59%

%61.52
%30.89

CMYK RENK MODELİ

#EB761D rengi CMYK tonu (0,50,88,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.79%
  • sarı tonu 87.66%
  • ana renk tonu 7.84%
CMYK:
(0,50,88,8)
C0M50Y88K8 
(0%,50%,88%,8%)
(0.00/0.50/0.88/0.08)	

CMYK yüzdeleri

%0
%49.79
%87.66
%7.84

Codes

Color #EB761D in popluar color models

EB761D
RGB23511829
HSL26°83.74%51.76%
HSB/HSV26°87.66%92.16%
CMYK0.00%49.79%87.66%
7.84%

Color #EB761D in popluar number systems.

HEXEB761D
Decimal23511829
Binary11101011111011011101
Octal35316635

Shades and tints

Shades of #EB761D

#EB761D
(235,118,29)
#D66C1B
(214,108,27)
#C16219
(193,98,25)
#AC5817
(172,88,23)
#974E15
(151,78,21)
#824413
(130,68,19)
#6D3A11
(109,58,17)
#58300F
(88,48,15)
#43260D
(67,38,13)
#2E1C0B
(46,28,11)
#191209
(25,18,9)
#000000
(0,0,0)

Tints of #EB761D

#EB761D
(235,118,29)
#EC8231
(236,130,49)
#ED8E45
(237,142,69)
#EE9A59
(238,154,89)
#EFA66D
(239,166,109)
#F0B281
(240,178,129)
#F1BE95
(241,190,149)
#F2CAA9
(242,202,169)
#F3D6BD
(243,214,189)
#F4E2D1
(244,226,209)
#F5EEE5
(245,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB761D color. Also use rgb(235,118,29) instead hex code.

Text Font Color

.myTextColor { color: #EB761D; }

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

This text font color is #EB761D.


Background Color

.myBgColor { background-color: #EB761D; }

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

This div background color is #EB761D.


Border color

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

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

This div border color is #EB761D.


Opacity

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

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

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

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

This text has shadow with #EB761D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB761D on black background.


Color preview on white background

This text has color #EB761D on white background.



Black color preview on #EB761D background

This text has black color on #EB761D background.


White color preview on #EB761D background

This text has white color on #EB761D background.