COLOR #ED6919

HEX: #ED6919
RGB: (237,105,25)

Renk bilgisi

#ED6919 contains mainly red color. #ED6919 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#ED6919 color RGB value is (237,105,25).

  • kırmız ton 237;
  • yeşil ton 105;
  • mavi ton 25.
RGB:
(237,105,25)
(93%,41%,10%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 105 of 255 = 41%
B 25 of 255 = 10%

237
105
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 105 + 25 = 367 (100%)
R 237 of 367 ~ 64.58%
G 105 of 367 ~ 28.61%
B 25 of 367 ~ 6.81%

%64.58
%28.61

CMYK RENK MODELİ

#ED6919 rengi CMYK tonu (0,56,89,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.70%
  • sarı tonu 89.45%
  • ana renk tonu 7.06%
CMYK:
(0,56,89,7)
C0M56Y89K7 
(0%,56%,89%,7%)
(0.00/0.56/0.89/0.07)	

CMYK yüzdeleri

%0
%55.7
%89.45
%7.06

Codes

Color #ED6919 in popluar color models

ED6919
RGB23710525
HSL23°85.48%51.37%
HSB/HSV23°89.45%92.94%
CMYK0.00%55.70%89.45%
7.06%

Color #ED6919 in popluar number systems.

HEXED6919
Decimal23710525
Binary11101101110100111001
Octal35515131

Shades and tints

Shades of #ED6919

#ED6919
(237,105,25)
#D86017
(216,96,23)
#C35715
(195,87,21)
#AE4E13
(174,78,19)
#994511
(153,69,17)
#843C0F
(132,60,15)
#6F330D
(111,51,13)
#5A2A0B
(90,42,11)
#452109
(69,33,9)
#301807
(48,24,7)
#1B0F05
(27,15,5)
#000000
(0,0,0)

Tints of #ED6919

#ED6919
(237,105,25)
#EE762D
(238,118,45)
#EF8341
(239,131,65)
#F09055
(240,144,85)
#F19D69
(241,157,105)
#F2AA7D
(242,170,125)
#F3B791
(243,183,145)
#F4C4A5
(244,196,165)
#F5D1B9
(245,209,185)
#F6DECD
(246,222,205)
#F7EBE1
(247,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6919 color. Also use rgb(237,105,25) instead hex code.

Text Font Color

.myTextColor { color: #ED6919; }

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

This text font color is #ED6919.


Background Color

.myBgColor { background-color: #ED6919; }

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

This div background color is #ED6919.


Border color

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

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

This div border color is #ED6919.


Opacity

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

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

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

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

This text has shadow with #ED6919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6919 on black background.


Color preview on white background

This text has color #ED6919 on white background.



Black color preview on #ED6919 background

This text has black color on #ED6919 background.


White color preview on #ED6919 background

This text has white color on #ED6919 background.