COLOR #E38C22

HEX: #E38C22
RGB: (227,140,34)

Renk bilgisi

#E38C22 contains mainly red color. #E38C22 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#E38C22 color RGB value is (227,140,34).

  • kırmız ton 227;
  • yeşil ton 140;
  • mavi ton 34.
RGB:
(227,140,34)
(89%,55%,13%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 140 of 255 = 55%
B 34 of 255 = 13%

227
140
34

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 140 + 34 = 401 (100%)
R 227 of 401 ~ 56.61%
G 140 of 401 ~ 34.91%
B 34 of 401 ~ 8.48%

%56.61
%34.91

CMYK RENK MODELİ

#E38C22 rengi CMYK tonu (0,38,85,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.33%
  • sarı tonu 85.02%
  • ana renk tonu 10.98%
CMYK:
(0,38,85,11)
C0M38Y85K11 
(0%,38%,85%,11%)
(0.00/0.38/0.85/0.11)	

CMYK yüzdeleri

%0
%38.33
%85.02
%10.98

Codes

Color #E38C22 in popluar color models

E38C22
RGB22714034
HSL33°77.51%51.18%
HSB/HSV33°85.02%89.02%
CMYK0.00%38.33%85.02%
10.98%

Color #E38C22 in popluar number systems.

HEXE38C22
Decimal22714034
Binary1110001110001100100010
Octal34321442

Shades and tints

Shades of #E38C22

#E38C22
(227,140,34)
#CF801F
(207,128,31)
#BB741C
(187,116,28)
#A76819
(167,104,25)
#935C16
(147,92,22)
#7F5013
(127,80,19)
#6B4410
(107,68,16)
#57380D
(87,56,13)
#432C0A
(67,44,10)
#2F2007
(47,32,7)
#1B1404
(27,20,4)
#000000
(0,0,0)

Tints of #E38C22

#E38C22
(227,140,34)
#E59636
(229,150,54)
#E7A04A
(231,160,74)
#E9AA5E
(233,170,94)
#EBB472
(235,180,114)
#EDBE86
(237,190,134)
#EFC89A
(239,200,154)
#F1D2AE
(241,210,174)
#F3DCC2
(243,220,194)
#F5E6D6
(245,230,214)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38C22 color. Also use rgb(227,140,34) instead hex code.

Text Font Color

.myTextColor { color: #E38C22; }

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

This text font color is #E38C22.


Background Color

.myBgColor { background-color: #E38C22; }

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

This div background color is #E38C22.


Border color

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

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

This div border color is #E38C22.


Opacity

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

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

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

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

This text has shadow with #E38C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38C22 on black background.


Color preview on white background

This text has color #E38C22 on white background.



Black color preview on #E38C22 background

This text has black color on #E38C22 background.


White color preview on #E38C22 background

This text has white color on #E38C22 background.