COLOR #EE7D0E

HEX: #EE7D0E
RGB: (238,125,14)

Renk bilgisi

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

RGB renk modeli

#EE7D0E color RGB value is (238,125,14).

  • kırmız ton 238;
  • yeşil ton 125;
  • mavi ton 14.
RGB:
(238,125,14)
(93%,49%,5%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 125 of 255 = 49%
B 14 of 255 = 5%

238
125
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 125 + 14 = 377 (100%)
R 238 of 377 ~ 63.13%
G 125 of 377 ~ 33.16%
B 14 of 377 ~ 3.71%

%63.13
%33.16

CMYK RENK MODELİ

#EE7D0E rengi CMYK tonu (0,47,94,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.48%
  • sarı tonu 94.12%
  • ana renk tonu 6.67%
CMYK:
(0,47,94,7)
C0M47Y94K7 
(0%,47%,94%,7%)
(0.00/0.47/0.94/0.07)	

CMYK yüzdeleri

%0
%47.48
%94.12
%6.67

Codes

Color #EE7D0E in popluar color models

EE7D0E
RGB23812514
HSL30°88.89%49.41%
HSB/HSV30°94.12%93.33%
CMYK0.00%47.48%94.12%
6.67%

Color #EE7D0E in popluar number systems.

HEXEE7D0E
Decimal23812514
Binary1110111011111011110
Octal35617516

Shades and tints

Shades of #EE7D0E

#EE7D0E
(238,125,14)
#D9720D
(217,114,13)
#C4670C
(196,103,12)
#AF5C0B
(175,92,11)
#9A510A
(154,81,10)
#854609
(133,70,9)
#703B08
(112,59,8)
#5B3007
(91,48,7)
#462506
(70,37,6)
#311A05
(49,26,5)
#1C0F04
(28,15,4)
#000000
(0,0,0)

Tints of #EE7D0E

#EE7D0E
(238,125,14)
#EF8823
(239,136,35)
#F09338
(240,147,56)
#F19E4D
(241,158,77)
#F2A962
(242,169,98)
#F3B477
(243,180,119)
#F4BF8C
(244,191,140)
#F5CAA1
(245,202,161)
#F6D5B6
(246,213,182)
#F7E0CB
(247,224,203)
#F8EBE0
(248,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7D0E color. Also use rgb(238,125,14) instead hex code.

Text Font Color

.myTextColor { color: #EE7D0E; }

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

This text font color is #EE7D0E.


Background Color

.myBgColor { background-color: #EE7D0E; }

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

This div background color is #EE7D0E.


Border color

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

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

This div border color is #EE7D0E.


Opacity

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

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

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

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

This text has shadow with #EE7D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7D0E on black background.


Color preview on white background

This text has color #EE7D0E on white background.



Black color preview on #EE7D0E background

This text has black color on #EE7D0E background.


White color preview on #EE7D0E background

This text has white color on #EE7D0E background.