COLOR #EB762A

HEX: #EB762A
RGB: (235,118,42)

Renk bilgisi

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

RGB renk modeli

#EB762A color RGB value is (235,118,42).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 118 of 255 = 46%
B 42 of 255 = 16%

235
118
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 118 + 42 = 395 (100%)
R 235 of 395 ~ 59.49%
G 118 of 395 ~ 29.87%
B 42 of 395 ~ 10.63%

%59.49
%29.87
%10.63

CMYK RENK MODELİ

#EB762A rengi CMYK tonu (0,50,82,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.79%
  • sarı tonu 82.13%
  • ana renk tonu 7.84%
CMYK:
(0,50,82,8)
C0M50Y82K8 
(0%,50%,82%,8%)
(0.00/0.50/0.82/0.08)	

CMYK yüzdeleri

%0
%49.79
%82.13
%7.84

Codes

Color #EB762A in popluar color models

EB762A
RGB23511842
HSL24°82.83%54.31%
HSB/HSV24°82.13%92.16%
CMYK0.00%49.79%82.13%
7.84%

Color #EB762A in popluar number systems.

HEXEB762A
Decimal23511842
Binary111010111110110101010
Octal35316652

Shades and tints

Shades of #EB762A

#EB762A
(235,118,42)
#D66C27
(214,108,39)
#C16224
(193,98,36)
#AC5821
(172,88,33)
#974E1E
(151,78,30)
#82441B
(130,68,27)
#6D3A18
(109,58,24)
#583015
(88,48,21)
#432612
(67,38,18)
#2E1C0F
(46,28,15)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #EB762A

#EB762A
(235,118,42)
#EC823D
(236,130,61)
#ED8E50
(237,142,80)
#EE9A63
(238,154,99)
#EFA676
(239,166,118)
#F0B289
(240,178,137)
#F1BE9C
(241,190,156)
#F2CAAF
(242,202,175)
#F3D6C2
(243,214,194)
#F4E2D5
(244,226,213)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB762A; }

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

This text font color is #EB762A.


Background Color

.myBgColor { background-color: #EB762A; }

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

This div background color is #EB762A.


Border color

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

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

This div border color is #EB762A.


Opacity

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

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

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

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

This text has shadow with #EB762A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB762A on black background.


Color preview on white background

This text has color #EB762A on white background.



Black color preview on #EB762A background

This text has black color on #EB762A background.


White color preview on #EB762A background

This text has white color on #EB762A background.