COLOR #EE7D24

HEX: #EE7D24
RGB: (238,125,36)

Renk bilgisi

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

RGB renk modeli

#EE7D24 color RGB value is (238,125,36).

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

RGB bağlantıları ve doygunluk

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

238
125
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 125 + 36 = 399 (100%)
R 238 of 399 ~ 59.65%
G 125 of 399 ~ 31.33%
B 36 of 399 ~ 9.02%

%59.65
%31.33

CMYK RENK MODELİ

#EE7D24 rengi CMYK tonu (0,47,85,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.48%
  • sarı tonu 84.87%
  • ana renk tonu 6.67%
CMYK:
(0,47,85,7)
C0M47Y85K7 
(0%,47%,85%,7%)
(0.00/0.47/0.85/0.07)	

CMYK yüzdeleri

%0
%47.48
%84.87
%6.67

Codes

Color #EE7D24 in popluar color models

EE7D24
RGB23812536
HSL26°85.59%53.73%
HSB/HSV26°84.87%93.33%
CMYK0.00%47.48%84.87%
6.67%

Color #EE7D24 in popluar number systems.

HEXEE7D24
Decimal23812536
Binary111011101111101100100
Octal35617544

Shades and tints

Shades of #EE7D24

#EE7D24
(238,125,36)
#D97221
(217,114,33)
#C4671E
(196,103,30)
#AF5C1B
(175,92,27)
#9A5118
(154,81,24)
#854615
(133,70,21)
#703B12
(112,59,18)
#5B300F
(91,48,15)
#46250C
(70,37,12)
#311A09
(49,26,9)
#1C0F06
(28,15,6)
#000000
(0,0,0)

Tints of #EE7D24

#EE7D24
(238,125,36)
#EF8837
(239,136,55)
#F0934A
(240,147,74)
#F19E5D
(241,158,93)
#F2A970
(242,169,112)
#F3B483
(243,180,131)
#F4BF96
(244,191,150)
#F5CAA9
(245,202,169)
#F6D5BC
(246,213,188)
#F7E0CF
(247,224,207)
#F8EBE2
(248,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE7D24; }

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

This text font color is #EE7D24.


Background Color

.myBgColor { background-color: #EE7D24; }

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

This div background color is #EE7D24.


Border color

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

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

This div border color is #EE7D24.


Opacity

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

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

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

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

This text has shadow with #EE7D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7D24 on black background.


Color preview on white background

This text has color #EE7D24 on white background.



Black color preview on #EE7D24 background

This text has black color on #EE7D24 background.


White color preview on #EE7D24 background

This text has white color on #EE7D24 background.