COLOR #E38F1A

HEX: #E38F1A
RGB: (227,143,26)

Renk bilgisi

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

RGB renk modeli

#E38F1A color RGB value is (227,143,26).

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

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 143 of 255 = 56%
B 26 of 255 = 10%

227
143
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 143 + 26 = 396 (100%)
R 227 of 396 ~ 57.32%
G 143 of 396 ~ 36.11%
B 26 of 396 ~ 6.57%

%57.32
%36.11

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.00%
  • sarı tonu 88.55%
  • 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
%88.55
%10.98

Codes

Color #E38F1A in popluar color models

E38F1A
RGB22714326
HSL35°79.45%49.61%
HSB/HSV35°88.55%89.02%
CMYK0.00%37.00%88.55%
10.98%

Color #E38F1A in popluar number systems.

HEXE38F1A
Decimal22714326
Binary111000111000111111010
Octal34321732

Shades and tints

Shades of #E38F1A

#E38F1A
(227,143,26)
#CF8218
(207,130,24)
#BB7516
(187,117,22)
#A76814
(167,104,20)
#935B12
(147,91,18)
#7F4E10
(127,78,16)
#6B410E
(107,65,14)
#57340C
(87,52,12)
#43270A
(67,39,10)
#2F1A08
(47,26,8)
#1B0D06
(27,13,6)
#000000
(0,0,0)

Tints of #E38F1A

#E38F1A
(227,143,26)
#E5992E
(229,153,46)
#E7A342
(231,163,66)
#E9AD56
(233,173,86)
#EBB76A
(235,183,106)
#EDC17E
(237,193,126)
#EFCB92
(239,203,146)
#F1D5A6
(241,213,166)
#F3DFBA
(243,223,186)
#F5E9CE
(245,233,206)
#F7F3E2
(247,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38F1A; }

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

This text font color is #E38F1A.


Background Color

.myBgColor { background-color: #E38F1A; }

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

This div background color is #E38F1A.


Border color

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

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

This div border color is #E38F1A.


Opacity

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

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

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

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

This text has shadow with #E38F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38F1A on black background.


Color preview on white background

This text has color #E38F1A on white background.



Black color preview on #E38F1A background

This text has black color on #E38F1A background.


White color preview on #E38F1A background

This text has white color on #E38F1A background.