COLOR #E28825

HEX: #E28825
RGB: (226,136,37)

Renk bilgisi

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

RGB renk modeli

#E28825 color RGB value is (226,136,37).

  • kırmız ton 226;
  • yeşil ton 136;
  • mavi ton 37.
RGB:
(226,136,37)
(89%,53%,15%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 136 of 255 = 53%
B 37 of 255 = 15%

226
136
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 136 + 37 = 399 (100%)
R 226 of 399 ~ 56.64%
G 136 of 399 ~ 34.09%
B 37 of 399 ~ 9.27%

%56.64
%34.09

CMYK RENK MODELİ

#E28825 rengi CMYK tonu (0,40,84,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.82%
  • sarı tonu 83.63%
  • ana renk tonu 11.37%
CMYK:
(0,40,84,11)
C0M40Y84K11 
(0%,40%,84%,11%)
(0.00/0.40/0.84/0.11)	

CMYK yüzdeleri

%0
%39.82
%83.63
%11.37

Codes

Color #E28825 in popluar color models

E28825
RGB22613637
HSL31°76.52%51.57%
HSB/HSV31°83.63%88.63%
CMYK0.00%39.82%83.63%
11.37%

Color #E28825 in popluar number systems.

HEXE28825
Decimal22613637
Binary1110001010001000100101
Octal34221045

Shades and tints

Shades of #E28825

#E28825
(226,136,37)
#CE7C22
(206,124,34)
#BA701F
(186,112,31)
#A6641C
(166,100,28)
#925819
(146,88,25)
#7E4C16
(126,76,22)
#6A4013
(106,64,19)
#563410
(86,52,16)
#42280D
(66,40,13)
#2E1C0A
(46,28,10)
#1A1007
(26,16,7)
#000000
(0,0,0)

Tints of #E28825

#E28825
(226,136,37)
#E49238
(228,146,56)
#E69C4B
(230,156,75)
#E8A65E
(232,166,94)
#EAB071
(234,176,113)
#ECBA84
(236,186,132)
#EEC497
(238,196,151)
#F0CEAA
(240,206,170)
#F2D8BD
(242,216,189)
#F4E2D0
(244,226,208)
#F6ECE3
(246,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28825 color. Also use rgb(226,136,37) instead hex code.

Text Font Color

.myTextColor { color: #E28825; }

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

This text font color is #E28825.


Background Color

.myBgColor { background-color: #E28825; }

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

This div background color is #E28825.


Border color

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

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

This div border color is #E28825.


Opacity

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

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

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

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

This text has shadow with #E28825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28825 on black background.


Color preview on white background

This text has color #E28825 on white background.



Black color preview on #E28825 background

This text has black color on #E28825 background.


White color preview on #E28825 background

This text has white color on #E28825 background.