COLOR #E38427

HEX: #E38427
RGB: (227,132,39)

Renk bilgisi

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

RGB renk modeli

#E38427 color RGB value is (227,132,39).

  • kırmız ton 227;
  • yeşil ton 132;
  • mavi ton 39.
RGB:
(227,132,39)
(89%,52%,15%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 132 of 255 = 52%
B 39 of 255 = 15%

227
132
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 132 + 39 = 398 (100%)
R 227 of 398 ~ 57.04%
G 132 of 398 ~ 33.17%
B 39 of 398 ~ 9.8%

%57.04
%33.17
%9.8

CMYK RENK MODELİ

#E38427 rengi CMYK tonu (0,42,83,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.85%
  • sarı tonu 82.82%
  • ana renk tonu 10.98%
CMYK:
(0,42,83,11)
C0M42Y83K11 
(0%,42%,83%,11%)
(0.00/0.42/0.83/0.11)	

CMYK yüzdeleri

%0
%41.85
%82.82
%10.98

Codes

Color #E38427 in popluar color models

E38427
RGB22713239
HSL30°77.05%52.16%
HSB/HSV30°82.82%89.02%
CMYK0.00%41.85%82.82%
10.98%

Color #E38427 in popluar number systems.

HEXE38427
Decimal22713239
Binary1110001110000100100111
Octal34320447

Shades and tints

Shades of #E38427

#E38427
(227,132,39)
#CF7824
(207,120,36)
#BB6C21
(187,108,33)
#A7601E
(167,96,30)
#93541B
(147,84,27)
#7F4818
(127,72,24)
#6B3C15
(107,60,21)
#573012
(87,48,18)
#43240F
(67,36,15)
#2F180C
(47,24,12)
#1B0C09
(27,12,9)
#000000
(0,0,0)

Tints of #E38427

#E38427
(227,132,39)
#E58F3A
(229,143,58)
#E79A4D
(231,154,77)
#E9A560
(233,165,96)
#EBB073
(235,176,115)
#EDBB86
(237,187,134)
#EFC699
(239,198,153)
#F1D1AC
(241,209,172)
#F3DCBF
(243,220,191)
#F5E7D2
(245,231,210)
#F7F2E5
(247,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38427 color. Also use rgb(227,132,39) instead hex code.

Text Font Color

.myTextColor { color: #E38427; }

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

This text font color is #E38427.


Background Color

.myBgColor { background-color: #E38427; }

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

This div background color is #E38427.


Border color

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

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

This div border color is #E38427.


Opacity

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

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

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

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

This text has shadow with #E38427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38427 on black background.


Color preview on white background

This text has color #E38427 on white background.



Black color preview on #E38427 background

This text has black color on #E38427 background.


White color preview on #E38427 background

This text has white color on #E38427 background.