COLOR #E4824B

HEX: #E4824B
RGB: (228,130,75)

Renk bilgisi

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

RGB renk modeli

#E4824B color RGB value is (228,130,75).

  • kırmız ton 228;
  • yeşil ton 130;
  • mavi ton 75.
RGB:
(228,130,75)
(89%,51%,29%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 130 of 255 = 51%
B 75 of 255 = 29%

228
130
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 130 + 75 = 433 (100%)
R 228 of 433 ~ 52.66%
G 130 of 433 ~ 30.02%
B 75 of 433 ~ 17.32%

%52.66
%30.02
%17.32

CMYK RENK MODELİ

#E4824B rengi CMYK tonu (0,43,67,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.98%
  • sarı tonu 67.11%
  • ana renk tonu 10.59%
CMYK:
(0,43,67,11)
C0M43Y67K11 
(0%,43%,67%,11%)
(0.00/0.43/0.67/0.11)	

CMYK yüzdeleri

%0
%42.98
%67.11
%10.59

Codes

Color #E4824B in popluar color models

E4824B
RGB22813075
HSL22°73.91%59.41%
HSB/HSV22°67.11%89.41%
CMYK0.00%42.98%67.11%
10.59%

Color #E4824B in popluar number systems.

HEXE4824B
Decimal22813075
Binary11100100100000101001011
Octal344202113

Shades and tints

Shades of #E4824B

#E4824B
(228,130,75)
#D07745
(208,119,69)
#BC6C3F
(188,108,63)
#A86139
(168,97,57)
#945633
(148,86,51)
#804B2D
(128,75,45)
#6C4027
(108,64,39)
#583521
(88,53,33)
#442A1B
(68,42,27)
#301F15
(48,31,21)
#1C140F
(28,20,15)
#000000
(0,0,0)

Tints of #E4824B

#E4824B
(228,130,75)
#E68D5B
(230,141,91)
#E8986B
(232,152,107)
#EAA37B
(234,163,123)
#ECAE8B
(236,174,139)
#EEB99B
(238,185,155)
#F0C4AB
(240,196,171)
#F2CFBB
(242,207,187)
#F4DACB
(244,218,203)
#F6E5DB
(246,229,219)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4824B color. Also use rgb(228,130,75) instead hex code.

Text Font Color

.myTextColor { color: #E4824B; }

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

This text font color is #E4824B.


Background Color

.myBgColor { background-color: #E4824B; }

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

This div background color is #E4824B.


Border color

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

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

This div border color is #E4824B.


Opacity

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

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

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

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

This text has shadow with #E4824B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4824B on black background.


Color preview on white background

This text has color #E4824B on white background.



Black color preview on #E4824B background

This text has black color on #E4824B background.


White color preview on #E4824B background

This text has white color on #E4824B background.