COLOR #EE7D12

HEX: #EE7D12
RGB: (238,125,18)

Renk bilgisi

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

RGB renk modeli

#EE7D12 color RGB value is (238,125,18).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 125 of 255 = 49%
B 18 of 255 = 7%

238
125
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 125 + 18 = 381 (100%)
R 238 of 381 ~ 62.47%
G 125 of 381 ~ 32.81%
B 18 of 381 ~ 4.72%

%62.47
%32.81

CMYK RENK MODELİ

#EE7D12 rengi CMYK tonu (0,47,92,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.48%
  • sarı tonu 92.44%
  • ana renk tonu 6.67%
CMYK:
(0,47,92,7)
C0M47Y92K7 
(0%,47%,92%,7%)
(0.00/0.47/0.92/0.07)	

CMYK yüzdeleri

%0
%47.48
%92.44
%6.67

Codes

Color #EE7D12 in popluar color models

EE7D12
RGB23812518
HSL29°86.61%50.20%
HSB/HSV29°92.44%93.33%
CMYK0.00%47.48%92.44%
6.67%

Color #EE7D12 in popluar number systems.

HEXEE7D12
Decimal23812518
Binary11101110111110110010
Octal35617522

Shades and tints

Shades of #EE7D12

#EE7D12
(238,125,18)
#D97211
(217,114,17)
#C46710
(196,103,16)
#AF5C0F
(175,92,15)
#9A510E
(154,81,14)
#85460D
(133,70,13)
#703B0C
(112,59,12)
#5B300B
(91,48,11)
#46250A
(70,37,10)
#311A09
(49,26,9)
#1C0F08
(28,15,8)
#000000
(0,0,0)

Tints of #EE7D12

#EE7D12
(238,125,18)
#EF8827
(239,136,39)
#F0933C
(240,147,60)
#F19E51
(241,158,81)
#F2A966
(242,169,102)
#F3B47B
(243,180,123)
#F4BF90
(244,191,144)
#F5CAA5
(245,202,165)
#F6D5BA
(246,213,186)
#F7E0CF
(247,224,207)
#F8EBE4
(248,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE7D12; }

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

This text font color is #EE7D12.


Background Color

.myBgColor { background-color: #EE7D12; }

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

This div background color is #EE7D12.


Border color

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

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

This div border color is #EE7D12.


Opacity

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

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

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

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

This text has shadow with #EE7D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7D12 on black background.


Color preview on white background

This text has color #EE7D12 on white background.



Black color preview on #EE7D12 background

This text has black color on #EE7D12 background.


White color preview on #EE7D12 background

This text has white color on #EE7D12 background.