COLOR #E24B09

HEX: #E24B09
RGB: (226,75,9)

Renk bilgisi

#E24B09 contains mainly red color. #E24B09 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#E24B09 color RGB value is (226,75,9).

  • kırmız ton 226;
  • yeşil ton 75;
  • mavi ton 9.
RGB:
(226,75,9)
(89%,29%,4%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 75 of 255 = 29%
B 9 of 255 = 4%

226
75
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 75 + 9 = 310 (100%)
R 226 of 310 ~ 72.9%
G 75 of 310 ~ 24.19%
B 9 of 310 ~ 2.9%

%72.9
%24.19

CMYK RENK MODELİ

#E24B09 rengi CMYK tonu (0,67,96,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.81%
  • sarı tonu 96.02%
  • ana renk tonu 11.37%
CMYK:
(0,67,96,11)
C0M67Y96K11 
(0%,67%,96%,11%)
(0.00/0.67/0.96/0.11)	

CMYK yüzdeleri

%0
%66.81
%96.02
%11.37

Codes

Color #E24B09 in popluar color models

E24B09
RGB226759
HSL18°92.34%46.08%
HSB/HSV18°96.02%88.63%
CMYK0.00%66.81%96.02%
11.37%

Color #E24B09 in popluar number systems.

HEXE24B09
Decimal226759
Binary1110001010010111001
Octal34211311

Shades and tints

Shades of #E24B09

#E24B09
(226,75,9)
#CE4509
(206,69,9)
#BA3F09
(186,63,9)
#A63909
(166,57,9)
#923309
(146,51,9)
#7E2D09
(126,45,9)
#6A2709
(106,39,9)
#562109
(86,33,9)
#421B09
(66,27,9)
#2E1509
(46,21,9)
#1A0F09
(26,15,9)
#000000
(0,0,0)

Tints of #E24B09

#E24B09
(226,75,9)
#E45B1F
(228,91,31)
#E66B35
(230,107,53)
#E87B4B
(232,123,75)
#EA8B61
(234,139,97)
#EC9B77
(236,155,119)
#EEAB8D
(238,171,141)
#F0BBA3
(240,187,163)
#F2CBB9
(242,203,185)
#F4DBCF
(244,219,207)
#F6EBE5
(246,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24B09 color. Also use rgb(226,75,9) instead hex code.

Text Font Color

.myTextColor { color: #E24B09; }

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

This text font color is #E24B09.


Background Color

.myBgColor { background-color: #E24B09; }

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

This div background color is #E24B09.


Border color

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

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

This div border color is #E24B09.


Opacity

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

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

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

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

This text has shadow with #E24B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24B09 on black background.


Color preview on white background

This text has color #E24B09 on white background.



Black color preview on #E24B09 background

This text has black color on #E24B09 background.


White color preview on #E24B09 background

This text has white color on #E24B09 background.