COLOR #E48526

HEX: #E48526
RGB: (228,133,38)

Renk bilgisi

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

RGB renk modeli

#E48526 color RGB value is (228,133,38).

  • kırmız ton 228;
  • yeşil ton 133;
  • mavi ton 38.
RGB:
(228,133,38)
(89%,52%,15%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 133 of 255 = 52%
B 38 of 255 = 15%

228
133
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 133 + 38 = 399 (100%)
R 228 of 399 ~ 57.14%
G 133 of 399 ~ 33.33%
B 38 of 399 ~ 9.52%

%57.14
%33.33
%9.52

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%41.67
%83.33
%10.59

Codes

Color #E48526 in popluar color models

E48526
RGB22813338
HSL30°77.87%52.16%
HSB/HSV30°83.33%89.41%
CMYK0.00%41.67%83.33%
10.59%

Color #E48526 in popluar number systems.

HEXE48526
Decimal22813338
Binary1110010010000101100110
Octal34420546

Shades and tints

Shades of #E48526

#E48526
(228,133,38)
#D07923
(208,121,35)
#BC6D20
(188,109,32)
#A8611D
(168,97,29)
#94551A
(148,85,26)
#804917
(128,73,23)
#6C3D14
(108,61,20)
#583111
(88,49,17)
#44250E
(68,37,14)
#30190B
(48,25,11)
#1C0D08
(28,13,8)
#000000
(0,0,0)

Tints of #E48526

#E48526
(228,133,38)
#E69039
(230,144,57)
#E89B4C
(232,155,76)
#EAA65F
(234,166,95)
#ECB172
(236,177,114)
#EEBC85
(238,188,133)
#F0C798
(240,199,152)
#F2D2AB
(242,210,171)
#F4DDBE
(244,221,190)
#F6E8D1
(246,232,209)
#F8F3E4
(248,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48526 color. Also use rgb(228,133,38) instead hex code.

Text Font Color

.myTextColor { color: #E48526; }

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

This text font color is #E48526.


Background Color

.myBgColor { background-color: #E48526; }

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

This div background color is #E48526.


Border color

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

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

This div border color is #E48526.


Opacity

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

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

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

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

This text has shadow with #E48526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48526 on black background.


Color preview on white background

This text has color #E48526 on white background.



Black color preview on #E48526 background

This text has black color on #E48526 background.


White color preview on #E48526 background

This text has white color on #E48526 background.