COLOR #E38F18

HEX: #E38F18
RGB: (227,143,24)

Renk bilgisi

#E38F18 contains mainly red color. #E38F18 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#E38F18 color RGB value is (227,143,24).

  • kırmız ton 227;
  • yeşil ton 143;
  • mavi ton 24.
RGB:
(227,143,24)
(89%,56%,9%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 143 of 255 = 56%
B 24 of 255 = 9%

227
143
24

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 143 + 24 = 394 (100%)
R 227 of 394 ~ 57.61%
G 143 of 394 ~ 36.29%
B 24 of 394 ~ 6.09%

%57.61
%36.29

CMYK RENK MODELİ

#E38F18 rengi CMYK tonu (0,37,89,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.00%
  • sarı tonu 89.43%
  • ana renk tonu 10.98%
CMYK:
(0,37,89,11)
C0M37Y89K11 
(0%,37%,89%,11%)
(0.00/0.37/0.89/0.11)	

CMYK yüzdeleri

%0
%37
%89.43
%10.98

Codes

Color #E38F18 in popluar color models

E38F18
RGB22714324
HSL35°80.88%49.22%
HSB/HSV35°89.43%89.02%
CMYK0.00%37.00%89.43%
10.98%

Color #E38F18 in popluar number systems.

HEXE38F18
Decimal22714324
Binary111000111000111111000
Octal34321730

Shades and tints

Shades of #E38F18

#E38F18
(227,143,24)
#CF8216
(207,130,22)
#BB7514
(187,117,20)
#A76812
(167,104,18)
#935B10
(147,91,16)
#7F4E0E
(127,78,14)
#6B410C
(107,65,12)
#57340A
(87,52,10)
#432708
(67,39,8)
#2F1A06
(47,26,6)
#1B0D04
(27,13,4)
#000000
(0,0,0)

Tints of #E38F18

#E38F18
(227,143,24)
#E5992D
(229,153,45)
#E7A342
(231,163,66)
#E9AD57
(233,173,87)
#EBB76C
(235,183,108)
#EDC181
(237,193,129)
#EFCB96
(239,203,150)
#F1D5AB
(241,213,171)
#F3DFC0
(243,223,192)
#F5E9D5
(245,233,213)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38F18 color. Also use rgb(227,143,24) instead hex code.

Text Font Color

.myTextColor { color: #E38F18; }

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

This text font color is #E38F18.


Background Color

.myBgColor { background-color: #E38F18; }

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

This div background color is #E38F18.


Border color

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

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

This div border color is #E38F18.


Opacity

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

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

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

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

This text has shadow with #E38F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38F18 on black background.


Color preview on white background

This text has color #E38F18 on white background.



Black color preview on #E38F18 background

This text has black color on #E38F18 background.


White color preview on #E38F18 background

This text has white color on #E38F18 background.