COLOR #ED9F0F

HEX: #ED9F0F
RGB: (237,159,15)

Renk bilgisi

#ED9F0F contains mainly red color. #ED9F0F ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#ED9F0F color RGB value is (237,159,15).

  • kırmız ton 237;
  • yeşil ton 159;
  • mavi ton 15.
RGB:
(237,159,15)
(93%,62%,6%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 159 of 255 = 62%
B 15 of 255 = 6%

237
159
15

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 159 + 15 = 411 (100%)
R 237 of 411 ~ 57.66%
G 159 of 411 ~ 38.69%
B 15 of 411 ~ 3.65%

%57.66
%38.69

CMYK RENK MODELİ

#ED9F0F rengi CMYK tonu (0,33,94,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.91%
  • sarı tonu 93.67%
  • ana renk tonu 7.06%
CMYK:
(0,33,94,7)
C0M33Y94K7 
(0%,33%,94%,7%)
(0.00/0.33/0.94/0.07)	

CMYK yüzdeleri

%0
%32.91
%93.67
%7.06

Codes

Color #ED9F0F in popluar color models

ED9F0F
RGB23715915
HSL39°88.10%49.41%
HSB/HSV39°93.67%92.94%
CMYK0.00%32.91%93.67%
7.06%

Color #ED9F0F in popluar number systems.

HEXED9F0F
Decimal23715915
Binary11101101100111111111
Octal35523717

Shades and tints

Shades of #ED9F0F

#ED9F0F
(237,159,15)
#D8910E
(216,145,14)
#C3830D
(195,131,13)
#AE750C
(174,117,12)
#99670B
(153,103,11)
#84590A
(132,89,10)
#6F4B09
(111,75,9)
#5A3D08
(90,61,8)
#452F07
(69,47,7)
#302106
(48,33,6)
#1B1305
(27,19,5)
#000000
(0,0,0)

Tints of #ED9F0F

#ED9F0F
(237,159,15)
#EEA724
(238,167,36)
#EFAF39
(239,175,57)
#F0B74E
(240,183,78)
#F1BF63
(241,191,99)
#F2C778
(242,199,120)
#F3CF8D
(243,207,141)
#F4D7A2
(244,215,162)
#F5DFB7
(245,223,183)
#F6E7CC
(246,231,204)
#F7EFE1
(247,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9F0F color. Also use rgb(237,159,15) instead hex code.

Text Font Color

.myTextColor { color: #ED9F0F; }

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

This text font color is #ED9F0F.


Background Color

.myBgColor { background-color: #ED9F0F; }

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

This div background color is #ED9F0F.


Border color

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

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

This div border color is #ED9F0F.


Opacity

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

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

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

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

This text has shadow with #ED9F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9F0F on black background.


Color preview on white background

This text has color #ED9F0F on white background.



Black color preview on #ED9F0F background

This text has black color on #ED9F0F background.


White color preview on #ED9F0F background

This text has white color on #ED9F0F background.